Class HostedZoneProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.HostedZoneProps.Jsii$Proxy
- All Implemented Interfaces:
CommonHostedZoneProps,HostedZoneProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HostedZoneProps
@Stability(Stable)
@Internal
public static final class HostedZoneProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HostedZoneProps
An implementation for
HostedZoneProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.HostedZoneProps
HostedZoneProps.Builder, HostedZoneProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HostedZoneProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHostedZoneProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether to add a trailing dot to the zone name.final StringAny comments that you want to include about the hosted zone.final StringThe Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.getVpcs()A VPC that you want to associate with this hosted zone.final StringThe name of the domain.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theHostedZoneProps.Builder.
-
-
Method Details
-
getVpcs
Description copied from interface:HostedZonePropsA VPC that you want to associate with this hosted zone.When you specify this property, a private hosted zone will be created.
You can associate additional VPCs to this private zone using
addVpc(vpc).Default: public (no VPCs associated)
- Specified by:
getVpcsin interfaceHostedZoneProps
-
getZoneName
Description copied from interface:CommonHostedZonePropsThe name of the domain.For resource record types that include a domain name, specify a fully qualified domain name.
- Specified by:
getZoneNamein interfaceCommonHostedZoneProps
-
getAddTrailingDot
Description copied from interface:CommonHostedZonePropsWhether to add a trailing dot to the zone name.Default: true
- Specified by:
getAddTrailingDotin interfaceCommonHostedZoneProps
-
getComment
Description copied from interface:CommonHostedZonePropsAny comments that you want to include about the hosted zone.Default: none
- Specified by:
getCommentin interfaceCommonHostedZoneProps
-
getQueryLogsLogGroupArn
Description copied from interface:CommonHostedZonePropsThe Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.Default: disabled
- Specified by:
getQueryLogsLogGroupArnin interfaceCommonHostedZoneProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-