public static final class CfnCustomActionType.SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCustomActionType.SettingsProperty
CfnCustomActionType.SettingsProperty
CfnCustomActionType.SettingsProperty.Builder, CfnCustomActionType.SettingsProperty.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 |
getEntityUrlTemplate()
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group.
|
java.lang.String |
getExecutionUrlTemplate()
The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy.
|
java.lang.String |
getRevisionUrlTemplate()
The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
|
java.lang.String |
getThirdPartyConfigurationUrl()
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
|
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 getEntityUrlTemplate()
CfnCustomActionType.SettingsProperty
This link is provided as part of the action display in the pipeline.
getEntityUrlTemplate
in interface CfnCustomActionType.SettingsProperty
public final java.lang.String getExecutionUrlTemplate()
CfnCustomActionType.SettingsProperty
This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.
getExecutionUrlTemplate
in interface CfnCustomActionType.SettingsProperty
public final java.lang.String getRevisionUrlTemplate()
CfnCustomActionType.SettingsProperty
getRevisionUrlTemplate
in interface CfnCustomActionType.SettingsProperty
public final java.lang.String getThirdPartyConfigurationUrl()
CfnCustomActionType.SettingsProperty
getThirdPartyConfigurationUrl
in interface CfnCustomActionType.SettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()