class
Amazonite::Ssm::CreateCloudConnectorRequest
- Amazonite::Ssm::CreateCloudConnectorRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/create_cloud_connector_request.crConstructors
- .new(display_name : String, role_arn : String, configuration : CloudConnectorConfiguration, config_connector_arn : String, description : String | Nil = nil, tags : Array(Tag) | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#config_connector_arn : String
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
-
#config_connector_arn=(config_connector_arn : String)
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
-
#configuration : CloudConnectorConfiguration
The configuration details for connecting to the third-party cloud environment.
-
#configuration=(configuration : CloudConnectorConfiguration)
The configuration details for connecting to the third-party cloud environment.
-
#description : String | Nil
A description for the cloud connector.
-
#description=(description : String | Nil)
A description for the cloud connector.
-
#display_name : String
A friendly name for the cloud connector.
-
#display_name=(display_name : String)
A friendly name for the cloud connector.
-
#hash(hasher)
See
Object#hash(hasher) -
#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.
-
#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.
-
#tags : Array(Tag) | Nil
Optional metadata that you assign to a resource.
-
#tags=(tags : Array(Tag) | Nil)
Optional metadata that you assign to a resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
The configuration details for connecting to the third-party cloud environment.
The configuration details for connecting to the third-party cloud environment.
The Amazon Resource Name (ARN) of the IAM role that the cloud connector uses to communicate with the third-party cloud environment.
The Amazon Resource Name (ARN) of the IAM role that the cloud connector uses to communicate with the third-party cloud environment.
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.
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.