class
Amazonite::Ssm::Activation
- Amazonite::Ssm::Activation
- Reference
- Object
Overview
An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.
Included Modules
- JSON::Serializable
Defined in:
ssm/activation.crConstructors
- .new(pull : JSON::PullParser)
- .new(activation_id : String | Nil = nil, description : String | Nil = nil, default_instance_name : String | Nil = nil, iam_role : String | Nil = nil, registration_limit : Int32 | Nil = nil, registrations_count : Int32 | Nil = nil, expiration_date : Time | Nil = nil, expired : Bool | Nil = nil, created_date : Time | Nil = nil, tags : Array(Tag) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#activation_id : String | Nil
The ID created by Systems Manager when you submitted the activation.
-
#activation_id=(activation_id : String | Nil)
The ID created by Systems Manager when you submitted the activation.
-
#created_date : Time | Nil
The date the activation was created.
-
#created_date=(created_date : Time | Nil)
The date the activation was created.
-
#default_instance_name : String | Nil
A name for the managed node when it is created.
-
#default_instance_name=(default_instance_name : String | Nil)
A name for the managed node when it is created.
-
#description : String | Nil
A user defined description of the activation.
-
#description=(description : String | Nil)
A user defined description of the activation.
-
#expiration_date : Time | Nil
The date when this activation can no longer be used to register managed nodes.
-
#expiration_date=(expiration_date : Time | Nil)
The date when this activation can no longer be used to register managed nodes.
-
#expired : Bool | Nil
Whether or not the activation is expired.
-
#expired=(expired : Bool | Nil)
Whether or not the activation is expired.
-
#hash(hasher)
See
Object#hash(hasher) -
#iam_role : String | Nil
The Identity and Access Management (IAM) role to assign to the managed node.
-
#iam_role=(iam_role : String | Nil)
The Identity and Access Management (IAM) role to assign to the managed node.
-
#registration_limit : Int32 | Nil
The maximum number of managed nodes that can be registered using this activation.
-
#registration_limit=(registration_limit : Int32 | Nil)
The maximum number of managed nodes that can be registered using this activation.
-
#registrations_count : Int32 | Nil
The number of managed nodes already registered with this activation.
-
#registrations_count=(registrations_count : Int32 | Nil)
The number of managed nodes already registered with this activation.
-
#tags : Array(Tag) | Nil
Tags assigned to the activation.
-
#tags=(tags : Array(Tag) | Nil)
Tags assigned to the activation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID created by Systems Manager when you submitted the activation.
The ID created by Systems Manager when you submitted the activation.
A name for the managed node when it is created.
The date when this activation can no longer be used to register managed nodes.
The date when this activation can no longer be used to register managed nodes.
The Identity and Access Management (IAM) role to assign to the managed node.
The Identity and Access Management (IAM) role to assign to the managed node.
The maximum number of managed nodes that can be registered using this activation.
The maximum number of managed nodes that can be registered using this activation.
The number of managed nodes already registered with this activation.
The number of managed nodes already registered with this activation.