class
Amazonite::Ssm::UpdateManagedInstanceRoleRequest
- Amazonite::Ssm::UpdateManagedInstanceRoleRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_managed_instance_role_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#iam_role : String
The name of the Identity and Access Management (IAM) role that you want to assign to the managed node.
-
#iam_role=(iam_role : String)
The name of the Identity and Access Management (IAM) role that you want to assign to the managed node.
-
#instance_id : String
The ID of the managed node where you want to update the role.
-
#instance_id=(instance_id : String)
The ID of the managed node where you want to update the role.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the Identity and Access Management (IAM) role that you want to assign to the managed
node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems
Manager service principal ssm.amazonaws.com. For more information, see Create the IAM service
role required for Systems Manager in hybrid and multicloud
environments
in the Amazon Web Services Systems Manager User Guide.
You can't specify an IAM service-linked role for this parameter. You must create a unique role.
The name of the Identity and Access Management (IAM) role that you want to assign to the managed
node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems
Manager service principal ssm.amazonaws.com. For more information, see Create the IAM service
role required for Systems Manager in hybrid and multicloud
environments
in the Amazon Web Services Systems Manager User Guide.
You can't specify an IAM service-linked role for this parameter. You must create a unique role.
The ID of the managed node where you want to update the role.