cleanroomscollaboration

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (DataEncryptionMetadataAttributes) InternalTokens

func (dem DataEncryptionMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataEncryptionMetadataAttributes) InternalWithRef

func (DataEncryptionMetadataAttributes) PreserveNulls

func (dem DataEncryptionMetadataAttributes) PreserveNulls() terra.BoolValue

type DataEncryptionMetadataState

type DataEncryptionMetadataState struct {
	AllowClearText                        bool `json:"allow_clear_text"`
	AllowDuplicates                       bool `json:"allow_duplicates"`
	AllowJoinsOnColumnsWithDifferentNames bool `json:"allow_joins_on_columns_with_different_names"`
	PreserveNulls                         bool `json:"preserve_nulls"`
}

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 MemberState struct {
	AccountId       string   `json:"account_id"`
	DisplayName     string   `json:"display_name"`
	MemberAbilities []string `json:"member_abilities"`
	Status          string   `json:"status"`
}

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 (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL