@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.843Z") public interface ServerDeploymentConfigImportProps extends software.amazon.jsii.JsiiSerializable
ServerDeploymentConfig.export()| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentConfigImportProps.Builder
A builder for
ServerDeploymentConfigImportProps |
static class |
ServerDeploymentConfigImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentConfigImportProps.Builder |
builder() |
String |
getDeploymentConfigName()
The physical, human-readable name of the custom CodeDeploy EC2/on-premise Deployment Configuration
that we are referencing.
|
void |
setDeploymentConfigName(String value)
The physical, human-readable name of the custom CodeDeploy EC2/on-premise Deployment Configuration
that we are referencing.
|
String getDeploymentConfigName()
void setDeploymentConfigName(String value)
static ServerDeploymentConfigImportProps.Builder builder()
Copyright © 2019. All rights reserved.