@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.591Z") @Stability(value=Experimental) public class ServerApplication extends Resource implements IServerApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerApplication.Builder
(experimental) A fluent builder for
ServerApplication. |
software.amazon.jsii.JsiiObject.InitializationModeIServerApplication.Jsii$Default, IServerApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerApplication(software.constructs.Construct scope,
String id) |
|
ServerApplication(software.constructs.Construct scope,
String id,
ServerApplicationProps props) |
protected |
ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ServerApplication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IServerApplication |
fromServerApplicationName(software.constructs.Construct scope,
String id,
String serverApplicationName)
(experimental) Import an Application defined either outside the CDK app, or in a different region.
|
String |
getApplicationArn() |
String |
getApplicationName() |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ServerApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ServerApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ServerApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public ServerApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IServerApplication fromServerApplicationName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String serverApplicationName)
scope - the parent Construct for this new Construct. This parameter is required.id - the logical ID of this new Construct. This parameter is required.serverApplicationName - the name of the application to import. This parameter is required.@Stability(value=Experimental) @NotNull public String getApplicationArn()
getApplicationArn in interface IServerApplication@Stability(value=Experimental) @NotNull public String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2021. All rights reserved.