1. Packages
  2. AWS
  3. API Docs
  4. mq
  5. getBroker
AWS v7.5.0 published on Wednesday, Aug 20, 2025 by Pulumi

aws.mq.getBroker

Explore with Pulumi AI

aws logo
AWS v7.5.0 published on Wednesday, Aug 20, 2025 by Pulumi

    Provides details about an existing Amazon MQ broker. Use this data source to retrieve configuration and metadata for an Amazon MQ broker by ID or name.

    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(broker_id: Optional[str] = None,
                   broker_name: Optional[str] = None,
                   region: Optional[str] = None,
                   tags: Optional[Mapping[str, str]] = None,
                   opts: Optional[InvokeOptions] = None) -> GetBrokerResult
    def get_broker_output(broker_id: Optional[pulumi.Input[str]] = None,
                   broker_name: Optional[pulumi.Input[str]] = None,
                   region: Optional[pulumi.Input[str]] = None,
                   tags: Optional[pulumi.Input[Mapping[str, 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:mq/getBroker:getBroker
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BrokerId string
    Unique ID of the MQ broker.
    BrokerName string
    Unique name of the MQ broker.
    Region string

    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    Note: Either broker_id or broker_name must be specified.

    Tags Dictionary<string, string>
    Map of tags assigned to the broker.
    BrokerId string
    Unique ID of the MQ broker.
    BrokerName string
    Unique name of the MQ broker.
    Region string

    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    Note: Either broker_id or broker_name must be specified.

    Tags map[string]string
    Map of tags assigned to the broker.
    brokerId String
    Unique ID of the MQ broker.
    brokerName String
    Unique name of the MQ broker.
    region String

    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    Note: Either broker_id or broker_name must be specified.

    tags Map<String,String>
    Map of tags assigned to the broker.
    brokerId string
    Unique ID of the MQ broker.
    brokerName string
    Unique name of the MQ broker.
    region string

    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    Note: Either broker_id or broker_name must be specified.

    tags {[key: string]: string}
    Map of tags assigned to the broker.
    broker_id str
    Unique ID of the MQ broker.
    broker_name str
    Unique name of the MQ broker.
    region str

    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    Note: Either broker_id or broker_name must be specified.

    tags Mapping[str, str]
    Map of tags assigned to the broker.
    brokerId String
    Unique ID of the MQ broker.
    brokerName String
    Unique name of the MQ broker.
    region String

    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    Note: Either broker_id or broker_name must be specified.

    tags Map<String>
    Map of tags assigned to the broker.

    getBroker Result

    The following output properties are available:

    Arn string
    ARN of the broker.
    AuthenticationStrategy string
    Authentication strategy used to secure the broker.
    AutoMinorVersionUpgrade bool
    Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.
    BrokerId string
    BrokerName string
    Configuration GetBrokerConfiguration
    Configuration block for broker configuration. See Configuration below.
    DeploymentMode string
    Deployment mode of the broker.
    EncryptionOptions List<GetBrokerEncryptionOption>
    Configuration block containing encryption options. See Encryption Options below.
    EngineType string
    Type of broker engine.
    EngineVersion string
    Version of the broker engine.
    HostInstanceType string
    Broker's instance type.
    Id string
    The provider-assigned unique ID for this managed resource.
    Instances List<GetBrokerInstance>
    List of information about allocated brokers (both active & standby). See Instances below.
    LdapServerMetadatas List<GetBrokerLdapServerMetadata>
    Configuration block for the LDAP server used to authenticate and authorize connections to the broker. See LDAP Server Metadata below.
    Logs GetBrokerLogs
    Configuration block for the logging configuration of the broker. See Logs below.
    MaintenanceWindowStartTime GetBrokerMaintenanceWindowStartTime
    Configuration block for the maintenance window start time. See Maintenance Window Start Time below.
    PubliclyAccessible bool
    Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
    Region string
    SecurityGroups List<string>
    List of security group IDs assigned to the broker.
    StorageType string
    Storage type of the broker.
    SubnetIds List<string>
    List of subnet IDs in which to launch the broker.
    Tags Dictionary<string, string>
    Map of tags assigned to the broker.
    Users List<GetBrokerUser>
    Configuration block for broker users. See User below.
    Arn string
    ARN of the broker.
    AuthenticationStrategy string
    Authentication strategy used to secure the broker.
    AutoMinorVersionUpgrade bool
    Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.
    BrokerId string
    BrokerName string
    Configuration GetBrokerConfiguration
    Configuration block for broker configuration. See Configuration below.
    DeploymentMode string
    Deployment mode of the broker.
    EncryptionOptions []GetBrokerEncryptionOption
    Configuration block containing encryption options. See Encryption Options below.
    EngineType string
    Type of broker engine.
    EngineVersion string
    Version of the broker engine.
    HostInstanceType string
    Broker's instance type.
    Id string
    The provider-assigned unique ID for this managed resource.
    Instances []GetBrokerInstance
    List of information about allocated brokers (both active & standby). See Instances below.
    LdapServerMetadatas []GetBrokerLdapServerMetadata
    Configuration block for the LDAP server used to authenticate and authorize connections to the broker. See LDAP Server Metadata below.
    Logs GetBrokerLogs
    Configuration block for the logging configuration of the broker. See Logs below.
    MaintenanceWindowStartTime GetBrokerMaintenanceWindowStartTime
    Configuration block for the maintenance window start time. See Maintenance Window Start Time below.
    PubliclyAccessible bool
    Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
    Region string
    SecurityGroups []string
    List of security group IDs assigned to the broker.
    StorageType string
    Storage type of the broker.
    SubnetIds []string
    List of subnet IDs in which to launch the broker.
    Tags map[string]string
    Map of tags assigned to the broker.
    Users []GetBrokerUser
    Configuration block for broker users. See User below.
    arn String
    ARN of the broker.
    authenticationStrategy String
    Authentication strategy used to secure the broker.
    autoMinorVersionUpgrade Boolean
    Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.
    brokerId String
    brokerName String
    configuration GetBrokerConfiguration
    Configuration block for broker configuration. See Configuration below.
    deploymentMode String
    Deployment mode of the broker.
    encryptionOptions List<GetBrokerEncryptionOption>
    Configuration block containing encryption options. See Encryption Options below.
    engineType String
    Type of broker engine.
    engineVersion String
    Version of the broker engine.
    hostInstanceType String
    Broker's instance type.
    id String
    The provider-assigned unique ID for this managed resource.
    instances List<GetBrokerInstance>
    List of information about allocated brokers (both active & standby). See Instances below.
    ldapServerMetadatas List<GetBrokerLdapServerMetadata>
    Configuration block for the LDAP server used to authenticate and authorize connections to the broker. See LDAP Server Metadata below.
    logs GetBrokerLogs
    Configuration block for the logging configuration of the broker. See Logs below.
    maintenanceWindowStartTime GetBrokerMaintenanceWindowStartTime
    Configuration block for the maintenance window start time. See Maintenance Window Start Time below.
    publiclyAccessible Boolean
    Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
    region String
    securityGroups List<String>
    List of security group IDs assigned to the broker.
    storageType String
    Storage type of the broker.
    subnetIds List<String>
    List of subnet IDs in which to launch the broker.
    tags Map<String,String>
    Map of tags assigned to the broker.
    users List<GetBrokerUser>
    Configuration block for broker users. See User below.
    arn string
    ARN of the broker.
    authenticationStrategy string
    Authentication strategy used to secure the broker.
    autoMinorVersionUpgrade boolean
    Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.
    brokerId string
    brokerName string
    configuration GetBrokerConfiguration
    Configuration block for broker configuration. See Configuration below.
    deploymentMode string
    Deployment mode of the broker.
    encryptionOptions GetBrokerEncryptionOption[]
    Configuration block containing encryption options. See Encryption Options below.
    engineType string
    Type of broker engine.
    engineVersion string
    Version of the broker engine.
    hostInstanceType string
    Broker's instance type.
    id string
    The provider-assigned unique ID for this managed resource.
    instances GetBrokerInstance[]
    List of information about allocated brokers (both active & standby). See Instances below.
    ldapServerMetadatas GetBrokerLdapServerMetadata[]
    Configuration block for the LDAP server used to authenticate and authorize connections to the broker. See LDAP Server Metadata below.
    logs GetBrokerLogs
    Configuration block for the logging configuration of the broker. See Logs below.
    maintenanceWindowStartTime GetBrokerMaintenanceWindowStartTime
    Configuration block for the maintenance window start time. See Maintenance Window Start Time below.
    publiclyAccessible boolean
    Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
    region string
    securityGroups string[]
    List of security group IDs assigned to the broker.
    storageType string
    Storage type of the broker.
    subnetIds string[]
    List of subnet IDs in which to launch the broker.
    tags {[key: string]: string}
    Map of tags assigned to the broker.
    users GetBrokerUser[]
    Configuration block for broker users. See User below.
    arn str
    ARN of the broker.
    authentication_strategy str
    Authentication strategy used to secure the broker.
    auto_minor_version_upgrade bool
    Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.
    broker_id str
    broker_name str
    configuration GetBrokerConfiguration
    Configuration block for broker configuration. See Configuration below.
    deployment_mode str
    Deployment mode of the broker.
    encryption_options Sequence[GetBrokerEncryptionOption]
    Configuration block containing encryption options. See Encryption Options below.
    engine_type str
    Type of broker engine.
    engine_version str
    Version of the broker engine.
    host_instance_type str
    Broker's instance type.
    id str
    The provider-assigned unique ID for this managed resource.
    instances Sequence[GetBrokerInstance]
    List of information about allocated brokers (both active & standby). See Instances below.
    ldap_server_metadatas Sequence[GetBrokerLdapServerMetadata]
    Configuration block for the LDAP server used to authenticate and authorize connections to the broker. See LDAP Server Metadata below.
    logs GetBrokerLogs
    Configuration block for the logging configuration of the broker. See Logs below.
    maintenance_window_start_time GetBrokerMaintenanceWindowStartTime
    Configuration block for the maintenance window start time. See Maintenance Window Start Time below.
    publicly_accessible bool
    Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
    region str
    security_groups Sequence[str]
    List of security group IDs assigned to the broker.
    storage_type str
    Storage type of the broker.
    subnet_ids Sequence[str]
    List of subnet IDs in which to launch the broker.
    tags Mapping[str, str]
    Map of tags assigned to the broker.
    users Sequence[GetBrokerUser]
    Configuration block for broker users. See User below.
    arn String
    ARN of the broker.
    authenticationStrategy String
    Authentication strategy used to secure the broker.
    autoMinorVersionUpgrade Boolean
    Whether to automatically upgrade to new minor versions of brokers as Amazon MQ makes releases available.
    brokerId String
    brokerName String
    configuration Property Map
    Configuration block for broker configuration. See Configuration below.
    deploymentMode String
    Deployment mode of the broker.
    encryptionOptions List<Property Map>
    Configuration block containing encryption options. See Encryption Options below.
    engineType String
    Type of broker engine.
    engineVersion String
    Version of the broker engine.
    hostInstanceType String
    Broker's instance type.
    id String
    The provider-assigned unique ID for this managed resource.
    instances List<Property Map>
    List of information about allocated brokers (both active & standby). See Instances below.
    ldapServerMetadatas List<Property Map>
    Configuration block for the LDAP server used to authenticate and authorize connections to the broker. See LDAP Server Metadata below.
    logs Property Map
    Configuration block for the logging configuration of the broker. See Logs below.
    maintenanceWindowStartTime Property Map
    Configuration block for the maintenance window start time. See Maintenance Window Start Time below.
    publiclyAccessible Boolean
    Whether to enable connections from applications outside of the VPC that hosts the broker's subnets.
    region String
    securityGroups List<String>
    List of security group IDs assigned to the broker.
    storageType String
    Storage type of the broker.
    subnetIds List<String>
    List of subnet IDs in which to launch the broker.
    tags Map<String>
    Map of tags assigned to the broker.
    users List<Property Map>
    Configuration block for broker users. See User below.

    Supporting Types

    GetBrokerConfiguration

    Id string
    Configuration ID.
    Revision int
    Revision of the Configuration.
    Id string
    Configuration ID.
    Revision int
    Revision of the Configuration.
    id String
    Configuration ID.
    revision Integer
    Revision of the Configuration.
    id string
    Configuration ID.
    revision number
    Revision of the Configuration.
    id str
    Configuration ID.
    revision int
    Revision of the Configuration.
    id String
    Configuration ID.
    revision Number
    Revision of the Configuration.

    GetBrokerEncryptionOption

    KmsKeyId string
    Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
    UseAwsOwnedKey bool
    Whether to enable an AWS-owned KMS CMK that is not in your account.
    KmsKeyId string
    Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
    UseAwsOwnedKey bool
    Whether to enable an AWS-owned KMS CMK that is not in your account.
    kmsKeyId String
    Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
    useAwsOwnedKey Boolean
    Whether to enable an AWS-owned KMS CMK that is not in your account.
    kmsKeyId string
    Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
    useAwsOwnedKey boolean
    Whether to enable an AWS-owned KMS CMK that is not in your account.
    kms_key_id str
    Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
    use_aws_owned_key bool
    Whether to enable an AWS-owned KMS CMK that is not in your account.
    kmsKeyId String
    Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
    useAwsOwnedKey Boolean
    Whether to enable an AWS-owned KMS CMK that is not in your account.

    GetBrokerInstance

    ConsoleUrl string
    URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.
    Endpoints List<string>
    Broker's wire-level protocol endpoints.
    IpAddress string
    IP Address of the broker.
    ConsoleUrl string
    URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.
    Endpoints []string
    Broker's wire-level protocol endpoints.
    IpAddress string
    IP Address of the broker.
    consoleUrl String
    URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.
    endpoints List<String>
    Broker's wire-level protocol endpoints.
    ipAddress String
    IP Address of the broker.
    consoleUrl string
    URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.
    endpoints string[]
    Broker's wire-level protocol endpoints.
    ipAddress string
    IP Address of the broker.
    console_url str
    URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.
    endpoints Sequence[str]
    Broker's wire-level protocol endpoints.
    ip_address str
    IP Address of the broker.
    consoleUrl String
    URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.
    endpoints List<String>
    Broker's wire-level protocol endpoints.
    ipAddress String
    IP Address of the broker.

    GetBrokerLdapServerMetadata

    Hosts List<string>
    List of a fully qualified domain name of the LDAP server and an optional failover server.
    RoleBase string
    Fully qualified name of the directory to search for a user's groups.
    RoleName string
    LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
    RoleSearchMatching string
    Search criteria for groups.
    RoleSearchSubtree bool
    Whether the directory search scope is the entire sub-tree.
    ServiceAccountPassword string
    Service account password.
    ServiceAccountUsername string
    Service account username.
    UserBase string
    Fully qualified name of the directory where you want to search for users.
    UserRoleName string
    Name of the LDAP attribute for the user group membership.
    UserSearchMatching string
    Search criteria for users.
    UserSearchSubtree bool
    Whether the directory search scope is the entire sub-tree.
    Hosts []string
    List of a fully qualified domain name of the LDAP server and an optional failover server.
    RoleBase string
    Fully qualified name of the directory to search for a user's groups.
    RoleName string
    LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
    RoleSearchMatching string
    Search criteria for groups.
    RoleSearchSubtree bool
    Whether the directory search scope is the entire sub-tree.
    ServiceAccountPassword string
    Service account password.
    ServiceAccountUsername string
    Service account username.
    UserBase string
    Fully qualified name of the directory where you want to search for users.
    UserRoleName string
    Name of the LDAP attribute for the user group membership.
    UserSearchMatching string
    Search criteria for users.
    UserSearchSubtree bool
    Whether the directory search scope is the entire sub-tree.
    hosts List<String>
    List of a fully qualified domain name of the LDAP server and an optional failover server.
    roleBase String
    Fully qualified name of the directory to search for a user's groups.
    roleName String
    LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
    roleSearchMatching String
    Search criteria for groups.
    roleSearchSubtree Boolean
    Whether the directory search scope is the entire sub-tree.
    serviceAccountPassword String
    Service account password.
    serviceAccountUsername String
    Service account username.
    userBase String
    Fully qualified name of the directory where you want to search for users.
    userRoleName String
    Name of the LDAP attribute for the user group membership.
    userSearchMatching String
    Search criteria for users.
    userSearchSubtree Boolean
    Whether the directory search scope is the entire sub-tree.
    hosts string[]
    List of a fully qualified domain name of the LDAP server and an optional failover server.
    roleBase string
    Fully qualified name of the directory to search for a user's groups.
    roleName string
    LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
    roleSearchMatching string
    Search criteria for groups.
    roleSearchSubtree boolean
    Whether the directory search scope is the entire sub-tree.
    serviceAccountPassword string
    Service account password.
    serviceAccountUsername string
    Service account username.
    userBase string
    Fully qualified name of the directory where you want to search for users.
    userRoleName string
    Name of the LDAP attribute for the user group membership.
    userSearchMatching string
    Search criteria for users.
    userSearchSubtree boolean
    Whether the directory search scope is the entire sub-tree.
    hosts Sequence[str]
    List of a fully qualified domain name of the LDAP server and an optional failover server.
    role_base str
    Fully qualified name of the directory to search for a user's groups.
    role_name str
    LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
    role_search_matching str
    Search criteria for groups.
    role_search_subtree bool
    Whether the directory search scope is the entire sub-tree.
    service_account_password str
    Service account password.
    service_account_username str
    Service account username.
    user_base str
    Fully qualified name of the directory where you want to search for users.
    user_role_name str
    Name of the LDAP attribute for the user group membership.
    user_search_matching str
    Search criteria for users.
    user_search_subtree bool
    Whether the directory search scope is the entire sub-tree.
    hosts List<String>
    List of a fully qualified domain name of the LDAP server and an optional failover server.
    roleBase String
    Fully qualified name of the directory to search for a user's groups.
    roleName String
    LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
    roleSearchMatching String
    Search criteria for groups.
    roleSearchSubtree Boolean
    Whether the directory search scope is the entire sub-tree.
    serviceAccountPassword String
    Service account password.
    serviceAccountUsername String
    Service account username.
    userBase String
    Fully qualified name of the directory where you want to search for users.
    userRoleName String
    Name of the LDAP attribute for the user group membership.
    userSearchMatching String
    Search criteria for users.
    userSearchSubtree Boolean
    Whether the directory search scope is the entire sub-tree.

    GetBrokerLogs

    Audit bool
    Whether audit logging is enabled.
    General bool
    Whether general logging is enabled.
    Audit bool
    Whether audit logging is enabled.
    General bool
    Whether general logging is enabled.
    audit Boolean
    Whether audit logging is enabled.
    general Boolean
    Whether general logging is enabled.
    audit boolean
    Whether audit logging is enabled.
    general boolean
    Whether general logging is enabled.
    audit bool
    Whether audit logging is enabled.
    general bool
    Whether general logging is enabled.
    audit Boolean
    Whether audit logging is enabled.
    general Boolean
    Whether general logging is enabled.

    GetBrokerMaintenanceWindowStartTime

    DayOfWeek string
    Day of the week.
    TimeOfDay string
    Time, in 24-hour format.
    TimeZone string
    Time zone in either the Country/City format or the UTC offset format.
    DayOfWeek string
    Day of the week.
    TimeOfDay string
    Time, in 24-hour format.
    TimeZone string
    Time zone in either the Country/City format or the UTC offset format.
    dayOfWeek String
    Day of the week.
    timeOfDay String
    Time, in 24-hour format.
    timeZone String
    Time zone in either the Country/City format or the UTC offset format.
    dayOfWeek string
    Day of the week.
    timeOfDay string
    Time, in 24-hour format.
    timeZone string
    Time zone in either the Country/City format or the UTC offset format.
    day_of_week str
    Day of the week.
    time_of_day str
    Time, in 24-hour format.
    time_zone str
    Time zone in either the Country/City format or the UTC offset format.
    dayOfWeek String
    Day of the week.
    timeOfDay String
    Time, in 24-hour format.
    timeZone String
    Time zone in either the Country/City format or the UTC offset format.

    GetBrokerUser

    ConsoleAccess bool
    Whether to enable access to the ActiveMQ Web Console for the user.
    Groups List<string>
    List of groups to which the ActiveMQ user belongs.
    ReplicationUser bool
    Whether to set replication user.
    Username string
    Username of the user.
    ConsoleAccess bool
    Whether to enable access to the ActiveMQ Web Console for the user.
    Groups []string
    List of groups to which the ActiveMQ user belongs.
    ReplicationUser bool
    Whether to set replication user.
    Username string
    Username of the user.
    consoleAccess Boolean
    Whether to enable access to the ActiveMQ Web Console for the user.
    groups List<String>
    List of groups to which the ActiveMQ user belongs.
    replicationUser Boolean
    Whether to set replication user.
    username String
    Username of the user.
    consoleAccess boolean
    Whether to enable access to the ActiveMQ Web Console for the user.
    groups string[]
    List of groups to which the ActiveMQ user belongs.
    replicationUser boolean
    Whether to set replication user.
    username string
    Username of the user.
    console_access bool
    Whether to enable access to the ActiveMQ Web Console for the user.
    groups Sequence[str]
    List of groups to which the ActiveMQ user belongs.
    replication_user bool
    Whether to set replication user.
    username str
    Username of the user.
    consoleAccess Boolean
    Whether to enable access to the ActiveMQ Web Console for the user.
    groups List<String>
    List of groups to which the ActiveMQ user belongs.
    replicationUser Boolean
    Whether to set replication user.
    username String
    Username of the user.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    AWS v7.5.0 published on Wednesday, Aug 20, 2025 by Pulumi