Class CfnCustomActionTypeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnCustomActionTypeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomActionTypeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomActionTypeProps
@Stability(Stable)
@Internal
public static final class CfnCustomActionTypeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomActionTypeProps
An implementation for
CfnCustomActionTypeProps
-
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.CfnCustomActionTypeProps
CfnCustomActionTypeProps.Builder, CfnCustomActionTypeProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCustomActionTypeProps.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 category of the custom action, such as a build action or a test action.final Object
The configuration properties for the custom action.final Object
The details of the input artifact for the action, such as its commit ID.final Object
The details of the output artifact of the action, such as its commit ID.final String
The provider of the service used in the custom action, such as CodeDeploy.final Object
URLs that provide users information about this custom action.getTags()
The tags for the custom action.final String
The version identifier of the custom action.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 theCfnCustomActionTypeProps.Builder
.
-
-
Method Details
-
getCategory
Description copied from interface:CfnCustomActionTypeProps
The category of the custom action, such as a build action or a test action.- Specified by:
getCategory
in interfaceCfnCustomActionTypeProps
-
getInputArtifactDetails
Description copied from interface:CfnCustomActionTypeProps
The details of the input artifact for the action, such as its commit ID.- Specified by:
getInputArtifactDetails
in interfaceCfnCustomActionTypeProps
-
getOutputArtifactDetails
Description copied from interface:CfnCustomActionTypeProps
The details of the output artifact of the action, such as its commit ID.- Specified by:
getOutputArtifactDetails
in interfaceCfnCustomActionTypeProps
-
getProvider
Description copied from interface:CfnCustomActionTypeProps
The provider of the service used in the custom action, such as CodeDeploy.- Specified by:
getProvider
in interfaceCfnCustomActionTypeProps
-
getVersion
Description copied from interface:CfnCustomActionTypeProps
The version identifier of the custom action.- Specified by:
getVersion
in interfaceCfnCustomActionTypeProps
-
getConfigurationProperties
Description copied from interface:CfnCustomActionTypeProps
The configuration properties for the custom action.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 .
- Specified by:
getConfigurationProperties
in interfaceCfnCustomActionTypeProps
-
getSettings
Description copied from interface:CfnCustomActionTypeProps
URLs that provide users information about this custom action.- Specified by:
getSettings
in interfaceCfnCustomActionTypeProps
-
getTags
Description copied from interface:CfnCustomActionTypeProps
The tags for the custom action.- Specified by:
getTags
in interfaceCfnCustomActionTypeProps
-
$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()
-