@Stability(value=Stable) @Internal public static final class CfnDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomainProps
CfnDomainPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDomainProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDomainProps.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) |
String |
getAppId()
The unique ID for an Amplify app.
|
List<String> |
getAutoSubDomainCreationPatterns()
Sets the branch patterns for automatic subdomain creation.
|
String |
getAutoSubDomainIamRole()
The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
|
String |
getDomainName()
The domain name for the domain association.
|
Object |
getEnableAutoSubDomain()
Enables the automated creation of subdomains for branches.
|
Object |
getSubDomainSettings()
The setting for the subdomain.
|
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(CfnDomainProps.Builder builder)
CfnDomainProps.Builder.public final String getAppId()
CfnDomainPropsLength Constraints: Minimum length of 1. Maximum length of 20.
Pattern: d[a-z0-9]+
getAppId in interface CfnDomainPropspublic final String getDomainName()
CfnDomainPropsLength Constraints: Maximum length of 255.
Pattern: ^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9]).)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])(.)?$
getDomainName in interface CfnDomainPropspublic final Object getSubDomainSettings()
CfnDomainPropsgetSubDomainSettings in interface CfnDomainPropspublic final List<String> getAutoSubDomainCreationPatterns()
CfnDomainPropsgetAutoSubDomainCreationPatterns in interface CfnDomainPropspublic final String getAutoSubDomainIamRole()
CfnDomainPropsLength Constraints: Maximum length of 1000.
Pattern: ^$|^arn:aws:iam::\d{12}:role.+
getAutoSubDomainIamRole in interface CfnDomainPropspublic final Object getEnableAutoSubDomain()
CfnDomainPropsgetEnableAutoSubDomain in interface CfnDomainProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.