Module: AWSCDK::CodePipelineActions::RegistryType
- Defined in:
- code_pipeline_actions/registry_type.rb
Overview
The type of registry to use for the EcrBuildAndPublish action.
Constant Summary collapse
- PRIVATE =
Deprecated.Note:
Default:
Private registry.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.RegistryType", "PRIVATE")
- PUBLIC =
Deprecated.Note:
Default:
Public registry.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.RegistryType", "PUBLIC")