class Amazonite::Ssm::CloudConnectorConfiguration

Overview

The configuration that provides access details and targets for connecting to a third-party cloud environment.

Included Modules

Defined in:

ssm/cloud_connector_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(azure_configuration : AzureConfiguration | 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 azure_configuration : AzureConfiguration | Nil #

The access details and targets for connecting to a Microsoft Azure environment.


[View source]
def azure_configuration=(azure_configuration : AzureConfiguration | Nil) #

The access details and targets for connecting to a Microsoft Azure environment.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]