Class PublicHostedZoneProps.Jsii$Proxy
- All Implemented Interfaces:
CommonHostedZoneProps,PublicHostedZoneProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PublicHostedZoneProps
PublicHostedZoneProps-
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.PublicHostedZoneProps
PublicHostedZoneProps.Builder, PublicHostedZoneProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PublicHostedZoneProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePublicHostedZoneProps.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 BooleanWhether to create a CAA record to restrict certificate authorities allowed to issue certificates for this domain to Amazon only.final StringAny comments that you want to include about the hosted zone.final IPrincipal(deprecated) A principal which is trusted to assume a role for zone delegation.final String(deprecated) The name of the role created for cross account delegation.final StringThe Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.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 thePublicHostedZoneProps.Builder.
-
-
Method Details
-
getCaaAmazon
Description copied from interface:PublicHostedZonePropsWhether to create a CAA record to restrict certificate authorities allowed to issue certificates for this domain to Amazon only.Default: false
- Specified by:
getCaaAmazonin interfacePublicHostedZoneProps
-
getCrossAccountZoneDelegationPrincipal
Description copied from interface:PublicHostedZoneProps(deprecated) A principal which is trusted to assume a role for zone delegation.If supplied, this will create a Role in the same account as the Hosted Zone, which can be assumed by the
CrossAccountZoneDelegationRecordto create a delegation record to a zone in a different account.Be sure to indicate the account(s) that you trust to create delegation records, using either
iam.AccountPrincipaloriam.OrganizationPrincipal.If you are planning to use
iam.ServicePrincipals here, be sure to include region-specific service principals for every opt-in region you are going to be delegating to; or don't use this feature and create separate roles with appropriate permissions for every opt-in region instead.Default: - No delegation configuration
- Specified by:
getCrossAccountZoneDelegationPrincipalin interfacePublicHostedZoneProps
-
getCrossAccountZoneDelegationRoleName
Description copied from interface:PublicHostedZoneProps(deprecated) The name of the role created for cross account delegation.Default: - A role name is generated automatically
- Specified by:
getCrossAccountZoneDelegationRoleNamein interfacePublicHostedZoneProps
-
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()
-