Name | Type | Description | Notes |
---|---|---|---|
CreationStatements | Pointer to string | Redshift Creation statements | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this item | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
Name | string | Producer name | |
ProducerEncryptionKey | Pointer to string | Dynamic producer encryption key | [optional] |
RedshiftDbName | Pointer to string | Redshift DB Name | [optional] |
RedshiftHost | Pointer to string | Redshift Host | [optional] [default to "127.0.0.1"] |
RedshiftPassword | Pointer to string | Redshift Password | [optional] |
RedshiftPort | Pointer to string | Redshift Port | [optional] [default to "5439"] |
RedshiftUsername | Pointer to string | Redshift Username | [optional] |
SecureAccessEnable | Pointer to string | [optional] | |
SecureAccessHost | Pointer to []string | [optional] | |
Ssl | Pointer to bool | SSL connection mode | [optional] |
Tags | Pointer to []string | List of the tags attached to this secret | [optional] |
TargetName | Pointer to string | Target name | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UserTtl | Pointer to string | User TTL | [optional] [default to "60m"] |
func NewGatewayCreateProducerRedshift(name string, ) *GatewayCreateProducerRedshift
NewGatewayCreateProducerRedshift instantiates a new GatewayCreateProducerRedshift 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 NewGatewayCreateProducerRedshiftWithDefaults() *GatewayCreateProducerRedshift
NewGatewayCreateProducerRedshiftWithDefaults instantiates a new GatewayCreateProducerRedshift 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 *GatewayCreateProducerRedshift) GetCreationStatements() string
GetCreationStatements returns the CreationStatements field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetCreationStatementsOk() (*string, bool)
GetCreationStatementsOk returns a tuple with the CreationStatements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetCreationStatements(v string)
SetCreationStatements sets CreationStatements field to given value.
func (o *GatewayCreateProducerRedshift) HasCreationStatements() bool
HasCreationStatements returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayCreateProducerRedshift) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateProducerRedshift) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateProducerRedshift) GetProducerEncryptionKey() string
GetProducerEncryptionKey returns the ProducerEncryptionKey field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetProducerEncryptionKeyOk() (*string, bool)
GetProducerEncryptionKeyOk returns a tuple with the ProducerEncryptionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetProducerEncryptionKey(v string)
SetProducerEncryptionKey sets ProducerEncryptionKey field to given value.
func (o *GatewayCreateProducerRedshift) HasProducerEncryptionKey() bool
HasProducerEncryptionKey returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetRedshiftDbName() string
GetRedshiftDbName returns the RedshiftDbName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetRedshiftDbNameOk() (*string, bool)
GetRedshiftDbNameOk returns a tuple with the RedshiftDbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetRedshiftDbName(v string)
SetRedshiftDbName sets RedshiftDbName field to given value.
func (o *GatewayCreateProducerRedshift) HasRedshiftDbName() bool
HasRedshiftDbName returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetRedshiftHost() string
GetRedshiftHost returns the RedshiftHost field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetRedshiftHostOk() (*string, bool)
GetRedshiftHostOk returns a tuple with the RedshiftHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetRedshiftHost(v string)
SetRedshiftHost sets RedshiftHost field to given value.
func (o *GatewayCreateProducerRedshift) HasRedshiftHost() bool
HasRedshiftHost returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetRedshiftPassword() string
GetRedshiftPassword returns the RedshiftPassword field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetRedshiftPasswordOk() (*string, bool)
GetRedshiftPasswordOk returns a tuple with the RedshiftPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetRedshiftPassword(v string)
SetRedshiftPassword sets RedshiftPassword field to given value.
func (o *GatewayCreateProducerRedshift) HasRedshiftPassword() bool
HasRedshiftPassword returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetRedshiftPort() string
GetRedshiftPort returns the RedshiftPort field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetRedshiftPortOk() (*string, bool)
GetRedshiftPortOk returns a tuple with the RedshiftPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetRedshiftPort(v string)
SetRedshiftPort sets RedshiftPort field to given value.
func (o *GatewayCreateProducerRedshift) HasRedshiftPort() bool
HasRedshiftPort returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetRedshiftUsername() string
GetRedshiftUsername returns the RedshiftUsername field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetRedshiftUsernameOk() (*string, bool)
GetRedshiftUsernameOk returns a tuple with the RedshiftUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetRedshiftUsername(v string)
SetRedshiftUsername sets RedshiftUsername field to given value.
func (o *GatewayCreateProducerRedshift) HasRedshiftUsername() bool
HasRedshiftUsername returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetSecureAccessEnableOk() (*string, bool)
GetSecureAccessEnableOk returns a tuple with the SecureAccessEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayCreateProducerRedshift) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetSecureAccessHostOk() (*[]string, bool)
GetSecureAccessHostOk returns a tuple with the SecureAccessHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *GatewayCreateProducerRedshift) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetSsl() bool
GetSsl returns the Ssl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetSslOk() (*bool, bool)
GetSslOk returns a tuple with the Ssl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetSsl(v bool)
SetSsl sets Ssl field to given value.
func (o *GatewayCreateProducerRedshift) HasSsl() bool
HasSsl returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayCreateProducerRedshift) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayCreateProducerRedshift) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateProducerRedshift) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateProducerRedshift) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerRedshift) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerRedshift) GetUserTtlOk() (*string, bool)
GetUserTtlOk returns a tuple with the UserTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerRedshift) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayCreateProducerRedshift) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.