class
Amazonite::CloudFormation::ListTypesInput
- Amazonite::CloudFormation::ListTypesInput
- Reference
- Object
Defined in:
cloudformation/list_types_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(visibility : Visibility | Nil = nil, provisioning_type : ProvisioningType | Nil = nil, deprecated_status : DeprecatedStatus | Nil = nil, type : RegistryType | Nil = nil, filters : TypeFilters | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deprecated_status : DeprecatedStatus | Nil
The deprecation status of the extension that you want to get summary information about.
-
#deprecated_status=(deprecated_status : DeprecatedStatus | Nil)
The deprecation status of the extension that you want to get summary information about.
-
#filters : TypeFilters | Nil
Filter criteria to use in determining which extensions to return.
-
#filters=(filters : TypeFilters | Nil)
Filter criteria to use in determining which extensions to return.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to be returned with a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to be returned with a single call.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#provisioning_type : ProvisioningType | Nil
For resource types, the provisioning behavior of the resource type.
-
#provisioning_type=(provisioning_type : ProvisioningType | Nil)
For resource types, the provisioning behavior of the resource type.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : RegistryType | Nil
The type of extension.
-
#type=(type : RegistryType | Nil)
The type of extension.
- #validate! : Nil
-
#visibility : Visibility | Nil
The scope at which the extensions are visible and usable in CloudFormation operations.
-
#visibility=(visibility : Visibility | Nil)
The scope at which the extensions are visible and usable in CloudFormation operations.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The deprecation status of the extension that you want to get summary information about.
Valid values include:
-
LIVE: The extension is registered for use in CloudFormation operations. -
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation operations.
The deprecation status of the extension that you want to get summary information about.
Valid values include:
-
LIVE: The extension is registered for use in CloudFormation operations. -
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation operations.
Filter criteria to use in determining which extensions to return.
Filters must be compatible with Visibility to return valid results. For example, specifying
AWS_TYPES for Category and PRIVATE for Visibility returns an empty list of types, but
specifying PUBLIC for Visibility returns the desired list.
Filter criteria to use in determining which extensions to return.
Filters must be compatible with Visibility to return valid results. For example, specifying
AWS_TYPES for Category and PRIVATE for Visibility returns an empty list of types, but
specifying PUBLIC for Visibility returns the desired list.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
For resource types, the provisioning behavior of the resource type. CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
-
FULLY_MUTABLE: The resource type includes an update handler to process updates to the type during stack update operations. -
IMMUTABLE: The resource type doesn't include an update handler, so the type can't be updated and must instead be replaced during stack update operations. -
NON_PROVISIONABLE: The resource type doesn't include create, read, and delete handlers, and therefore can't actually be provisioned.
The default is FULLY_MUTABLE.
For resource types, the provisioning behavior of the resource type. CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
-
FULLY_MUTABLE: The resource type includes an update handler to process updates to the type during stack update operations. -
IMMUTABLE: The resource type doesn't include an update handler, so the type can't be updated and must instead be replaced during stack update operations. -
NON_PROVISIONABLE: The resource type doesn't include create, read, and delete handlers, and therefore can't actually be provisioned.
The default is FULLY_MUTABLE.
The scope at which the extensions are visible and usable in CloudFormation operations.
Valid values include:
-
PRIVATE: Extensions that are visible and usable within this account and Region. This includes: -
Private extensions you have registered in this account and Region.
-
Public extensions that you have activated in this account and Region.
-
PUBLIC: Extensions that are publicly visible and available to be activated within any Amazon Web Services account. This includes extensions from Amazon Web Services and third-party publishers.
The default is PRIVATE.
The scope at which the extensions are visible and usable in CloudFormation operations.
Valid values include:
-
PRIVATE: Extensions that are visible and usable within this account and Region. This includes: -
Private extensions you have registered in this account and Region.
-
Public extensions that you have activated in this account and Region.
-
PUBLIC: Extensions that are publicly visible and available to be activated within any Amazon Web Services account. This includes extensions from Amazon Web Services and third-party publishers.
The default is PRIVATE.