/AWS1/CL_SSSRESOURCE¶
The resource contains a ResourceArn and the ResourceType.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/SSSARN /AWS1/SSSARN¶
The Amazon Resource Name (ARN) of the source resource.
Example of
ResourceArn: "arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321"
iv_resourcetype TYPE /AWS1/SSSOPEVENTRESOURCETYPE /AWS1/SSSOPEVENTRESOURCETYPE¶
The resource type.
Example of
ResourceType: "AWS::SystemsManagerSAP::Component" or "AWS::EC2::Instance".
Queryable Attributes¶
ResourceArn¶
The Amazon Resource Name (ARN) of the source resource.
Example of
ResourceArn: "arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321"
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourceType¶
The resource type.
Example of
ResourceType: "AWS::SystemsManagerSAP::Component" or "AWS::EC2::Instance".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |