/AWS1/CL_CFSRESOURCEDETAILS¶
Returns information about the resource being evaluated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourceid TYPE /AWS1/CFSBASERESOURCEID /AWS1/CFSBASERESOURCEID¶
A unique resource ID for an evaluation.
iv_resourcetype TYPE /AWS1/CFSSTRWITHCHARLIMIT256 /AWS1/CFSSTRWITHCHARLIMIT256¶
The type of resource being evaluated.
iv_resourceconfiguration TYPE /AWS1/CFSRESOURCECONFIGURATION /AWS1/CFSRESOURCECONFIGURATION¶
The resource definition to be evaluated as per the resource configuration schema type.
Optional arguments:¶
iv_resourceconfschematype TYPE /AWS1/CFSRESOURCECONFSCHTYPE /AWS1/CFSRESOURCECONFSCHTYPE¶
The schema type of the resource configuration.
You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA, in "Amazon Web Services public extensions" within the CloudFormation registry or with the following CLI commmand:aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE.For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
Queryable Attributes¶
ResourceId¶
A unique resource ID for an evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
ResourceType¶
The type of resource being evaluated.
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 |
ResourceConfiguration¶
The resource definition to be evaluated as per the resource configuration schema type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECONFIGURATION() |
Getter for RESOURCECONFIGURATION, with configurable default |
ASK_RESOURCECONFIGURATION() |
Getter for RESOURCECONFIGURATION w/ exceptions if field has |
HAS_RESOURCECONFIGURATION() |
Determine if RESOURCECONFIGURATION has a value |
ResourceConfigurationSchemaType¶
The schema type of the resource configuration.
You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA, in "Amazon Web Services public extensions" within the CloudFormation registry or with the following CLI commmand:aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE.For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECONFSCHEMATYPE() |
Getter for RESOURCECONFSCHEMATYPE, with configurable default |
ASK_RESOURCECONFSCHEMATYPE() |
Getter for RESOURCECONFSCHEMATYPE w/ exceptions if field has |
HAS_RESOURCECONFSCHEMATYPE() |
Determine if RESOURCECONFSCHEMATYPE has a value |