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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnCustomActionType.SettingsProperty
CfnCustomActionType.SettingsProperty.Builder, CfnCustomActionType.SettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomActionType.SettingsProperty.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 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 StringThe 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 StringThe 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 StringThe 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 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.SettingsProperty.Builder.
-
-
Method Details
-
getEntityUrlTemplate
Description copied from interface:CfnCustomActionType.SettingsPropertyThe 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:
getEntityUrlTemplatein interfaceCfnCustomActionType.SettingsProperty- See Also:
-
getExecutionUrlTemplate
Description copied from interface:CfnCustomActionType.SettingsPropertyThe 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:
getExecutionUrlTemplatein interfaceCfnCustomActionType.SettingsProperty- See Also:
-
getRevisionUrlTemplate
Description copied from interface:CfnCustomActionType.SettingsPropertyThe 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:
getRevisionUrlTemplatein interfaceCfnCustomActionType.SettingsProperty- See Also:
-
getThirdPartyConfigurationUrl
Description copied from interface:CfnCustomActionType.SettingsPropertyThe 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:
getThirdPartyConfigurationUrlin interfaceCfnCustomActionType.SettingsProperty- 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()
-