@Stability(value=Experimental) @Internal public static final class CustomActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomActionProperty
CustomActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCustomActionProperty.Builder, CustomActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CustomActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CustomActionProperty.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()
(experimental) The description of the property.
|
Boolean |
getKey()
(experimental) Whether this property is a key.
|
String |
getName()
(experimental) The name of the property.
|
Boolean |
getQueryable()
(experimental) Whether this property is queryable.
|
Boolean |
getRequired()
(experimental) Whether this property is required.
|
Boolean |
getSecret()
(experimental) Whether this property is secret, like a password, or access key.
|
String |
getType()
(experimental) The type of the property, like 'String', 'Number', or 'Boolean'.
|
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(CustomActionProperty.Builder builder)
CustomActionProperty.Builder.public final String getDescription()
CustomActionPropertyDefault: the description will be empty
getDescription in interface CustomActionPropertypublic final Boolean getKey()
CustomActionPropertyDefault: false
getKey in interface CustomActionPropertyhttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-keypublic final String getName()
CustomActionProperty
You use this name in the configuration attribute when defining your custom Action class.
getName in interface CustomActionPropertypublic final Boolean getQueryable()
CustomActionPropertyNote that only a single property of a custom Action can be queryable.
Default: false
getQueryable in interface CustomActionPropertyhttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-queryablepublic final Boolean getRequired()
CustomActionPropertygetRequired in interface CustomActionPropertypublic final Boolean getSecret()
CustomActionPropertyDefault: false
getSecret in interface CustomActionPropertypublic final String getType()
CustomActionPropertyDefault: 'String'
getType in interface CustomActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.