GradientEdge CDK Utils
    Preparing search index...
    interface Route53Props {
        addTrailingDot?: boolean;
        comment?: string;
        queryLogsLogGroupArn?: string;
        useExistingHostedZone?: boolean;
        vpcs?: IVpc[];
        zoneName: string;
    }

    Hierarchy

    • HostedZoneProps
      • Route53Props
    Index

    Properties

    addTrailingDot?: boolean

    Whether to add a trailing dot to the zone name.

    true
    
    comment?: string

    Any comments that you want to include about the hosted zone.

    none
    
    queryLogsLogGroupArn?: string

    The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.

    disabled
    
    useExistingHostedZone?: boolean
    vpcs?: IVpc[]

    A 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).

    public (no VPCs associated)
    
    zoneName: string

    The name of the domain. For resource record types that include a domain name, specify a fully qualified domain name.