| Name | Type | Description | Notes |
|---|---|---|---|
| Script | Pointer to string | The SQL setup script to run in your data warehouse | [optional] |
| PublicKey | Pointer to string | The RSA public key (Snowflake only) to store as the destination public_key | [optional] |
| PublicKeyPkcs8 | Pointer to string | The PKCS8 RSA public key (Snowflake only) | [optional] |
| RedshiftIAMPermissionsPolicy | Pointer to string | For Redshift, present only when clusterIdentifier, clusterRegion, and clusterAwsAccountId are supplied in the request body. | [optional] |
| RedshiftIAMTrustPolicy | Pointer to string | For Redshift, present only when clusterIdentifier, clusterRegion, and clusterAwsAccountId are supplied in the request body. | [optional] |
| S3BucketName | Pointer to string | The auto-generated S3 staging bucket name (ClickHouse and Redshift) | [optional] |
func NewWarehouseDestinationSetupScriptRep() *WarehouseDestinationSetupScriptRep
NewWarehouseDestinationSetupScriptRep instantiates a new WarehouseDestinationSetupScriptRep object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWarehouseDestinationSetupScriptRepWithDefaults() *WarehouseDestinationSetupScriptRep
NewWarehouseDestinationSetupScriptRepWithDefaults instantiates a new WarehouseDestinationSetupScriptRep object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *WarehouseDestinationSetupScriptRep) GetScript() string
GetScript returns the Script field if non-nil, zero value otherwise.
func (o *WarehouseDestinationSetupScriptRep) GetScriptOk() (*string, bool)
GetScriptOk returns a tuple with the Script field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseDestinationSetupScriptRep) SetScript(v string)
SetScript sets Script field to given value.
func (o *WarehouseDestinationSetupScriptRep) HasScript() bool
HasScript returns a boolean if a field has been set.
func (o *WarehouseDestinationSetupScriptRep) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *WarehouseDestinationSetupScriptRep) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseDestinationSetupScriptRep) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *WarehouseDestinationSetupScriptRep) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *WarehouseDestinationSetupScriptRep) GetPublicKeyPkcs8() string
GetPublicKeyPkcs8 returns the PublicKeyPkcs8 field if non-nil, zero value otherwise.
func (o *WarehouseDestinationSetupScriptRep) GetPublicKeyPkcs8Ok() (*string, bool)
GetPublicKeyPkcs8Ok returns a tuple with the PublicKeyPkcs8 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseDestinationSetupScriptRep) SetPublicKeyPkcs8(v string)
SetPublicKeyPkcs8 sets PublicKeyPkcs8 field to given value.
func (o *WarehouseDestinationSetupScriptRep) HasPublicKeyPkcs8() bool
HasPublicKeyPkcs8 returns a boolean if a field has been set.
func (o *WarehouseDestinationSetupScriptRep) GetRedshiftIAMPermissionsPolicy() string
GetRedshiftIAMPermissionsPolicy returns the RedshiftIAMPermissionsPolicy field if non-nil, zero value otherwise.
func (o *WarehouseDestinationSetupScriptRep) GetRedshiftIAMPermissionsPolicyOk() (*string, bool)
GetRedshiftIAMPermissionsPolicyOk returns a tuple with the RedshiftIAMPermissionsPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseDestinationSetupScriptRep) SetRedshiftIAMPermissionsPolicy(v string)
SetRedshiftIAMPermissionsPolicy sets RedshiftIAMPermissionsPolicy field to given value.
func (o *WarehouseDestinationSetupScriptRep) HasRedshiftIAMPermissionsPolicy() bool
HasRedshiftIAMPermissionsPolicy returns a boolean if a field has been set.
func (o *WarehouseDestinationSetupScriptRep) GetRedshiftIAMTrustPolicy() string
GetRedshiftIAMTrustPolicy returns the RedshiftIAMTrustPolicy field if non-nil, zero value otherwise.
func (o *WarehouseDestinationSetupScriptRep) GetRedshiftIAMTrustPolicyOk() (*string, bool)
GetRedshiftIAMTrustPolicyOk returns a tuple with the RedshiftIAMTrustPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseDestinationSetupScriptRep) SetRedshiftIAMTrustPolicy(v string)
SetRedshiftIAMTrustPolicy sets RedshiftIAMTrustPolicy field to given value.
func (o *WarehouseDestinationSetupScriptRep) HasRedshiftIAMTrustPolicy() bool
HasRedshiftIAMTrustPolicy returns a boolean if a field has been set.
func (o *WarehouseDestinationSetupScriptRep) GetS3BucketName() string
GetS3BucketName returns the S3BucketName field if non-nil, zero value otherwise.
func (o *WarehouseDestinationSetupScriptRep) GetS3BucketNameOk() (*string, bool)
GetS3BucketNameOk returns a tuple with the S3BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WarehouseDestinationSetupScriptRep) SetS3BucketName(v string)
SetS3BucketName sets S3BucketName field to given value.
func (o *WarehouseDestinationSetupScriptRep) HasS3BucketName() bool
HasS3BucketName returns a boolean if a field has been set.