@Stability(value=Stable)
public static interface CfnConfigurationProfile.ValidatorsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appconfig.*;
ValidatorsProperty validatorsProperty = ValidatorsProperty.builder()
.content("content")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationProfile.ValidatorsProperty.Builder
A builder for
CfnConfigurationProfile.ValidatorsProperty |
static class |
CfnConfigurationProfile.ValidatorsProperty.Jsii$Proxy
An implementation for
CfnConfigurationProfile.ValidatorsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationProfile.ValidatorsProperty.Builder |
builder() |
default String |
getContent()
`CfnConfigurationProfile.ValidatorsProperty.Content`.
|
default String |
getType()
`CfnConfigurationProfile.ValidatorsProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getContent()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnConfigurationProfile.ValidatorsProperty.Builder builder()
Copyright © 2021. All rights reserved.