Class AddGitHubStageOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdkpipelines.github.AddGitHubStageOptions.Jsii$Proxy
-
- All Implemented Interfaces:
AddGitHubStageOptions,software.amazon.awscdk.pipelines.AddStageOpts,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AddGitHubStageOptions
@Stability(Stable) @Internal public static final class AddGitHubStageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddGitHubStageOptions
An implementation forAddGitHubStageOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.cdkpipelines.github.AddGitHubStageOptions
AddGitHubStageOptions.Builder, AddGitHubStageOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AddGitHubStageOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theAddGitHubStageOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetGitHubEnvironment()Run the stage in a specific GitHub Environment.List<software.amazon.awscdk.pipelines.Step>getPost()List<software.amazon.awscdk.pipelines.Step>getPre()List<StackCapabilities>getStackCapabilities()In some cases, you must explicitly acknowledge that your CloudFormation stack template contains certain capabilities in order for CloudFormation to create the stack.List<software.amazon.awscdk.pipelines.StackSteps>getStackSteps()inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AddGitHubStageOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theAddGitHubStageOptions.Builder.
-
-
Method Detail
-
getGitHubEnvironment
public final String getGitHubEnvironment()
Description copied from interface:AddGitHubStageOptionsRun the stage in a specific GitHub Environment.If specified, any protection rules configured for the environment must pass before the job is set to a runner. For example, if the environment has a manual approval rule configured, then the workflow will wait for the approval before sending the job to the runner.
Running a workflow that references an environment that does not exist will create an environment with the referenced name.
Default: - no GitHub environment
- Specified by:
getGitHubEnvironmentin interfaceAddGitHubStageOptions- See Also:
- https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
-
getStackCapabilities
public final List<StackCapabilities> getStackCapabilities()
Description copied from interface:AddGitHubStageOptionsIn some cases, you must explicitly acknowledge that your CloudFormation stack template contains certain capabilities in order for CloudFormation to create the stack.If insufficiently specified, CloudFormation returns an
InsufficientCapabilitieserror.Default: ['CAPABILITY_IAM']
- Specified by:
getStackCapabilitiesin interfaceAddGitHubStageOptions
-
getPost
public final List<software.amazon.awscdk.pipelines.Step> getPost()
- Specified by:
getPostin interfacesoftware.amazon.awscdk.pipelines.AddStageOpts
-
getPre
public final List<software.amazon.awscdk.pipelines.Step> getPre()
- Specified by:
getPrein interfacesoftware.amazon.awscdk.pipelines.AddStageOpts
-
getStackSteps
public final List<software.amazon.awscdk.pipelines.StackSteps> getStackSteps()
- Specified by:
getStackStepsin interfacesoftware.amazon.awscdk.pipelines.AddStageOpts
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-