@Stability(value=Stable) @Internal public static final class CfnEnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironmentProps
CfnEnvironmentProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String applicationName,
String cnamePrefix,
String description,
String environmentName,
String operationsRole,
Object optionSettings,
String platformArn,
String solutionStackName,
List<? extends CfnTag> tags,
String templateName,
Object tier,
String versionLabel)
Constructor that initializes the object based on literal property values passed by the
CfnEnvironmentProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getApplicationName()
`AWS::ElasticBeanstalk::Environment.ApplicationName`.
|
String |
getCnamePrefix()
`AWS::ElasticBeanstalk::Environment.CNAMEPrefix`.
|
String |
getDescription()
`AWS::ElasticBeanstalk::Environment.Description`.
|
String |
getEnvironmentName()
`AWS::ElasticBeanstalk::Environment.EnvironmentName`.
|
String |
getOperationsRole()
`AWS::ElasticBeanstalk::Environment.OperationsRole`.
|
Object |
getOptionSettings()
`AWS::ElasticBeanstalk::Environment.OptionSettings`.
|
String |
getPlatformArn()
`AWS::ElasticBeanstalk::Environment.PlatformArn`.
|
String |
getSolutionStackName()
`AWS::ElasticBeanstalk::Environment.SolutionStackName`.
|
List<CfnTag> |
getTags()
`AWS::ElasticBeanstalk::Environment.Tags`.
|
String |
getTemplateName()
`AWS::ElasticBeanstalk::Environment.TemplateName`.
|
Object |
getTier()
`AWS::ElasticBeanstalk::Environment.Tier`.
|
String |
getVersionLabel()
`AWS::ElasticBeanstalk::Environment.VersionLabel`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(String applicationName, String cnamePrefix, String description, String environmentName, String operationsRole, Object optionSettings, String platformArn, String solutionStackName, List<? extends CfnTag> tags, String templateName, Object tier, String versionLabel)
CfnEnvironmentProps.Builder
.public final String getApplicationName()
CfnEnvironmentProps
getApplicationName
in interface CfnEnvironmentProps
public final String getCnamePrefix()
CfnEnvironmentProps
getCnamePrefix
in interface CfnEnvironmentProps
public final String getDescription()
CfnEnvironmentProps
getDescription
in interface CfnEnvironmentProps
public final String getEnvironmentName()
CfnEnvironmentProps
getEnvironmentName
in interface CfnEnvironmentProps
public final String getOperationsRole()
CfnEnvironmentProps
getOperationsRole
in interface CfnEnvironmentProps
public final Object getOptionSettings()
CfnEnvironmentProps
getOptionSettings
in interface CfnEnvironmentProps
public final String getPlatformArn()
CfnEnvironmentProps
getPlatformArn
in interface CfnEnvironmentProps
public final String getSolutionStackName()
CfnEnvironmentProps
getSolutionStackName
in interface CfnEnvironmentProps
public final List<CfnTag> getTags()
CfnEnvironmentProps
getTags
in interface CfnEnvironmentProps
public final String getTemplateName()
CfnEnvironmentProps
getTemplateName
in interface CfnEnvironmentProps
public final Object getTier()
CfnEnvironmentProps
getTier
in interface CfnEnvironmentProps
public final String getVersionLabel()
CfnEnvironmentProps
getVersionLabel
in interface CfnEnvironmentProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.