@Stability(value=Stable) @Internal public static final class CfnRecordSetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordSetGroupProps
CfnRecordSetGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnRecordSetGroupProps.Builder, CfnRecordSetGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRecordSetGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRecordSetGroupProps.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 |
getComment()
*Optional:* Any comments you want to include about a change batch request.
|
String |
getHostedZoneId()
The ID of the hosted zone that you want to create records in.
|
String |
getHostedZoneName()
The name of the hosted zone that you want to create records in.
|
Object |
getRecordSets()
A complex type that contains one `RecordSet` element for each record that you want to create.
|
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(CfnRecordSetGroupProps.Builder builder)
CfnRecordSetGroupProps.Builder.public final String getComment()
CfnRecordSetGroupPropsgetComment in interface CfnRecordSetGroupPropspublic final String getHostedZoneId()
CfnRecordSetGroupProps
Specify either HostedZoneName or HostedZoneId , but not both. If you have multiple hosted zones with the same domain name, you must specify the hosted zone using HostedZoneId .
getHostedZoneId in interface CfnRecordSetGroupPropspublic final String getHostedZoneName()
CfnRecordSetGroupProps
You must include a trailing dot (for example, www.example.com. ) as part of the HostedZoneName .
When you create a stack using an AWS::Route53::RecordSet that specifies HostedZoneName , AWS CloudFormation attempts to find a hosted zone whose name matches the HostedZoneName . If AWS CloudFormation can't find a hosted zone with a matching domain name, or if there is more than one hosted zone with the specified domain name, AWS CloudFormation will not create the stack.
Specify either HostedZoneName or HostedZoneId , but not both. If you have multiple hosted zones with the same domain name, you must specify the hosted zone using HostedZoneId .
getHostedZoneName in interface CfnRecordSetGroupPropspublic final Object getRecordSets()
CfnRecordSetGroupPropsgetRecordSets in interface CfnRecordSetGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.