DATASOURCE::ECS::Activation is used to query the information about an activation code.
Syntax
{
"Type": "DATASOURCE::ECS::Activation",
"Properties": {
"ActivationId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
ActivationId | String | Yes | Yes | The ID of the activation code. | None. |
Return values
Fn::GetAtt
InstanceName: the prefix of the instance name.
DeregisteredCount: the number of deregistered instances.
InstanceCount: the maximum number of times that the activation code can be used to register managed instances.
Description: the description of the activiation code.
CreateTime: the creation time.
ActivationId: the ID of the activation code.
RegisteredCount: the number of registered instances.
TimeToLiveInHours: the validity period of the activation code. Unit: hour.
Disabled: indicates whether the activation code is disabled.
IpAddressRange: the IP addresses of hosts that are allowed to use the activation code.