ResourceDetails
Returns information about the resource being evaluated.
Contents
- ResourceConfiguration
-
The resource definition to be evaluated as per the resource configuration schema type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 51200.
Required: Yes
- ResourceId
-
A unique resource ID for an evaluation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 768.
Required: Yes
- ResourceType
-
The type of resource being evaluated.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- ResourceConfigurationSchemaType
-
The schema type of the resource configuration.
Note
You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA
, in " Amazon public extensions" within the Amazon 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 Amazon CloudFormation registry and Amazon resource and property types reference in the Amazon CloudFormation User Guide.
Type: String
Valid Values:
CFN_RESOURCE_SCHEMA
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: