@Stability(value=Experimental) @Internal public static final class DomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DomainProps
DomainPropssoftware.amazon.jsii.JsiiObject.InitializationModeDomainProps.Builder, DomainProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DomainProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DomainProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(Object o) |
IApp |
getApp()
(experimental) The application to which the domain must be connected.
|
List<String> |
getAutoSubdomainCreationPatterns()
(experimental) Branches which should automatically create subdomains.
|
IRole |
getAutoSubDomainIamRole()
(experimental) The IAM role with access to Route53 when using enableAutoSubdomain.
|
String |
getDomainName()
(experimental) The name of the domain.
|
Boolean |
getEnableAutoSubdomain()
(experimental) Automatically create subdomains for connected branches.
|
List<SubDomain> |
getSubDomains()
(experimental) Subdomains.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DomainProps.Builder builder)
DomainProps.Builder.public final IApp getApp()
DomainPropsgetApp in interface DomainPropspublic final IRole getAutoSubDomainIamRole()
DomainPropsDefault: the IAM role from App.grantPrincipal
getAutoSubDomainIamRole in interface DomainPropspublic final List<String> getAutoSubdomainCreationPatterns()
DomainOptionsDefault: - all repository branches ['*', 'pr*']
getAutoSubdomainCreationPatterns in interface DomainOptionspublic final String getDomainName()
DomainOptionsDefault: - the construct's id
getDomainName in interface DomainOptionspublic final Boolean getEnableAutoSubdomain()
DomainOptionsDefault: false
getEnableAutoSubdomain in interface DomainOptionspublic final List<SubDomain> getSubDomains()
DomainOptionsDefault: - use `addSubDomain()` to add subdomains
getSubDomains in interface DomainOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.