public static interface ResourceDetails.Builder extends SdkPojo, CopyableBuilder<ResourceDetails.Builder,ResourceDetails>
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails.Builder |
resourceConfiguration(String resourceConfiguration)
The resource definition to be evaluated as per the resource configuration schema type.
|
ResourceDetails.Builder |
resourceConfigurationSchemaType(ResourceConfigurationSchemaType resourceConfigurationSchemaType)
The schema type of the resource configuration.
|
ResourceDetails.Builder |
resourceConfigurationSchemaType(String resourceConfigurationSchemaType)
The schema type of the resource configuration.
|
ResourceDetails.Builder |
resourceId(String resourceId)
A unique resource ID for an evaluation.
|
ResourceDetails.Builder |
resourceType(String resourceType)
The type of resource being evaluated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceDetails.Builder resourceId(String resourceId)
A unique resource ID for an evaluation.
resourceId - A unique resource ID for an evaluation.ResourceDetails.Builder resourceType(String resourceType)
The type of resource being evaluated.
resourceType - The type of resource being evaluated.ResourceDetails.Builder resourceConfiguration(String resourceConfiguration)
The resource definition to be evaluated as per the resource configuration schema type.
resourceConfiguration - The resource definition to be evaluated as per the resource configuration schema type.ResourceDetails.Builder resourceConfigurationSchemaType(String 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.
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.
ResourceConfigurationSchemaType,
ResourceConfigurationSchemaTypeResourceDetails.Builder resourceConfigurationSchemaType(ResourceConfigurationSchemaType 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.
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.
ResourceConfigurationSchemaType,
ResourceConfigurationSchemaTypeCopyright © 2023. All rights reserved.