| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
default S3Trigger |
S3SourceActionProps.getTrigger()
(experimental) 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 |
|---|---|
S3SourceAction.Builder |
S3SourceAction.Builder.trigger(S3Trigger trigger)
(experimental) How should CodePipeline detect source changes for this Action.
|
S3SourceActionProps.Builder |
S3SourceActionProps.Builder.trigger(S3Trigger trigger)
Sets the value of
S3SourceActionProps.getTrigger() |
| Constructor and Description |
|---|
Jsii$Proxy(IBucket bucket,
String bucketKey,
Artifact output,
S3Trigger trigger,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
S3SourceActionProps.Builder. |
Copyright © 2021. All rights reserved.