class Amazonite::CloudFormation::SetTypeConfigurationInput

Defined in:

cloudformation/set_type_configuration_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(configuration : String, type_arn : String | Nil = nil, configuration_alias : String | Nil = nil, type_name : String | Nil = nil, type : ThirdPartyType | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def configuration : String #

The configuration data for the extension in this account and Region.

The configuration data must be formatted as JSON and validate against the extension's schema returned in the Schema response element of DescribeType.


[View source]
def configuration=(configuration : String) #

The configuration data for the extension in this account and Region.

The configuration data must be formatted as JSON and validate against the extension's schema returned in the Schema response element of DescribeType.


[View source]
def configuration_alias : String | Nil #

An alias by which to refer to this extension configuration data.

Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.


[View source]
def configuration_alias=(configuration_alias : String | Nil) #

An alias by which to refer to this extension configuration data.

Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def type : ThirdPartyType | Nil #

The type of extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.


[View source]
def type=(type : ThirdPartyType | Nil) #

The type of extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.


[View source]
def type_arn : String | Nil #

The Amazon Resource Name (ARN) for the extension in this account and Region.

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.

Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.


[View source]
def type_arn=(type_arn : String | Nil) #

The Amazon Resource Name (ARN) for the extension in this account and Region.

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.

Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.


[View source]
def type_name : String | Nil #

The name of the extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.


[View source]
def type_name=(type_name : String | Nil) #

The name of the extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.


[View source]
def validate! : Nil #

[View source]