| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
default S3Trigger |
S3SourceOptions.getTrigger()
How should CodePipeline detect source changes for this Action.
|
S3Trigger |
S3SourceOptions.Jsii$Proxy.getTrigger() |
| Modifier and Type | Method and Description |
|---|---|
S3SourceOptions.Builder |
S3SourceOptions.Builder.trigger(S3Trigger trigger)
Sets the value of
S3SourceOptions.getTrigger() |
| Modifier and Type | Method and Description |
|---|---|
default S3Trigger |
S3SourceActionProps.getTrigger()
How should CodePipeline detect source changes for this Action.
|
S3Trigger |
S3SourceActionProps.Jsii$Proxy.getTrigger() |
static S3Trigger |
S3Trigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3Trigger[] |
S3Trigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S3SourceActionProps.Builder |
S3SourceActionProps.Builder.trigger(S3Trigger trigger)
Sets the value of
S3SourceActionProps.getTrigger() |
S3SourceAction.Builder |
S3SourceAction.Builder.trigger(S3Trigger trigger)
How should CodePipeline detect source changes for this Action.
|
Copyright © 2022. All rights reserved.