You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQL setup script originally run against the Redshift cluster, rehydrated from the destination's persisted custom names.
[optional]
s3_bucket_name
str
The auto-generated S3 staging bucket name.
[optional]
Example
fromlaunchdarkly_api.models.redshift_data_export_completed_artifacts_repimportRedshiftDataExportCompletedArtifactsRep# TODO update the JSON string belowjson="{}"# create an instance of RedshiftDataExportCompletedArtifactsRep from a JSON stringredshift_data_export_completed_artifacts_rep_instance=RedshiftDataExportCompletedArtifactsRep.from_json(json)
# print the JSON string representation of the objectprint(RedshiftDataExportCompletedArtifactsRep.to_json())
# convert the object into a dictredshift_data_export_completed_artifacts_rep_dict=redshift_data_export_completed_artifacts_rep_instance.to_dict()
# create an instance of RedshiftDataExportCompletedArtifactsRep from a dictredshift_data_export_completed_artifacts_rep_from_dict=RedshiftDataExportCompletedArtifactsRep.from_dict(redshift_data_export_completed_artifacts_rep_dict)