public static final class CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCustomActionType.ConfigurationPropertiesProperty
CfnCustomActionType.ConfigurationPropertiesProperty
CfnCustomActionType.ConfigurationPropertiesProperty.Builder, CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the action configuration property that is displayed to users.
|
java.lang.Object |
getKey()
Whether the configuration property is a key.
|
java.lang.String |
getName()
The name of the action configuration property.
|
java.lang.Object |
getQueryable()
Indicates that the property is used with `PollForJobs` .
|
java.lang.Object |
getRequired()
Whether the configuration property is a required value.
|
java.lang.Object |
getSecret()
Whether the configuration property is secret.
|
java.lang.String |
getType()
The type of the configuration property.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getKey()
CfnCustomActionType.ConfigurationPropertiesProperty
getKey
in interface CfnCustomActionType.ConfigurationPropertiesProperty
public final java.lang.String getName()
CfnCustomActionType.ConfigurationPropertiesProperty
getName
in interface CfnCustomActionType.ConfigurationPropertiesProperty
public final java.lang.Object getRequired()
CfnCustomActionType.ConfigurationPropertiesProperty
getRequired
in interface CfnCustomActionType.ConfigurationPropertiesProperty
public final java.lang.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.ConfigurationPropertiesProperty
public final java.lang.String getDescription()
CfnCustomActionType.ConfigurationPropertiesProperty
getDescription
in interface CfnCustomActionType.ConfigurationPropertiesProperty
public final java.lang.Object getQueryable()
CfnCustomActionType.ConfigurationPropertiesProperty
When 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.ConfigurationPropertiesProperty
public final java.lang.String getType()
CfnCustomActionType.ConfigurationPropertiesProperty
getType
in interface CfnCustomActionType.ConfigurationPropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()