API: {
    createdAt: string;
    environments?: APIEnvironment[];
    executionIamRole: string;
    id: string;
    links: {
        awsAccounts: string;
        organisations: string;
    };
    vpcSecurityGroupIds?: string;
    vpcSubnetIds?: string;
    whiteListedEmails?: string[];
}

Type declaration

  • createdAt: string
  • Optional environments?: APIEnvironment[]
  • executionIamRole: string
  • id: string
  • links: {
        awsAccounts: string;
        organisations: string;
    }
    • awsAccounts: string
    • organisations: string
  • Optional vpcSecurityGroupIds?: string
  • Optional vpcSubnetIds?: string
  • Optional whiteListedEmails?: string[]