Documentation - v0.0.0
    Preparing search index...

    Interface DelegatedHostedZoneProps

    interface DelegatedHostedZoneProps {
        delegationRoleName: string;
        parentAccountId: string;
        parentDomain: string;
        subdomain: string;
    }
    Index

    Properties

    delegationRoleName: string

    Name to use for delegation role.

    parentAccountId: string

    The parent/hosting account to act as delegator.

    parentDomain: string

    Parent domain name to delegate.

    subdomain: string

    Subdomain to delegate.