Interface CfnConformancePackPropsMixin.ConformancePackInputParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConformancePackPropsMixin.ConformancePackInputParameterProperty.Jsii$Proxy
- Enclosing class:
CfnConformancePackPropsMixin
@Stability(Stable)
public static interface CfnConformancePackPropsMixin.ConformancePackInputParameterProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.config.*;
ConformancePackInputParameterProperty conformancePackInputParameterProperty = ConformancePackInputParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConformancePackPropsMixin.ConformancePackInputParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameterName
One part of a key-value pair.- See Also:
-
getParameterValue
Another part of the key-value pair.- See Also:
-
builder
@Stability(Stable) static CfnConformancePackPropsMixin.ConformancePackInputParameterProperty.Builder builder()
-