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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnCustomActionTypeProps
CfnCustomActionTypeProps.Builder, CfnCustomActionTypeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomActionTypeProps.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 category of the custom action, such as a build action or a test action.final ObjectThe configuration properties for the custom action.final ObjectThe details of the input artifact for the action, such as its commit ID.final ObjectThe details of the output artifact of the action, such as its commit ID.final StringThe provider of the service used in the custom action, such as CodeDeploy.final ObjectURLs that provide users information about this custom action.getTags()The tags for the custom action.final StringThe version identifier of the custom action.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 theCfnCustomActionTypeProps.Builder.
-
-
Method Details
-
getCategory
Description copied from interface:CfnCustomActionTypePropsThe category of the custom action, such as a build action or a test action.- Specified by:
getCategoryin interfaceCfnCustomActionTypeProps- See Also:
-
getInputArtifactDetails
Description copied from interface:CfnCustomActionTypePropsThe details of the input artifact for the action, such as its commit ID.- Specified by:
getInputArtifactDetailsin interfaceCfnCustomActionTypeProps- See Also:
-
getOutputArtifactDetails
Description copied from interface:CfnCustomActionTypePropsThe details of the output artifact of the action, such as its commit ID.- Specified by:
getOutputArtifactDetailsin interfaceCfnCustomActionTypeProps- See Also:
-
getProvider
Description copied from interface:CfnCustomActionTypePropsThe provider of the service used in the custom action, such as CodeDeploy.- Specified by:
getProviderin interfaceCfnCustomActionTypeProps- See Also:
-
getVersion
Description copied from interface:CfnCustomActionTypePropsThe version identifier of the custom action.- Specified by:
getVersionin interfaceCfnCustomActionTypeProps- See Also:
-
getConfigurationProperties
Description copied from interface:CfnCustomActionTypePropsThe 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:
getConfigurationPropertiesin interfaceCfnCustomActionTypeProps- See Also:
-
getSettings
Description copied from interface:CfnCustomActionTypePropsURLs that provide users information about this custom action.- Specified by:
getSettingsin interfaceCfnCustomActionTypeProps- See Also:
-
getTags
Description copied from interface:CfnCustomActionTypePropsThe tags for the custom action.- Specified by:
getTagsin interfaceCfnCustomActionTypeProps- 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()
-