1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. amazonmq
  5. getBroker

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.amazonmq.getBroker

Start a Neo task
Explain and create an aws-native.amazonmq.getBroker resource
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource type definition for AWS::AmazonMQ::Broker

    Using getBroker

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getBroker(args: GetBrokerArgs, opts?: InvokeOptions): Promise<GetBrokerResult>
    function getBrokerOutput(args: GetBrokerOutputArgs, opts?: InvokeOptions): Output<GetBrokerResult>
    def get_broker(id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetBrokerResult
    def get_broker_output(id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetBrokerResult]
    func LookupBroker(ctx *Context, args *LookupBrokerArgs, opts ...InvokeOption) (*LookupBrokerResult, error)
    func LookupBrokerOutput(ctx *Context, args *LookupBrokerOutputArgs, opts ...InvokeOption) LookupBrokerResultOutput

    > Note: This function is named LookupBroker in the Go SDK.

    public static class GetBroker 
    {
        public static Task<GetBrokerResult> InvokeAsync(GetBrokerArgs args, InvokeOptions? opts = null)
        public static Output<GetBrokerResult> Invoke(GetBrokerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBrokerResult> getBroker(GetBrokerArgs args, InvokeOptions options)
    public static Output<GetBrokerResult> getBroker(GetBrokerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:amazonmq:getBroker
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getBroker Result

    The following output properties are available:

    AmqpEndpoints List<string>

    The AMQP endpoints of each broker instance as a list of strings.

    amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671

    Arn string

    The Amazon Resource Name (ARN) of the Amazon MQ broker.

    arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9

    AutoMinorVersionUpgrade bool

    Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified.

    Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.

    ConfigurationId string
    The ID of the current actual configuration.
    ConfigurationRevision string
    The revision of the current actual configuration.
    ConsoleUrls List<string>
    DataReplicationMode Pulumi.AwsNative.AmazonMq.BrokerDataReplicationMode | string
    Defines whether this broker is a part of a data replication pair.
    EngineVersionCurrent string
    The version in use. This may have more precision than the specified EngineVersion.
    HostInstanceType string
    Required. The broker's instance type.
    Id string
    IpAddresses List<string>

    The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.

    ['198.51.100.2', '203.0.113.9']

    LdapServerMetadata Pulumi.AwsNative.AmazonMq.Outputs.BrokerLdapServerMetadata
    Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
    Logs Pulumi.AwsNative.AmazonMq.Outputs.BrokerLogList
    Enables Amazon CloudWatch logging for brokers.
    MaintenanceWindowStartTime Pulumi.AwsNative.AmazonMq.Outputs.BrokerMaintenanceWindow
    The parameters that determine the WeeklyStartTime.
    MqttEndpoints List<string>

    The MQTT endpoints of each broker instance as a list of strings.

    mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883

    OpenWireEndpoints List<string>

    The OpenWire endpoints of each broker instance as a list of strings.

    ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617

    SecurityGroups List<string>
    The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
    StompEndpoints List<string>

    The STOMP endpoints of each broker instance as a list of strings.

    stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Create tags when creating the broker.
    WssEndpoints List<string>

    The WSS endpoints of each broker instance as a list of strings.

    wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619

    AmqpEndpoints []string

    The AMQP endpoints of each broker instance as a list of strings.

    amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671

    Arn string

    The Amazon Resource Name (ARN) of the Amazon MQ broker.

    arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9

    AutoMinorVersionUpgrade bool

    Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified.

    Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.

    ConfigurationId string
    The ID of the current actual configuration.
    ConfigurationRevision string
    The revision of the current actual configuration.
    ConsoleUrls []string
    DataReplicationMode BrokerDataReplicationMode | string
    Defines whether this broker is a part of a data replication pair.
    EngineVersionCurrent string
    The version in use. This may have more precision than the specified EngineVersion.
    HostInstanceType string
    Required. The broker's instance type.
    Id string
    IpAddresses []string

    The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.

    ['198.51.100.2', '203.0.113.9']

    LdapServerMetadata BrokerLdapServerMetadata
    Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
    Logs BrokerLogList
    Enables Amazon CloudWatch logging for brokers.
    MaintenanceWindowStartTime BrokerMaintenanceWindow
    The parameters that determine the WeeklyStartTime.
    MqttEndpoints []string

    The MQTT endpoints of each broker instance as a list of strings.

    mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883

    OpenWireEndpoints []string

    The OpenWire endpoints of each broker instance as a list of strings.

    ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617

    SecurityGroups []string
    The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
    StompEndpoints []string

    The STOMP endpoints of each broker instance as a list of strings.

    stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614

    Tags Tag
    Create tags when creating the broker.
    WssEndpoints []string

    The WSS endpoints of each broker instance as a list of strings.

    wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619

    amqpEndpoints List<String>

    The AMQP endpoints of each broker instance as a list of strings.

    amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671

    arn String

    The Amazon Resource Name (ARN) of the Amazon MQ broker.

    arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9

    autoMinorVersionUpgrade Boolean

    Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified.

    Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.

    configurationId String
    The ID of the current actual configuration.
    configurationRevision String
    The revision of the current actual configuration.
    consoleUrls List<String>
    dataReplicationMode BrokerDataReplicationMode | String
    Defines whether this broker is a part of a data replication pair.
    engineVersionCurrent String
    The version in use. This may have more precision than the specified EngineVersion.
    hostInstanceType String
    Required. The broker's instance type.
    id String
    ipAddresses List<String>

    The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.

    ['198.51.100.2', '203.0.113.9']

    ldapServerMetadata BrokerLdapServerMetadata
    Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
    logs BrokerLogList
    Enables Amazon CloudWatch logging for brokers.
    maintenanceWindowStartTime BrokerMaintenanceWindow
    The parameters that determine the WeeklyStartTime.
    mqttEndpoints List<String>

    The MQTT endpoints of each broker instance as a list of strings.

    mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883

    openWireEndpoints List<String>

    The OpenWire endpoints of each broker instance as a list of strings.

    ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617

    securityGroups List<String>
    The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
    stompEndpoints List<String>

    The STOMP endpoints of each broker instance as a list of strings.

    stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614

    tags List<Tag>
    Create tags when creating the broker.
    wssEndpoints List<String>

    The WSS endpoints of each broker instance as a list of strings.

    wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619

    amqpEndpoints string[]

    The AMQP endpoints of each broker instance as a list of strings.

    amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671

    arn string

    The Amazon Resource Name (ARN) of the Amazon MQ broker.

    arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9

    autoMinorVersionUpgrade boolean

    Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified.

    Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.

    configurationId string
    The ID of the current actual configuration.
    configurationRevision string
    The revision of the current actual configuration.
    consoleUrls string[]
    dataReplicationMode BrokerDataReplicationMode | string
    Defines whether this broker is a part of a data replication pair.
    engineVersionCurrent string
    The version in use. This may have more precision than the specified EngineVersion.
    hostInstanceType string
    Required. The broker's instance type.
    id string
    ipAddresses string[]

    The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.

    ['198.51.100.2', '203.0.113.9']

    ldapServerMetadata BrokerLdapServerMetadata
    Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
    logs BrokerLogList
    Enables Amazon CloudWatch logging for brokers.
    maintenanceWindowStartTime BrokerMaintenanceWindow
    The parameters that determine the WeeklyStartTime.
    mqttEndpoints string[]

    The MQTT endpoints of each broker instance as a list of strings.

    mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883

    openWireEndpoints string[]

    The OpenWire endpoints of each broker instance as a list of strings.

    ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617

    securityGroups string[]
    The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
    stompEndpoints string[]

    The STOMP endpoints of each broker instance as a list of strings.

    stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614

    tags Tag[]
    Create tags when creating the broker.
    wssEndpoints string[]

    The WSS endpoints of each broker instance as a list of strings.

    wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619

    amqp_endpoints Sequence[str]

    The AMQP endpoints of each broker instance as a list of strings.

    amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671

    arn str

    The Amazon Resource Name (ARN) of the Amazon MQ broker.

    arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9

    auto_minor_version_upgrade bool

    Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified.

    Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.

    configuration_id str
    The ID of the current actual configuration.
    configuration_revision str
    The revision of the current actual configuration.
    console_urls Sequence[str]
    data_replication_mode BrokerDataReplicationMode | str
    Defines whether this broker is a part of a data replication pair.
    engine_version_current str
    The version in use. This may have more precision than the specified EngineVersion.
    host_instance_type str
    Required. The broker's instance type.
    id str
    ip_addresses Sequence[str]

    The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.

    ['198.51.100.2', '203.0.113.9']

    ldap_server_metadata BrokerLdapServerMetadata
    Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
    logs BrokerLogList
    Enables Amazon CloudWatch logging for brokers.
    maintenance_window_start_time BrokerMaintenanceWindow
    The parameters that determine the WeeklyStartTime.
    mqtt_endpoints Sequence[str]

    The MQTT endpoints of each broker instance as a list of strings.

    mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883

    open_wire_endpoints Sequence[str]

    The OpenWire endpoints of each broker instance as a list of strings.

    ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617

    security_groups Sequence[str]
    The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
    stomp_endpoints Sequence[str]

    The STOMP endpoints of each broker instance as a list of strings.

    stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614

    tags Sequence[root_Tag]
    Create tags when creating the broker.
    wss_endpoints Sequence[str]

    The WSS endpoints of each broker instance as a list of strings.

    wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619

    amqpEndpoints List<String>

    The AMQP endpoints of each broker instance as a list of strings.

    amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671

    arn String

    The Amazon Resource Name (ARN) of the Amazon MQ broker.

    arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9

    autoMinorVersionUpgrade Boolean

    Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified.

    Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.

    configurationId String
    The ID of the current actual configuration.
    configurationRevision String
    The revision of the current actual configuration.
    consoleUrls List<String>
    dataReplicationMode "NONE" | "CRDR" | String
    Defines whether this broker is a part of a data replication pair.
    engineVersionCurrent String
    The version in use. This may have more precision than the specified EngineVersion.
    hostInstanceType String
    Required. The broker's instance type.
    id String
    ipAddresses List<String>

    The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.

    ['198.51.100.2', '203.0.113.9']

    ldapServerMetadata Property Map
    Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
    logs Property Map
    Enables Amazon CloudWatch logging for brokers.
    maintenanceWindowStartTime Property Map
    The parameters that determine the WeeklyStartTime.
    mqttEndpoints List<String>

    The MQTT endpoints of each broker instance as a list of strings.

    mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883

    openWireEndpoints List<String>

    The OpenWire endpoints of each broker instance as a list of strings.

    ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617

    securityGroups List<String>
    The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
    stompEndpoints List<String>

    The STOMP endpoints of each broker instance as a list of strings.

    stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614

    tags List<Property Map>
    Create tags when creating the broker.
    wssEndpoints List<String>

    The WSS endpoints of each broker instance as a list of strings.

    wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619

    Supporting Types

    BrokerDataReplicationMode

    BrokerLdapServerMetadata

    BrokerLogList

    Audit bool
    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
    General bool
    Enables general logging.
    Audit bool
    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
    General bool
    Enables general logging.
    audit Boolean
    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
    general Boolean
    Enables general logging.
    audit boolean
    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
    general boolean
    Enables general logging.
    audit bool
    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
    general bool
    Enables general logging.
    audit Boolean
    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
    general Boolean
    Enables general logging.

    BrokerMaintenanceWindow

    DayOfWeek Pulumi.AwsNative.AmazonMq.BrokerMaintenanceWindowDayOfWeek | string
    Allowed Values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY
    TimeOfDay string
    The time, in 24-hour format, and use only numbers separated by a colon, HH:MM or HH:MM:SS. Example: 13:05. When writing YAML this may need to be quoted to prevent a timestamp being read and converted to a number of minutes or seconds.
    TimeZone string
    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
    DayOfWeek BrokerMaintenanceWindowDayOfWeek | string
    Allowed Values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY
    TimeOfDay string
    The time, in 24-hour format, and use only numbers separated by a colon, HH:MM or HH:MM:SS. Example: 13:05. When writing YAML this may need to be quoted to prevent a timestamp being read and converted to a number of minutes or seconds.
    TimeZone string
    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
    dayOfWeek BrokerMaintenanceWindowDayOfWeek | String
    Allowed Values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY
    timeOfDay String
    The time, in 24-hour format, and use only numbers separated by a colon, HH:MM or HH:MM:SS. Example: 13:05. When writing YAML this may need to be quoted to prevent a timestamp being read and converted to a number of minutes or seconds.
    timeZone String
    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
    dayOfWeek BrokerMaintenanceWindowDayOfWeek | string
    Allowed Values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY
    timeOfDay string
    The time, in 24-hour format, and use only numbers separated by a colon, HH:MM or HH:MM:SS. Example: 13:05. When writing YAML this may need to be quoted to prevent a timestamp being read and converted to a number of minutes or seconds.
    timeZone string
    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
    day_of_week BrokerMaintenanceWindowDayOfWeek | str
    Allowed Values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY
    time_of_day str
    The time, in 24-hour format, and use only numbers separated by a colon, HH:MM or HH:MM:SS. Example: 13:05. When writing YAML this may need to be quoted to prevent a timestamp being read and converted to a number of minutes or seconds.
    time_zone str
    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
    dayOfWeek "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY" | String
    Allowed Values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY
    timeOfDay String
    The time, in 24-hour format, and use only numbers separated by a colon, HH:MM or HH:MM:SS. Example: 13:05. When writing YAML this may need to be quoted to prevent a timestamp being read and converted to a number of minutes or seconds.
    timeZone String
    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

    BrokerMaintenanceWindowDayOfWeek

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate