Documentation ¶
Index ¶
- type DataEncryptionMetadata
- type DataEncryptionMetadataAttributes
- func (dem DataEncryptionMetadataAttributes) AllowClearText() terra.BoolValue
- func (dem DataEncryptionMetadataAttributes) AllowDuplicates() terra.BoolValue
- func (dem DataEncryptionMetadataAttributes) AllowJoinsOnColumnsWithDifferentNames() terra.BoolValue
- func (dem DataEncryptionMetadataAttributes) InternalRef() (terra.Reference, error)
- func (dem DataEncryptionMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dem DataEncryptionMetadataAttributes) InternalWithRef(ref terra.Reference) DataEncryptionMetadataAttributes
- func (dem DataEncryptionMetadataAttributes) PreserveNulls() terra.BoolValue
- type DataEncryptionMetadataState
- type Member
- type MemberAttributes
- func (m MemberAttributes) AccountId() terra.StringValue
- func (m MemberAttributes) DisplayName() terra.StringValue
- func (m MemberAttributes) InternalRef() (terra.Reference, error)
- func (m MemberAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (m MemberAttributes) InternalWithRef(ref terra.Reference) MemberAttributes
- func (m MemberAttributes) MemberAbilities() terra.ListValue[terra.StringValue]
- func (m MemberAttributes) Status() terra.StringValue
- type MemberState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataEncryptionMetadata ¶
type DataEncryptionMetadata struct { // AllowClearText: bool, required AllowClearText terra.BoolValue `hcl:"allow_clear_text,attr" validate:"required"` // AllowDuplicates: bool, required AllowDuplicates terra.BoolValue `hcl:"allow_duplicates,attr" validate:"required"` // AllowJoinsOnColumnsWithDifferentNames: bool, required AllowJoinsOnColumnsWithDifferentNames terra.BoolValue `hcl:"allow_joins_on_columns_with_different_names,attr" validate:"required"` // PreserveNulls: bool, required PreserveNulls terra.BoolValue `hcl:"preserve_nulls,attr" validate:"required"` }
type DataEncryptionMetadataAttributes ¶
type DataEncryptionMetadataAttributes struct {
// contains filtered or unexported fields
}
func (DataEncryptionMetadataAttributes) AllowClearText ¶
func (dem DataEncryptionMetadataAttributes) AllowClearText() terra.BoolValue
func (DataEncryptionMetadataAttributes) AllowDuplicates ¶
func (dem DataEncryptionMetadataAttributes) AllowDuplicates() terra.BoolValue
func (DataEncryptionMetadataAttributes) AllowJoinsOnColumnsWithDifferentNames ¶
func (dem DataEncryptionMetadataAttributes) AllowJoinsOnColumnsWithDifferentNames() terra.BoolValue
func (DataEncryptionMetadataAttributes) InternalRef ¶
func (dem DataEncryptionMetadataAttributes) InternalRef() (terra.Reference, error)
func (DataEncryptionMetadataAttributes) InternalTokens ¶
func (dem DataEncryptionMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEncryptionMetadataAttributes) InternalWithRef ¶
func (dem DataEncryptionMetadataAttributes) InternalWithRef(ref terra.Reference) DataEncryptionMetadataAttributes
func (DataEncryptionMetadataAttributes) PreserveNulls ¶
func (dem DataEncryptionMetadataAttributes) PreserveNulls() terra.BoolValue
type Member ¶
type Member struct { // AccountId: string, required AccountId terra.StringValue `hcl:"account_id,attr" validate:"required"` // DisplayName: string, required DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"` // MemberAbilities: list of string, required MemberAbilities terra.ListValue[terra.StringValue] `hcl:"member_abilities,attr" validate:"required"` }
type MemberAttributes ¶
type MemberAttributes struct {
// contains filtered or unexported fields
}
func (MemberAttributes) AccountId ¶
func (m MemberAttributes) AccountId() terra.StringValue
func (MemberAttributes) DisplayName ¶
func (m MemberAttributes) DisplayName() terra.StringValue
func (MemberAttributes) InternalRef ¶
func (m MemberAttributes) InternalRef() (terra.Reference, error)
func (MemberAttributes) InternalTokens ¶
func (m MemberAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MemberAttributes) InternalWithRef ¶
func (m MemberAttributes) InternalWithRef(ref terra.Reference) MemberAttributes
func (MemberAttributes) MemberAbilities ¶
func (m MemberAttributes) MemberAbilities() terra.ListValue[terra.StringValue]
func (MemberAttributes) Status ¶
func (m MemberAttributes) Status() terra.StringValue
type MemberState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.