Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetIntegrationRequest

import type { GetIntegrationRequest } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetIntegrationRequest {
DomainName: string;
Uri: string;
}

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
Uri: string
[src]

The URI of the S3 bucket or any other type of data source.