@oneblink/sdk-core
    Preparing search index...

    Interface AWSAccount

    interface AWSAccount {
        accountNumber: string;
        createdAt: string;
        id: string;
        isDefault: boolean;
        isDefaultAPIHosting: boolean;
        isDefaultCDNHosting: boolean;
        name: string;
        tenancy: string;
    }
    Index

    Properties

    accountNumber: string
    createdAt: string
    id: string
    isDefault: boolean
    isDefaultAPIHosting: boolean
    isDefaultCDNHosting: boolean
    name: string
    tenancy: string