Class EcrBuildAndPublishActionProps.Jsii$Proxy
- All Implemented Interfaces:
EcrBuildAndPublishActionProps,CommonActionProps,CommonAwsActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EcrBuildAndPublishActionProps
EcrBuildAndPublishActionProps-
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.actions.EcrBuildAndPublishActionProps
EcrBuildAndPublishActionProps.Builder, EcrBuildAndPublishActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEcrBuildAndPublishActionProps.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 physical, human-readable name of the Action.final StringThe directory path of Dockerfile used to build the image.The tags used for the image.final ArtifactgetInput()The artifact produced by the source action that contains the Dockerfile needed to build the image.final RegistryTypeSpecifies whether the repository is public or private.final StringThe name of the ECR repository where the image is pushed.final IRolegetRole()The Role in which context's this Action will be executing in.final NumberThe runOrder property for this Action.final StringThe name of the namespace to use for variables emitted by this 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 theEcrBuildAndPublishActionProps.Builder.
-
-
Method Details
-
getInput
Description copied from interface:EcrBuildAndPublishActionPropsThe artifact produced by the source action that contains the Dockerfile needed to build the image.- Specified by:
getInputin interfaceEcrBuildAndPublishActionProps
-
getRepositoryName
Description copied from interface:EcrBuildAndPublishActionPropsThe name of the ECR repository where the image is pushed.- Specified by:
getRepositoryNamein interfaceEcrBuildAndPublishActionProps
-
getDockerfileDirectoryPath
Description copied from interface:EcrBuildAndPublishActionPropsThe directory path of Dockerfile used to build the image.Optionally, you can provide an alternate directory path if Dockerfile is not at the root level.
Default: - the source repository root level
- Specified by:
getDockerfileDirectoryPathin interfaceEcrBuildAndPublishActionProps
-
getImageTags
Description copied from interface:EcrBuildAndPublishActionPropsThe tags used for the image.Default: - latest
- Specified by:
getImageTagsin interfaceEcrBuildAndPublishActionProps
-
getRegistryType
Description copied from interface:EcrBuildAndPublishActionPropsSpecifies whether the repository is public or private.Default: - RegistryType.PRIVATE
- Specified by:
getRegistryTypein interfaceEcrBuildAndPublishActionProps
-
getRole
Description copied from interface:CommonAwsActionPropsThe Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bindmethod in theActionBindOptions.roleproperty.Default: a new Role will be generated
- Specified by:
getRolein interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionNamein interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrderin interfaceCommonActionProps- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionPropsThe name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespacein interfaceCommonActionProps
-
$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()
-