Type Activation Args
Enable a resource that has been published in the CloudFormation Registry.
Constructors
Properties
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.
The Amazon Resource Name (ARN) of the IAM execution role to use to register the type. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your resource type with the appropriate credentials.
Specifies logging configuration information for a type.
The Major Version of the type you want to enable
The Amazon Resource Number (ARN) assigned to the public extension upon publication
The publisher id assigned by CloudFormation for publishing in this region.
The kind of extension
An alias to assign to the public extension in this account and region. If you specify an alias for the extension, you must then use the alias to refer to the extension in your templates.
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