class
Amazonite::Ssm::CloudConnectorConfiguration
- Amazonite::Ssm::CloudConnectorConfiguration
- Reference
- Object
Overview
The configuration that provides access details and targets for connecting to a third-party cloud environment.
Included Modules
- JSON::Serializable
Defined in:
ssm/cloud_connector_configuration.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#azure_configuration : AzureConfiguration | Nil
The access details and targets for connecting to a Microsoft Azure environment.
-
#azure_configuration=(azure_configuration : AzureConfiguration | Nil)
The access details and targets for connecting to a Microsoft Azure environment.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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.
def azure_configuration=(azure_configuration : AzureConfiguration | Nil)
#
The access details and targets for connecting to a Microsoft Azure environment.