| 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] |
import { RedshiftDataExportCompletedArtifactsRep } from 'launchdarkly-api-typescript';
const instance: RedshiftDataExportCompletedArtifactsRep = {
sqlSetupScript,
s3BucketName,
};