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.getConfiguration
Start a Neo task
Explain and create an aws-native.amazonmq.getConfiguration resource
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::Configuration
Using getConfiguration
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 getConfiguration(args: GetConfigurationArgs, opts?: InvokeOptions): Promise<GetConfigurationResult>
function getConfigurationOutput(args: GetConfigurationOutputArgs, opts?: InvokeOptions): Output<GetConfigurationResult>def get_configuration(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConfigurationResult
def get_configuration_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConfigurationResult]func LookupConfiguration(ctx *Context, args *LookupConfigurationArgs, opts ...InvokeOption) (*LookupConfigurationResult, error)
func LookupConfigurationOutput(ctx *Context, args *LookupConfigurationOutputArgs, opts ...InvokeOption) LookupConfigurationResultOutput> Note: This function is named LookupConfiguration in the Go SDK.
public static class GetConfiguration
{
public static Task<GetConfigurationResult> InvokeAsync(GetConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetConfigurationResult> Invoke(GetConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfigurationResult> getConfiguration(GetConfigurationArgs args, InvokeOptions options)
public static Output<GetConfigurationResult> getConfiguration(GetConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:amazonmq:getConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The ID of the Amazon MQ configuration.
- Id string
- The ID of the Amazon MQ configuration.
- id String
- The ID of the Amazon MQ configuration.
- id string
- The ID of the Amazon MQ configuration.
- id str
- The ID of the Amazon MQ configuration.
- id String
- The ID of the Amazon MQ configuration.
getConfiguration Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- Description string
- The description of the configuration.
- Id string
- The ID of the Amazon MQ configuration.
- Revision string
- The revision number of the configuration.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Create tags when creating the configuration.
- Arn string
- The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- Description string
- The description of the configuration.
- Id string
- The ID of the Amazon MQ configuration.
- Revision string
- The revision number of the configuration.
- Tag
- Create tags when creating the configuration.
- arn String
- The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- description String
- The description of the configuration.
- id String
- The ID of the Amazon MQ configuration.
- revision String
- The revision number of the configuration.
- List<Tag>
- Create tags when creating the configuration.
- arn string
- The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- description string
- The description of the configuration.
- id string
- The ID of the Amazon MQ configuration.
- revision string
- The revision number of the configuration.
- Tag[]
- Create tags when creating the configuration.
- arn str
- The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- description str
- The description of the configuration.
- id str
- The ID of the Amazon MQ configuration.
- revision str
- The revision number of the configuration.
- Sequence[root_Tag]
- Create tags when creating the configuration.
- arn String
- The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- description String
- The description of the configuration.
- id String
- The ID of the Amazon MQ configuration.
- revision String
- The revision number of the configuration.
- List<Property Map>
- Create tags when creating the configuration.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
