class
Amazonite::CloudFormation::ActivateTypeInput
- Amazonite::CloudFormation::ActivateTypeInput
- Reference
- Object
Defined in:
cloudformation/activate_type_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : ThirdPartyType | Nil = nil, public_type_arn : String | Nil = nil, publisher_id : String | Nil = nil, type_name : String | Nil = nil, type_name_alias : String | Nil = nil, auto_update : Bool | Nil = nil, logging_config : LoggingConfig | Nil = nil, execution_role_arn : String | Nil = nil, version_bump : VersionBump | Nil = nil, major_version : Int64 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#auto_update : Bool | Nil
Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.
-
#auto_update=(auto_update : Bool | Nil)
Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.
-
#execution_role_arn : String | Nil
The name of the IAM execution role to use to activate the extension.
-
#execution_role_arn=(execution_role_arn : String | Nil)
The name of the IAM execution role to use to activate the extension.
-
#hash(hasher)
See
Object#hash(hasher) -
#logging_config : LoggingConfig | Nil
Contains logging configuration information for an extension.
-
#logging_config=(logging_config : LoggingConfig | Nil)
Contains logging configuration information for an extension.
-
#major_version : Int64 | Nil
The major version of this extension you want to activate, if multiple major versions are available.
-
#major_version=(major_version : Int64 | Nil)
The major version of this extension you want to activate, if multiple major versions are available.
-
#public_type_arn : String | Nil
The Amazon Resource Name (ARN) of the public extension.
-
#public_type_arn=(public_type_arn : String | Nil)
The Amazon Resource Name (ARN) of the public extension.
-
#publisher_id : String | Nil
The ID of the extension publisher.
-
#publisher_id=(publisher_id : String | Nil)
The ID of the extension publisher.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : ThirdPartyType | Nil
The extension type.
-
#type=(type : ThirdPartyType | Nil)
The extension type.
-
#type_name : String | Nil
The name of the extension.
-
#type_name=(type_name : String | Nil)
The name of the extension.
-
#type_name_alias : String | Nil
An alias to assign to the public extension in this account and Region.
-
#type_name_alias=(type_name_alias : String | Nil)
An alias to assign to the public extension in this account and Region.
- #validate! : Nil
-
#version_bump : VersionBump | Nil
Manually updates a previously-activated type to a new major or minor version, if available.
-
#version_bump=(version_bump : VersionBump | Nil)
Manually updates a previously-activated type to a new major or minor version, if available.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 default is true.
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 default is true.
The name of the IAM execution role to use to activate the extension.
The name of the IAM execution role to use to activate the extension.
Contains logging configuration information for an extension.
Contains logging configuration information for an extension.
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.
An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
Manually updates a previously-activated type to a new major or minor version, if available. You
can also use this parameter to update the value of AutoUpdate.
-
MAJOR: CloudFormation updates the extension to the newest major version, if one is available. -
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
Manually updates a previously-activated type to a new major or minor version, if available. You
can also use this parameter to update the value of AutoUpdate.
-
MAJOR: CloudFormation updates the extension to the newest major version, if one is available. -
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.