Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 847 Bytes

File metadata and controls

22 lines (15 loc) · 847 Bytes

RedshiftDataExportCompletedArtifactsRep

Properties

Name Type Description Notes
sqlSetupScript string The SQL setup script originally run against the Redshift cluster, rehydrated from the destination's persisted custom names. [optional] [default to undefined]
s3BucketName string The auto-generated S3 staging bucket name. [optional] [default to undefined]

Example

import { RedshiftDataExportCompletedArtifactsRep } from 'launchdarkly-api-typescript';

const instance: RedshiftDataExportCompletedArtifactsRep = {
    sqlSetupScript,
    s3BucketName,
};

[Back to Model list] [Back to API list] [Back to README]