public static interface CfnConformancePack.ConformancePackInputParameterProperty
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 software.amazon.awscdk.services.config.*; ConformancePackInputParameterProperty conformancePackInputParameterProperty = ConformancePackInputParameterProperty.builder() .parameterName("parameterName") .parameterValue("parameterValue") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConformancePack.ConformancePackInputParameterProperty.Builder
A builder for
CfnConformancePack.ConformancePackInputParameterProperty |
static class |
CfnConformancePack.ConformancePackInputParameterProperty.Jsii$Proxy
An implementation for
CfnConformancePack.ConformancePackInputParameterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConformancePack.ConformancePackInputParameterProperty.Builder |
builder() |
java.lang.String |
getParameterName()
One part of a key-value pair.
|
java.lang.String |
getParameterValue()
Another part of the key-value pair.
|