1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. msk
  5. getConfiguration

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.msk.getConfiguration

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Resource Type definition for AWS::MSK::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(arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetConfigurationResult
    def get_configuration_output(arn: 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:msk:getConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the configuration.
    Arn string
    The Amazon Resource Name (ARN) of the configuration.
    arn String
    The Amazon Resource Name (ARN) of the configuration.
    arn string
    The Amazon Resource Name (ARN) of the configuration.
    arn str
    The Amazon Resource Name (ARN) of the configuration.
    arn String
    The Amazon Resource Name (ARN) of the configuration.

    getConfiguration Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the configuration.
    Description string
    The description of the configuration.
    LatestRevision Pulumi.AwsNative.Msk.Outputs.ConfigurationLatestRevision
    Latest revision of the MSK configuration.
    Arn string
    The Amazon Resource Name (ARN) of the configuration.
    Description string
    The description of the configuration.
    LatestRevision ConfigurationLatestRevision
    Latest revision of the MSK configuration.
    arn String
    The Amazon Resource Name (ARN) of the configuration.
    description String
    The description of the configuration.
    latestRevision ConfigurationLatestRevision
    Latest revision of the MSK configuration.
    arn string
    The Amazon Resource Name (ARN) of the configuration.
    description string
    The description of the configuration.
    latestRevision ConfigurationLatestRevision
    Latest revision of the MSK configuration.
    arn str
    The Amazon Resource Name (ARN) of the configuration.
    description str
    The description of the configuration.
    latest_revision ConfigurationLatestRevision
    Latest revision of the MSK configuration.
    arn String
    The Amazon Resource Name (ARN) of the configuration.
    description String
    The description of the configuration.
    latestRevision Property Map
    Latest revision of the MSK configuration.

    Supporting Types

    ConfigurationLatestRevision

    CreationTime string
    The time when the configuration revision was created.
    Description string
    The description of the configuration revision.
    Revision int
    The revision number.
    CreationTime string
    The time when the configuration revision was created.
    Description string
    The description of the configuration revision.
    Revision int
    The revision number.
    creationTime String
    The time when the configuration revision was created.
    description String
    The description of the configuration revision.
    revision Integer
    The revision number.
    creationTime string
    The time when the configuration revision was created.
    description string
    The description of the configuration revision.
    revision number
    The revision number.
    creation_time str
    The time when the configuration revision was created.
    description str
    The description of the configuration revision.
    revision int
    The revision number.
    creationTime String
    The time when the configuration revision was created.
    description String
    The description of the configuration revision.
    revision Number
    The revision number.

    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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi