Class CfnCustomActionType.SettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnCustomActionType.SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomActionType.SettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomActionType.SettingsProperty
@Stability(Stable)
@Internal
public static final class CfnCustomActionType.SettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomActionType.SettingsProperty
An implementation for
CfnCustomActionType.SettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnCustomActionType.SettingsProperty
CfnCustomActionType.SettingsProperty.Builder, CfnCustomActionType.SettingsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCustomActionType.SettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
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.final String
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.final String
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.final String
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.final int
hashCode()
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.SettingsProperty.Builder
.
-
-
Method Details
-
getEntityUrlTemplate
Description copied from interface:CfnCustomActionType.SettingsProperty
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.This link is provided as part of the action display in the pipeline.
- Specified by:
getEntityUrlTemplate
in interfaceCfnCustomActionType.SettingsProperty
-
getExecutionUrlTemplate
Description copied from interface:CfnCustomActionType.SettingsProperty
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.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.
- Specified by:
getExecutionUrlTemplate
in interfaceCfnCustomActionType.SettingsProperty
-
getRevisionUrlTemplate
Description copied from interface:CfnCustomActionType.SettingsProperty
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.- Specified by:
getRevisionUrlTemplate
in interfaceCfnCustomActionType.SettingsProperty
-
getThirdPartyConfigurationUrl
Description copied from interface:CfnCustomActionType.SettingsProperty
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.- Specified by:
getThirdPartyConfigurationUrl
in interfaceCfnCustomActionType.SettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-