class Amazonite::Ssm::UpdateManagedInstanceRoleRequest

Included Modules

Defined in:

ssm/update_managed_instance_role_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instance_id : String, iam_role : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def iam_role : String #

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.


[View source]
def iam_role=(iam_role : String) #

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.


[View source]
def instance_id : String #

The ID of the managed node where you want to update the role.


[View source]
def instance_id=(instance_id : String) #

The ID of the managed node where you want to update the role.


[View source]
def validate! : Nil #

[View source]