@Stability(value=Stable)
public static interface CfnCustomActionType.ConfigurationPropertiesProperty
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.codepipeline.*;
ConfigurationPropertiesProperty configurationPropertiesProperty = ConfigurationPropertiesProperty.builder()
.key(false)
.name("name")
.required(false)
.secret(false)
// the properties below are optional
.description("description")
.queryable(false)
.type("type")
.build();
| 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) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull Object getKey()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getQueryable()
@Stability(value=Stable) @NotNull Object getRequired()
@Stability(value=Stable) @NotNull Object getSecret()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnCustomActionType.ConfigurationPropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.