Package-level declarations

Types

Link copied to clipboard
enum PipelineActionTypeIdCategory : Enum<PipelineActionTypeIdCategory> , ConvertibleToJava<PipelineActionTypeIdCategory>

A 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.

Link copied to clipboard
enum PipelineArtifactStoreType : Enum<PipelineArtifactStoreType> , ConvertibleToJava<PipelineArtifactStoreType>

The type of the artifact store, such as S3.

Link copied to clipboard
enum PipelineBlockerDeclarationType : Enum<PipelineBlockerDeclarationType> , ConvertibleToJava<PipelineBlockerDeclarationType>

Reserved for future use.

Link copied to clipboard
enum PipelineEnvironmentVariableType : Enum<PipelineEnvironmentVariableType> , ConvertibleToJava<PipelineEnvironmentVariableType>

The type of the environment variable.

Link copied to clipboard
enum PipelineExecutionMode : Enum<PipelineExecutionMode> , ConvertibleToJava<PipelineExecutionMode>

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Link copied to clipboard
enum PipelineFailureConditionsResult : Enum<PipelineFailureConditionsResult> , ConvertibleToJava<PipelineFailureConditionsResult>

The specified result for when the failure conditions are met, such as rolling back the stage

enum PipelineFailureConditionsRetryConfigurationPropertiesRetryMode : Enum<PipelineFailureConditionsRetryConfigurationPropertiesRetryMode> , ConvertibleToJava<PipelineFailureConditionsRetryConfigurationPropertiesRetryMode>

The specified retry mode type for the given stage. FAILED_ACTIONS will retry only the failed actions. ALL_ACTIONS will retry both failed and successful

Link copied to clipboard
enum PipelineTriggerDeclarationProviderType : Enum<PipelineTriggerDeclarationProviderType> , ConvertibleToJava<PipelineTriggerDeclarationProviderType>

The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

Link copied to clipboard
enum PipelineType : Enum<PipelineType> , ConvertibleToJava<PipelineType>

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.