ResourceDetails - AWS Config

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 " AWS public extensions" within the AWS 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 AWS CloudFormation registry and AWS resource and property types reference in the AWS 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 AWS SDKs, see the following: