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

CreateResourceDataSyncRequest

import type { CreateResourceDataSyncRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface CreateResourceDataSyncRequest {
S3Destination?: ResourceDataSyncS3Destination | null;
SyncName: string;
SyncSource?: ResourceDataSyncSource | null;
SyncType?: string | null;
}

§Properties

§
S3Destination?: ResourceDataSyncS3Destination | null
[src]

Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.

§
SyncName: string
[src]

A name for the configuration.

§
SyncSource?: ResourceDataSyncSource | null
[src]

Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.

§
SyncType?: string | null
[src]

Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.