public static final class CfnCustomActionTypeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCustomActionTypeProps
CfnCustomActionTypeProps
CfnCustomActionTypeProps.Builder, CfnCustomActionTypeProps.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 |
getCategory()
The category of the custom action, such as a build action or a test action.
|
java.lang.Object |
getConfigurationProperties()
The configuration properties for the custom action.
|
java.lang.Object |
getInputArtifactDetails()
The details of the input artifact for the action, such as its commit ID.
|
java.lang.Object |
getOutputArtifactDetails()
The details of the output artifact of the action, such as its commit ID.
|
java.lang.String |
getProvider()
The provider of the service used in the custom action, such as CodeDeploy.
|
java.lang.Object |
getSettings()
URLs that provide users information about this custom action.
|
java.util.List<CfnTag> |
getTags()
The tags for the custom action.
|
java.lang.String |
getVersion()
The version identifier of the custom action.
|
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.String getCategory()
CfnCustomActionTypeProps
getCategory
in interface CfnCustomActionTypeProps
public final java.lang.Object getInputArtifactDetails()
CfnCustomActionTypeProps
getInputArtifactDetails
in interface CfnCustomActionTypeProps
public final java.lang.Object getOutputArtifactDetails()
CfnCustomActionTypeProps
getOutputArtifactDetails
in interface CfnCustomActionTypeProps
public final java.lang.String getProvider()
CfnCustomActionTypeProps
getProvider
in interface CfnCustomActionTypeProps
public final java.lang.String getVersion()
CfnCustomActionTypeProps
getVersion
in interface CfnCustomActionTypeProps
public final java.lang.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 CfnCustomActionTypeProps
public final java.lang.Object getSettings()
CfnCustomActionTypeProps
getSettings
in interface CfnCustomActionTypeProps
public final java.util.List<CfnTag> getTags()
CfnCustomActionTypeProps
getTags
in interface CfnCustomActionTypeProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()