GradientEdge CDK Utils
    Preparing search index...
    interface DnsZoneProps {
        location?: Input<string>;
        registrationVirtualNetworks?: Input<Input<SubResourceArgs>[]>;
        resolutionVirtualNetworks?: Input<Input<SubResourceArgs>[]>;
        resourceGroupName: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
        zoneName?: Input<string>;
        zoneType?: Input<ZoneType>;
    }

    Hierarchy

    • ZoneArgs
      • DnsZoneProps
    Index

    Properties

    location?: Input<string>

    The geo-location where the resource lives

    registrationVirtualNetworks?: Input<Input<SubResourceArgs>[]>

    A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.

    resolutionVirtualNetworks?: Input<Input<SubResourceArgs>[]>

    A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    tags?: Input<{ [key: string]: Input<string> }>

    Resource tags.

    zoneName?: Input<string>

    The name of the DNS zone (without a terminating dot).

    zoneType?: Input<ZoneType>

    The type of this DNS zone (Public or Private).