aws-cdk-lib.aws_config.CfnRemediationConfiguration.ResourceValueProperty

interface ResourceValueProperty

LanguageType name
.NETAmazon.CDK.AWS.Config.CfnRemediationConfiguration.ResourceValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconfig#CfnRemediationConfiguration_ResourceValueProperty
Javasoftware.amazon.awscdk.services.config.CfnRemediationConfiguration.ResourceValueProperty
Pythonaws_cdk.aws_config.CfnRemediationConfiguration.ResourceValueProperty
TypeScript aws-cdk-lib » aws_config » CfnRemediationConfiguration » ResourceValueProperty

The dynamic value of the resource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const resourceValueProperty: config.CfnRemediationConfiguration.ResourceValueProperty = {
  value: 'value',
};

Properties

NameTypeDescription
value?stringThe value is a resource ID.

value?

Type: string (optional)

The value is a resource ID.