interface CDN {
    aws: {
        cloudFrontOriginAccessControlId: string;
    };
    createdAt: string;
    environments?: CDNEnvironment[];
    id: string;
    isCorsEnabled: boolean;
    links: {
        awsAccounts: string;
        organisations: string;
    };
}

Hierarchy (view full)

Properties

aws: {
    cloudFrontOriginAccessControlId: string;
}
createdAt: string
environments?: CDNEnvironment[]
id: string
isCorsEnabled: boolean
links: {
    awsAccounts: string;
    organisations: string;
}