@Stability(value=Deprecated) @Deprecated @Internal public static final class CdkStageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkStageProps
CdkStagePropssoftware.amazon.jsii.JsiiObject.InitializationModeCdkStageProps.Builder, CdkStageProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CdkStageProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
CdkStageProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Artifact |
getCloudAssemblyArtifact()
Deprecated.
(deprecated) The CodePipeline Artifact with the Cloud Assembly.
|
Boolean |
getConfirmBroadeningPermissions()
Deprecated.
(deprecated) Run a security check before every application prepare/deploy actions.
|
IStageHost |
getHost()
Deprecated.
(deprecated) Features the Stage needs from its environment.
|
IStage |
getPipelineStage()
Deprecated.
(deprecated) The underlying Pipeline Stage associated with thisCdkStage.
|
ITopic |
getSecurityNotificationTopic()
Deprecated.
(deprecated) Optional SNS topic to send notifications to when any security check registers changes within a application.
|
String |
getStageName()
Deprecated.
(deprecated) Name of the stage that should be created.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CdkStageProps.Builder builder)
CdkStageProps.Builder.public final Artifact getCloudAssemblyArtifact()
CdkStagePropsgetCloudAssemblyArtifact in interface CdkStagePropspublic final IStageHost getHost()
CdkStagePropsgetHost in interface CdkStagePropspublic final IStage getPipelineStage()
CdkStagePropsgetPipelineStage in interface CdkStagePropspublic final String getStageName()
CdkStagePropsgetStageName in interface CdkStagePropspublic final Boolean getConfirmBroadeningPermissions()
CdkStageProps
Note: Stage level security check can be overriden per application as follows:
stage.addApplication(app, { confirmBroadeningPermissions: false })
Default: false
getConfirmBroadeningPermissions in interface CdkStagePropspublic final ITopic getSecurityNotificationTopic()
CdkStageProps
Note: The Stage Notification Topic can be overriden per application as follows:
stage.addApplication(app, { securityNotificationTopic: newTopic })
Default: undefined no stage level notification topic
getSecurityNotificationTopic in interface CdkStageProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.