@Deprecated public static final class CdkStageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkStageProps
CdkStageProps
CdkStageProps.Builder, CdkStageProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o)
Deprecated.
|
Artifact |
getCloudAssemblyArtifact()
Deprecated.
(deprecated) The CodePipeline Artifact with the Cloud Assembly.
|
java.lang.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.
|
java.lang.String |
getStageName()
Deprecated.
(deprecated) Name of the stage that should be created.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Artifact getCloudAssemblyArtifact()
CdkStageProps
getCloudAssemblyArtifact
in interface CdkStageProps
public final IStageHost getHost()
CdkStageProps
getHost
in interface CdkStageProps
public final IStage getPipelineStage()
CdkStageProps
getPipelineStage
in interface CdkStageProps
public final java.lang.String getStageName()
CdkStageProps
getStageName
in interface CdkStageProps
public final java.lang.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 CdkStageProps
public 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()