name property
The name assigned to an on-premises server or virtual machine (VM) when it
is activated as a Systems Manager managed instance. The name is specified as
the DefaultInstanceName
property using the
CreateActivation command. It is applied to the managed instance by
specifying the Activation Code and Activation ID when you install SSM Agent
on the instance, as explained in Install
SSM Agent for a hybrid environment (Linux) and Install
SSM Agent for a hybrid environment (Windows). To retrieve the Name tag
of an EC2 instance, use the Amazon EC2 DescribeInstances
action. For information, see DescribeInstances
in the Amazon EC2 API Reference or describe-instances
in the AWS CLI Command Reference.
Implementation
final String? name;