@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.085Z") @Stability(value=Experimental) public class SimpleSynthAction extends software.amazon.jsii.JsiiObject implements IAction, IGrantable
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleSynthAction.Builder
(experimental) A fluent builder for
SimpleSynthAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default, IAction.Jsii$ProxyIGrantable.Jsii$Default, IGrantable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
SimpleSynthAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SimpleSynthAction(software.amazon.jsii.JsiiObjectRef objRef) |
|
SimpleSynthAction(SimpleSynthActionProps props) |
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) Exists to implement IAction.
|
ActionProperties |
getActionProperties()
(experimental) Exists to implement IAction.
|
IPrincipal |
getGrantPrincipal()
(experimental) The CodeBuild Project's principal.
|
IProject |
getProject()
(experimental) Project generated to run the synth command.
|
Rule |
onStateChange(String name)
(experimental) Exists to implement IAction.
|
Rule |
onStateChange(String name,
IRuleTarget target)
(experimental) Exists to implement IAction.
|
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
(experimental) Exists to implement IAction.
|
static SimpleSynthAction |
standardNpmSynth(StandardNpmSynthOptions options)
(experimental) Create a standard NPM synth action.
|
static SimpleSynthAction |
standardYarnSynth(StandardYarnSynthOptions options)
(experimental) Create a standard Yarn synth action.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SimpleSynthAction(software.amazon.jsii.JsiiObjectRef objRef)
protected SimpleSynthAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SimpleSynthAction(@NotNull
SimpleSynthActionProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static SimpleSynthAction standardNpmSynth(@NotNull StandardNpmSynthOptions options)
Uses npm ci to install dependencies and npx cdk synth to synthesize.
If you need a build step, add buildCommand: 'npm run build'.
options - This parameter is required.@Stability(value=Experimental) @NotNull public static SimpleSynthAction standardYarnSynth(@NotNull StandardYarnSynthOptions options)
Uses yarn install --frozen-lockfile to install dependencies and npx cdk synth to synthesize.
If you need a build step, add buildCommand: 'yarn build'.
options - This parameter is required.@Stability(value=Experimental) @NotNull public ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
@Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
onStateChange in interface IActionname - This parameter is required.target - options - @Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
onStateChange in interface IActionname - This parameter is required.target - @Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name)
onStateChange in interface IActionname - This parameter is required.@Stability(value=Experimental) @NotNull public ActionProperties getActionProperties()
getActionProperties in interface IAction@Stability(value=Experimental) @NotNull public IPrincipal getGrantPrincipal()
getGrantPrincipal in interface IGrantable@Stability(value=Experimental) @NotNull public IProject getProject()
Copyright © 2021. All rights reserved.