@Stability(value=Stable) @Internal public static final class CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCustomActionType.ConfigurationPropertiesProperty
CfnCustomActionType.ConfigurationPropertiesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCustomActionType.ConfigurationPropertiesProperty.Builder, CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCustomActionType.ConfigurationPropertiesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCustomActionType.ArtifactDetailsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
The description of the action configuration property that is displayed to users.
|
Object |
getKey()
Whether the configuration property is a key.
|
String |
getName()
The name of the action configuration property.
|
Object |
getQueryable()
Indicates that the property is used with `PollForJobs` .
|
Object |
getRequired()
Whether the configuration property is a required value.
|
Object |
getSecret()
Whether the configuration property is secret.
|
String |
getType()
The type of the configuration property.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCustomActionType.ConfigurationPropertiesProperty.Builder builder)
CfnCustomActionType.ArtifactDetailsProperty.Builder.public final Object getKey()
CfnCustomActionType.ConfigurationPropertiesPropertygetKey in interface CfnCustomActionType.ConfigurationPropertiesPropertypublic final String getName()
CfnCustomActionType.ConfigurationPropertiesPropertygetName in interface CfnCustomActionType.ConfigurationPropertiesPropertypublic final Object getRequired()
CfnCustomActionType.ConfigurationPropertiesPropertygetRequired in interface CfnCustomActionType.ConfigurationPropertiesPropertypublic final Object getSecret()
CfnCustomActionType.ConfigurationPropertiesProperty
Secrets are hidden from all calls except for GetJobDetails , GetThirdPartyJobDetails , PollForJobs , and PollForThirdPartyJobs .
When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.
getSecret in interface CfnCustomActionType.ConfigurationPropertiesPropertypublic final String getDescription()
CfnCustomActionType.ConfigurationPropertiesPropertygetDescription in interface CfnCustomActionType.ConfigurationPropertiesPropertypublic final Object getQueryable()
CfnCustomActionType.ConfigurationPropertiesPropertyWhen creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret.
If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.
getQueryable in interface CfnCustomActionType.ConfigurationPropertiesPropertypublic final String getType()
CfnCustomActionType.ConfigurationPropertiesPropertygetType in interface CfnCustomActionType.ConfigurationPropertiesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.