aws-cdk-lib.aws_config.CfnRemediationConfiguration.ResourceValueProperty
interface ResourceValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Config.CfnRemediationConfiguration.ResourceValueProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#CfnRemediationConfiguration_ResourceValueProperty |
![]() | software.amazon.awscdk.services.config.CfnRemediationConfiguration.ResourceValueProperty |
![]() | aws_cdk.aws_config.CfnRemediationConfiguration.ResourceValueProperty |
![]() | 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
Name | Type | Description |
---|---|---|
value? | string | The value is a resource ID. |
value?
Type:
string
(optional)
The value is a resource ID.