class
Amazonite::Ssm::CreateAssociationBatchRequest
- Amazonite::Ssm::CreateAssociationBatchRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/create_association_batch_request.crConstructors
- .new(entries : Array(CreateAssociationBatchRequestEntry), association_dispatch_assume_role : String | 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. -
#association_dispatch_assume_role : String | Nil
A role used by association to take actions on your behalf.
-
#association_dispatch_assume_role=(association_dispatch_assume_role : String | Nil)
A role used by association to take actions on your behalf.
-
#entries : Array(CreateAssociationBatchRequestEntry)
One or more associations.
-
#entries=(entries : Array(CreateAssociationBatchRequestEntry))
One or more associations.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. If not specified, service-linked role for Systems Manager will be used by default.
It is recommended that you define a custom IAM role so that you have full control of the permissions that State Manager has when taking actions on your behalf.
Service-linked role support in State Manager is being phased out. Associations relying on service-linked role may require updates in the future to continue functioning properly.
A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. If not specified, service-linked role for Systems Manager will be used by default.
It is recommended that you define a custom IAM role so that you have full control of the permissions that State Manager has when taking actions on your behalf.
Service-linked role support in State Manager is being phased out. Associations relying on service-linked role may require updates in the future to continue functioning properly.