Uses of Class
software.amazon.awscdk.services.codepipeline.actions.EcrSourceAction.Builder
-
Uses of EcrSourceAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionEcrSourceAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.static EcrSourceAction.Builder
EcrSourceAction.Builder.create()
The image tag that will be checked for changes.EcrSourceAction.Builder.repository
(IRepository repository) The repository that will be watched for changes.The Role in which context's this Action will be executing in.The runOrder property for this Action.EcrSourceAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.