1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cloudformation
  5. getTypeActivation

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.cloudformation.getTypeActivation

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Enable a resource that has been published in the CloudFormation Registry.

    Using getTypeActivation

    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 getTypeActivation(args: GetTypeActivationArgs, opts?: InvokeOptions): Promise<GetTypeActivationResult>
    function getTypeActivationOutput(args: GetTypeActivationOutputArgs, opts?: InvokeOptions): Output<GetTypeActivationResult>
    def get_type_activation(arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetTypeActivationResult
    def get_type_activation_output(arn: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetTypeActivationResult]
    func LookupTypeActivation(ctx *Context, args *LookupTypeActivationArgs, opts ...InvokeOption) (*LookupTypeActivationResult, error)
    func LookupTypeActivationOutput(ctx *Context, args *LookupTypeActivationOutputArgs, opts ...InvokeOption) LookupTypeActivationResultOutput

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

    public static class GetTypeActivation 
    {
        public static Task<GetTypeActivationResult> InvokeAsync(GetTypeActivationArgs args, InvokeOptions? opts = null)
        public static Output<GetTypeActivationResult> Invoke(GetTypeActivationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTypeActivationResult> getTypeActivation(GetTypeActivationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cloudformation:getTypeActivation
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getTypeActivation Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the extension.
    AutoUpdate bool
    Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
    MajorVersion string
    The Major Version of the type you want to enable
    VersionBump Pulumi.AwsNative.CloudFormation.TypeActivationVersionBump
    Manually updates a previously-enabled type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdateEnabled
    Arn string
    The Amazon Resource Name (ARN) of the extension.
    AutoUpdate bool
    Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
    MajorVersion string
    The Major Version of the type you want to enable
    VersionBump TypeActivationVersionBump
    Manually updates a previously-enabled type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdateEnabled
    arn String
    The Amazon Resource Name (ARN) of the extension.
    autoUpdate Boolean
    Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
    majorVersion String
    The Major Version of the type you want to enable
    versionBump TypeActivationVersionBump
    Manually updates a previously-enabled type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdateEnabled
    arn string
    The Amazon Resource Name (ARN) of the extension.
    autoUpdate boolean
    Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
    majorVersion string
    The Major Version of the type you want to enable
    versionBump TypeActivationVersionBump
    Manually updates a previously-enabled type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdateEnabled
    arn str
    The Amazon Resource Name (ARN) of the extension.
    auto_update bool
    Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
    major_version str
    The Major Version of the type you want to enable
    version_bump TypeActivationVersionBump
    Manually updates a previously-enabled type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdateEnabled
    arn String
    The Amazon Resource Name (ARN) of the extension.
    autoUpdate Boolean
    Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
    majorVersion String
    The Major Version of the type you want to enable
    versionBump "MAJOR" | "MINOR"
    Manually updates a previously-enabled type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdateEnabled

    Supporting Types

    TypeActivationVersionBump

    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.9.0 published on Monday, Nov 18, 2024 by Pulumi