Class: Aws::SSM::Types::CreateAssociationBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CreateAssociationBatchRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_dispatch_assume_role ⇒ String
A role used by association to take actions on your behalf.
-
#entries ⇒ Array<Types::CreateAssociationBatchRequestEntry>
One or more associations.
Instance Attribute Details
#association_dispatch_assume_role ⇒ String
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.
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.
3002 3003 3004 3005 3006 3007 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 3002 class CreateAssociationBatchRequest < Struct.new( :entries, :association_dispatch_assume_role) SENSITIVE = [] include Aws::Structure end |
#entries ⇒ Array<Types::CreateAssociationBatchRequestEntry>
One or more associations.
3002 3003 3004 3005 3006 3007 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 3002 class CreateAssociationBatchRequest < Struct.new( :entries, :association_dispatch_assume_role) SENSITIVE = [] include Aws::Structure end |