aws-cdk-lib.aws_config.CfnRemediationConfiguration.StaticValueProperty

interface StaticValueProperty

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

The static 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 staticValueProperty: config.CfnRemediationConfiguration.StaticValueProperty = {
  values: ['values'],
};

Properties

NameTypeDescription
values?string[]A list of values.

values?

Type: string[] (optional)

A list of values.

For example, the ARN of the assumed role.