@Stability(value=Stable) @Internal public static final class CfnCustomActionTypeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCustomActionTypeProps
CfnCustomActionTypePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnCustomActionTypeProps.Builder, CfnCustomActionTypeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCustomActionTypeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCustomActionTypeProps.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 |
getCategory()
The category of the custom action, such as a build action or a test action.
|
Object |
getConfigurationProperties()
The configuration properties for the custom action.
|
Object |
getInputArtifactDetails()
The details of the input artifact for the action, such as its commit ID.
|
Object |
getOutputArtifactDetails()
The details of the output artifact of the action, such as its commit ID.
|
String |
getProvider()
The provider of the service used in the custom action, such as CodeDeploy.
|
Object |
getSettings()
URLs that provide users information about this custom action.
|
List<CfnTag> |
getTags()
The tags for the custom action.
|
String |
getVersion()
The version identifier of the custom action.
|
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(CfnCustomActionTypeProps.Builder builder)
CfnCustomActionTypeProps.Builder.public final String getCategory()
CfnCustomActionTypePropsgetCategory in interface CfnCustomActionTypePropspublic final Object getInputArtifactDetails()
CfnCustomActionTypePropsgetInputArtifactDetails in interface CfnCustomActionTypePropspublic final Object getOutputArtifactDetails()
CfnCustomActionTypePropsgetOutputArtifactDetails in interface CfnCustomActionTypePropspublic final String getProvider()
CfnCustomActionTypePropsgetProvider in interface CfnCustomActionTypePropspublic final String getVersion()
CfnCustomActionTypePropsgetVersion in interface CfnCustomActionTypePropspublic final Object getConfigurationProperties()
CfnCustomActionTypeProps
You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline .
getConfigurationProperties in interface CfnCustomActionTypePropspublic final Object getSettings()
CfnCustomActionTypePropsgetSettings in interface CfnCustomActionTypePropspublic final List<CfnTag> getTags()
CfnCustomActionTypePropsgetTags in interface CfnCustomActionTypeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.