class Amazonite::Ssm::CreateCloudConnectorRequest

Included Modules

Defined in:

ssm/create_cloud_connector_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(display_name : String, role_arn : String, configuration : CloudConnectorConfiguration, config_connector_arn : String, description : String | Nil = nil, tags : Array(Tag) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 config_connector_arn : String #

The ARN of the Amazon Web Services Config connector associated with this cloud connector.


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

The ARN of the Amazon Web Services Config connector associated with this cloud connector.


[View source]
def configuration : CloudConnectorConfiguration #

The configuration details for connecting to the third-party cloud environment.


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

The configuration details for connecting to the third-party cloud environment.


[View source]
def description : String | Nil #

A description for the cloud connector.


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

A description for the cloud connector.


[View source]
def display_name : String #

A friendly name for the cloud connector.


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

A friendly name for the cloud connector.


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

See Object#hash(hasher)


def role_arn : String #

The Amazon Resource Name (ARN) of the IAM role that the cloud connector uses to communicate with the third-party cloud environment.


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

The Amazon Resource Name (ARN) of the IAM role that the cloud connector uses to communicate with the third-party cloud environment.


[View source]
def tags : Array(Tag) | Nil #

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment.


[View source]
def tags=(tags : Array(Tag) | Nil) #

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment.


[View source]
def validate! : Nil #

[View source]