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
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.
- 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 string - The Major Version of the type you want to enable
- Version
Bump Pulumi.Aws Native. Cloud Formation. Type Activation Version Bump - 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.
- 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 string - The Major Version of the type you want to enable
- Version
Bump TypeActivation Version Bump - 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.
- auto
Update 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.
- major
Version String - The Major Version of the type you want to enable
- version
Bump TypeActivation Version Bump - 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.
- auto
Update 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.
- major
Version string - The Major Version of the type you want to enable
- version
Bump TypeActivation Version Bump - 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 TypeActivation Version Bump - 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.
- auto
Update 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.
- major
Version String - The Major Version of the type you want to enable
- version
Bump "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
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