class Amazonite::CloudFormation::RequiredActivatedType

Overview

For extensions that are modules, a public third-party extension that must be activated in your account in order for the module itself to be activated.

For more information, see Requirements for activating third-party public modules in the CloudFormation User Guide.

Defined in:

cloudformation/required_activated_type.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(type_name_alias : String | Nil = nil, original_type_name : String | Nil = nil, publisher_id : String | Nil = nil, supported_major_versions : Array(Int32) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def original_type_name : String | Nil #

The type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Use aliases to refer to extensions in the CloudFormation User Guide.


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

The type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Use aliases to refer to extensions in the CloudFormation User Guide.


[View source]
def publisher_id : String | Nil #

The publisher ID of the extension publisher.


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

The publisher ID of the extension publisher.


[View source]
def supported_major_versions : Array(Int32) | Nil #

A list of the major versions of the extension type that the macro supports.


[View source]
def supported_major_versions=(supported_major_versions : Array(Int32) | Nil) #

A list of the major versions of the extension type that the macro supports.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def type_name_alias : String | Nil #

An alias assigned 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.


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

An alias assigned 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.


[View source]
def validate! : Nil #

[View source]