@Stability(value=Stable)
public static interface CfnCustomActionType.ConfigurationPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder
A builder for
CfnCustomActionType.ConfigurationPropertiesProperty |
static class |
CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy
An implementation for
CfnCustomActionType.ConfigurationPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomActionType.ConfigurationPropertiesProperty.Builder |
builder() |
default String |
getDescription()
`CfnCustomActionType.ConfigurationPropertiesProperty.Description`.
|
Object |
getKey()
`CfnCustomActionType.ConfigurationPropertiesProperty.Key`.
|
String |
getName()
`CfnCustomActionType.ConfigurationPropertiesProperty.Name`.
|
default Object |
getQueryable()
`CfnCustomActionType.ConfigurationPropertiesProperty.Queryable`.
|
Object |
getRequired()
`CfnCustomActionType.ConfigurationPropertiesProperty.Required`.
|
Object |
getSecret()
`CfnCustomActionType.ConfigurationPropertiesProperty.Secret`.
|
default String |
getType()
`CfnCustomActionType.ConfigurationPropertiesProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getKey()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getRequired()
@Stability(value=Stable) @NotNull Object getSecret()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getQueryable()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnCustomActionType.ConfigurationPropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.