aws-cdk-lib.aws_config.CfnConformancePack.ConformancePackInputParameterProperty

interface ConformancePackInputParameterProperty

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

Input parameters in the form of key-value pairs for the conformance pack, both of which you define.

Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

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 conformancePackInputParameterProperty: config.CfnConformancePack.ConformancePackInputParameterProperty = {
  parameterName: 'parameterName',
  parameterValue: 'parameterValue',
};

Properties

NameTypeDescription
parameterNamestringOne part of a key-value pair.
parameterValuestringAnother part of the key-value pair.

parameterName

Type: string

One part of a key-value pair.


parameterValue

Type: string

Another part of the key-value pair.