Interface ServerApplicationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ServerApplicationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:01.162Z")
@Stability(Stable)
public interface ServerApplicationProps
extends software.amazon.jsii.JsiiSerializable
Construction properties for
ServerApplication.
Example:
ServerApplication application = ServerApplication.Builder.create(this, "CodeDeployApplication")
.applicationName("MyApplication")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forServerApplicationPropsstatic final classAn implementation forServerApplicationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationName
The physical, human-readable name of the CodeDeploy Application.Default: an auto-generated name will be used
-
builder
- Returns:
- a
ServerApplicationProps.BuilderofServerApplicationProps
-