| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
S3SourceAction.Builder |
S3SourceAction.Builder.actionName(String actionName)
The physical, human-readable name of the Action.
|
S3SourceAction.Builder |
S3SourceAction.Builder.bucket(IBucket bucket)
The Amazon S3 bucket that stores the source code.
|
S3SourceAction.Builder |
S3SourceAction.Builder.bucketKey(String bucketKey)
The key within the S3 bucket that stores the source code.
|
static S3SourceAction.Builder |
S3SourceAction.Builder.create() |
S3SourceAction.Builder |
S3SourceAction.Builder.output(Artifact output) |
S3SourceAction.Builder |
S3SourceAction.Builder.role(IRole role)
The Role in which context's this Action will be executing in.
|
S3SourceAction.Builder |
S3SourceAction.Builder.runOrder(Number runOrder)
The runOrder property for this Action.
|
S3SourceAction.Builder |
S3SourceAction.Builder.trigger(S3Trigger trigger)
How should CodePipeline detect source changes for this Action.
|
S3SourceAction.Builder |
S3SourceAction.Builder.variablesNamespace(String variablesNamespace)
The name of the namespace to use for variables emitted by this action.
|
Copyright © 2022. All rights reserved.