| Modifier and Type | Method and Description |
|---|---|
default CodeCommitTrigger |
CodeCommitSourceActionProps.getTrigger()
How should CodePipeline detect source changes for this Action.
|
CodeCommitTrigger |
CodeCommitSourceActionProps.Jsii$Proxy.getTrigger() |
static CodeCommitTrigger |
CodeCommitTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeCommitTrigger[] |
CodeCommitTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeCommitSourceAction.Builder |
CodeCommitSourceAction.Builder.trigger(CodeCommitTrigger trigger)
How should CodePipeline detect source changes for this Action.
|
CodeCommitSourceActionProps.Builder |
CodeCommitSourceActionProps.Builder.trigger(CodeCommitTrigger trigger)
Sets the value of
CodeCommitSourceActionProps.getTrigger() |
Copyright © 2023. All rights reserved.