Class CfnPipeline.ActionTypeIdProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.ActionTypeIdProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.ActionTypeIdProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.ActionTypeIdProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.ActionTypeIdProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.ActionTypeIdProperty
An implementation for
CfnPipeline.ActionTypeIdProperty-
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.CfnPipeline.ActionTypeIdProperty
CfnPipeline.ActionTypeIdProperty.Builder, CfnPipeline.ActionTypeIdProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.ActionTypeIdProperty.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 StringA category defines what kind of action can be taken in the stage, and constrains the provider type for the action.final StringgetOwner()The creator of the action being called.final StringThe provider of the service being called by the action.final StringA string that describes the action version.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 theCfnPipeline.ActionTypeIdProperty.Builder.
-
-
Method Details
-
getCategory
Description copied from interface:CfnPipeline.ActionTypeIdPropertyA category defines what kind of action can be taken in the stage, and constrains the provider type for the action.Valid categories are limited to one of the values below.
SourceBuildTestDeployInvokeApproval
- Specified by:
getCategoryin interfaceCfnPipeline.ActionTypeIdProperty- See Also:
-
getOwner
Description copied from interface:CfnPipeline.ActionTypeIdPropertyThe creator of the action being called.There are three valid values for the
Ownerfield in the action category section within your pipeline structure:AWS,ThirdParty, andCustom. For more information, see Valid Action Types and Providers in CodePipeline .- Specified by:
getOwnerin interfaceCfnPipeline.ActionTypeIdProperty- See Also:
-
getProvider
Description copied from interface:CfnPipeline.ActionTypeIdPropertyThe provider of the service being called by the action.Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as
CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline .- Specified by:
getProviderin interfaceCfnPipeline.ActionTypeIdProperty- See Also:
-
getVersion
Description copied from interface:CfnPipeline.ActionTypeIdPropertyA string that describes the action version.- Specified by:
getVersionin interfaceCfnPipeline.ActionTypeIdProperty- 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()
-