@Stability(value=Stable)
public static interface CfnOrganizationConformancePack.ConformancePackInputParameterProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder
|
static class |
CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Jsii$Proxy
An implementation for
CfnOrganizationConformancePack.ConformancePackInputParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder |
builder() |
String |
getParameterName()
One part of a key-value pair.
|
String |
getParameterValue()
One part of a key-value pair.
|
@Stability(value=Stable) @NotNull String getParameterName()
@Stability(value=Stable) @NotNull String getParameterValue()
@Stability(value=Stable) static CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.