/AWS1/CL_SSMACTIVATION¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_activationid TYPE /AWS1/SSMACTIVATIONID /AWS1/SSMACTIVATIONID¶
The ID created by Systems Manager when you submitted the activation.
iv_description TYPE /AWS1/SSMACTIVATIONDESCRIPTION /AWS1/SSMACTIVATIONDESCRIPTION¶
A user defined description of the activation.
iv_defaultinstancename TYPE /AWS1/SSMDEFAULTINSTANCENAME /AWS1/SSMDEFAULTINSTANCENAME¶
A name for the managed node when it is created.
iv_iamrole TYPE /AWS1/SSMIAMROLE /AWS1/SSMIAMROLE¶
The Identity and Access Management (IAM) role to assign to the managed node.
iv_registrationlimit TYPE /AWS1/SSMREGISTRATIONLIMIT /AWS1/SSMREGISTRATIONLIMIT¶
The maximum number of managed nodes that can be registered using this activation.
iv_registrationscount TYPE /AWS1/SSMREGISTRATIONSCOUNT /AWS1/SSMREGISTRATIONSCOUNT¶
The number of managed nodes already registered with this activation.
iv_expirationdate TYPE /AWS1/SSMEXPIRATIONDATE /AWS1/SSMEXPIRATIONDATE¶
The date when this activation can no longer be used to register managed nodes.
iv_expired TYPE /AWS1/SSMBOOLEAN /AWS1/SSMBOOLEAN¶
Whether or not the activation is expired.
iv_createddate TYPE /AWS1/SSMCREATEDDATE /AWS1/SSMCREATEDDATE¶
The date the activation was created.
it_tags TYPE /AWS1/CL_SSMTAG=>TT_TAGLIST TT_TAGLIST¶
Tags assigned to the activation.
Queryable Attributes¶
ActivationId¶
The ID created by Systems Manager when you submitted the activation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVATIONID() |
Getter for ACTIVATIONID, with configurable default |
ASK_ACTIVATIONID() |
Getter for ACTIVATIONID w/ exceptions if field has no value |
HAS_ACTIVATIONID() |
Determine if ACTIVATIONID has a value |
Description¶
A user defined description of the activation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DefaultInstanceName¶
A name for the managed node when it is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTINSTANCENAME() |
Getter for DEFAULTINSTANCENAME, with configurable default |
ASK_DEFAULTINSTANCENAME() |
Getter for DEFAULTINSTANCENAME w/ exceptions if field has no |
HAS_DEFAULTINSTANCENAME() |
Determine if DEFAULTINSTANCENAME has a value |
IamRole¶
The Identity and Access Management (IAM) role to assign to the managed node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMROLE() |
Getter for IAMROLE, with configurable default |
ASK_IAMROLE() |
Getter for IAMROLE w/ exceptions if field has no value |
HAS_IAMROLE() |
Determine if IAMROLE has a value |
RegistrationLimit¶
The maximum number of managed nodes that can be registered using this activation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONLIMIT() |
Getter for REGISTRATIONLIMIT, with configurable default |
ASK_REGISTRATIONLIMIT() |
Getter for REGISTRATIONLIMIT w/ exceptions if field has no v |
HAS_REGISTRATIONLIMIT() |
Determine if REGISTRATIONLIMIT has a value |
RegistrationsCount¶
The number of managed nodes already registered with this activation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONSCOUNT() |
Getter for REGISTRATIONSCOUNT, with configurable default |
ASK_REGISTRATIONSCOUNT() |
Getter for REGISTRATIONSCOUNT w/ exceptions if field has no |
HAS_REGISTRATIONSCOUNT() |
Determine if REGISTRATIONSCOUNT has a value |
ExpirationDate¶
The date when this activation can no longer be used to register managed nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONDATE() |
Getter for EXPIRATIONDATE, with configurable default |
ASK_EXPIRATIONDATE() |
Getter for EXPIRATIONDATE w/ exceptions if field has no valu |
HAS_EXPIRATIONDATE() |
Determine if EXPIRATIONDATE has a value |
Expired¶
Whether or not the activation is expired.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRED() |
Getter for EXPIRED |
CreatedDate¶
The date the activation was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |
Tags¶
Tags assigned to the activation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACTIVATIONLIST¶
TYPES TT_ACTIVATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMACTIVATION WITH DEFAULT KEY
.