@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.884Z") @Stability(value=Experimental) public class CodeStarConnectionsSourceAction extends Action
Example:
Artifact sourceOutput = new Artifact();
CodeStarConnectionsSourceAction sourceAction = CodeStarConnectionsSourceAction.Builder.create()
.actionName("BitBucket_Source")
.owner("aws")
.repo("aws-cdk")
.output(sourceOutput)
.connectionArn("arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeStarConnectionsSourceAction.Builder
(experimental) A fluent builder for
CodeStarConnectionsSourceAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CodeStarConnectionsSourceAction(CodeStarConnectionsSourceActionProps props) |
protected |
CodeStarConnectionsSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodeStarConnectionsSourceAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionConfig |
bound(Construct _scope,
IStage _stage,
ActionBindOptions options)
(experimental) This is a renamed version of the
IAction.bind method. |
CodeStarSourceVariables |
getVariables()
(experimental) The variables emitted by this action.
|
getProvidedActionPropertiesbind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CodeStarConnectionsSourceAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CodeStarConnectionsSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CodeStarConnectionsSourceAction(@NotNull
CodeStarConnectionsSourceActionProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull protected ActionConfig bound(@NotNull Construct _scope, @NotNull IStage _stage, @NotNull ActionBindOptions options)
IAction.bind method.
@Stability(value=Experimental) @NotNull public CodeStarSourceVariables getVariables()
Copyright © 2022. All rights reserved.