Class CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomActionType.ConfigurationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomActionType.ConfigurationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomActionType.ConfigurationPropertiesProperty
An implementation for
CfnCustomActionType.ConfigurationPropertiesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnCustomActionType.ConfigurationPropertiesProperty
CfnCustomActionType.ConfigurationPropertiesProperty.Builder, CfnCustomActionType.ConfigurationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomActionType.ConfigurationPropertiesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the action configuration property that is displayed to users.final ObjectgetKey()Whether the configuration property is a key.final StringgetName()The name of the action configuration property.final ObjectIndicates that the property is used withPollForJobs.final ObjectWhether the configuration property is a required value.final ObjectWhether the configuration property is secret.final StringgetType()The type of the configuration property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCustomActionType.ConfigurationPropertiesProperty.Builder.
-
-
Method Details
-
getKey
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyWhether the configuration property is a key.- Specified by:
getKeyin interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
getName
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyThe name of the action configuration property.- Specified by:
getNamein interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
getRequired
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyWhether the configuration property is a required value.- Specified by:
getRequiredin interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
getSecret
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyWhether the configuration property is secret.Secrets are hidden from all calls except for
GetJobDetails,GetThirdPartyJobDetails,PollForJobs, andPollForThirdPartyJobs.When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.
- Specified by:
getSecretin interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
getDescription
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyThe description of the action configuration property that is displayed to users.- Specified by:
getDescriptionin interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
getQueryable
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyIndicates that the property is used withPollForJobs.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.
- Specified by:
getQueryablein interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
getType
Description copied from interface:CfnCustomActionType.ConfigurationPropertiesPropertyThe type of the configuration property.- Specified by:
getTypein interfaceCfnCustomActionType.ConfigurationPropertiesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-