AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.msk.getConfiguration
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:msk:getConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- Arn string
- arn String
- arn string
- arn str
- arn String
getConfiguration Result
The following output properties are available:
- Arn string
- Description string
- The description of the configuration.
- Latest
Revision Pulumi.Aws Native. Msk. Outputs. Configuration Latest Revision - Latest revision of the configuration.
- Arn string
- Description string
- The description of the configuration.
- Latest
Revision ConfigurationLatest Revision - Latest revision of the configuration.
- arn String
- description String
- The description of the configuration.
- latest
Revision ConfigurationLatest Revision - Latest revision of the configuration.
- arn string
- description string
- The description of the configuration.
- latest
Revision ConfigurationLatest Revision - Latest revision of the configuration.
- arn str
- description str
- The description of the configuration.
- latest_
revision ConfigurationLatest Revision - Latest revision of the configuration.
- arn String
- description String
- The description of the configuration.
- latest
Revision Property Map - Latest revision of the configuration.
Supporting Types
ConfigurationLatestRevision
- Creation
Time string - Description string
- Revision int
- Creation
Time string - Description string
- Revision int
- creation
Time String - description String
- revision Integer
- creation
Time string - description string
- revision number
- creation_
time str - description str
- revision int
- creation
Time String - description String
- revision Number
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi