dataappconfiguration

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 Encryption

type Encryption struct{}

type EncryptionAttributes

type EncryptionAttributes struct {
	// contains filtered or unexported fields
}

func (EncryptionAttributes) IdentityClientId

func (e EncryptionAttributes) IdentityClientId() terra.StringValue

func (EncryptionAttributes) InternalRef

func (e EncryptionAttributes) InternalRef() (terra.Reference, error)

func (EncryptionAttributes) InternalTokens

func (e EncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EncryptionAttributes) InternalWithRef

func (EncryptionAttributes) KeyVaultKeyIdentifier

func (e EncryptionAttributes) KeyVaultKeyIdentifier() terra.StringValue

type EncryptionState

type EncryptionState struct {
	IdentityClientId      string `json:"identity_client_id"`
	KeyVaultKeyIdentifier string `json:"key_vault_key_identifier"`
}

type Identity

type Identity struct{}

type IdentityAttributes

type IdentityAttributes struct {
	// contains filtered or unexported fields
}

func (IdentityAttributes) IdentityIds

func (IdentityAttributes) InternalRef

func (i IdentityAttributes) InternalRef() (terra.Reference, error)

func (IdentityAttributes) InternalTokens

func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IdentityAttributes) InternalWithRef

func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes

func (IdentityAttributes) PrincipalId

func (i IdentityAttributes) PrincipalId() terra.StringValue

func (IdentityAttributes) TenantId

func (i IdentityAttributes) TenantId() terra.StringValue

func (IdentityAttributes) Type

type IdentityState

type IdentityState struct {
	IdentityIds []string `json:"identity_ids"`
	PrincipalId string   `json:"principal_id"`
	TenantId    string   `json:"tenant_id"`
	Type        string   `json:"type"`
}

type PrimaryReadKey

type PrimaryReadKey struct{}

type PrimaryReadKeyAttributes

type PrimaryReadKeyAttributes struct {
	// contains filtered or unexported fields
}

func (PrimaryReadKeyAttributes) ConnectionString

func (prk PrimaryReadKeyAttributes) ConnectionString() terra.StringValue

func (PrimaryReadKeyAttributes) Id

func (PrimaryReadKeyAttributes) InternalRef

func (prk PrimaryReadKeyAttributes) InternalRef() (terra.Reference, error)

func (PrimaryReadKeyAttributes) InternalTokens

func (prk PrimaryReadKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PrimaryReadKeyAttributes) InternalWithRef

func (PrimaryReadKeyAttributes) Secret

type PrimaryReadKeyState

type PrimaryReadKeyState struct {
	ConnectionString string `json:"connection_string"`
	Id               string `json:"id"`
	Secret           string `json:"secret"`
}

type PrimaryWriteKey

type PrimaryWriteKey struct{}

type PrimaryWriteKeyAttributes

type PrimaryWriteKeyAttributes struct {
	// contains filtered or unexported fields
}

func (PrimaryWriteKeyAttributes) ConnectionString

func (pwk PrimaryWriteKeyAttributes) ConnectionString() terra.StringValue

func (PrimaryWriteKeyAttributes) Id

func (PrimaryWriteKeyAttributes) InternalRef

func (pwk PrimaryWriteKeyAttributes) InternalRef() (terra.Reference, error)

func (PrimaryWriteKeyAttributes) InternalTokens

func (pwk PrimaryWriteKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PrimaryWriteKeyAttributes) InternalWithRef

func (PrimaryWriteKeyAttributes) Secret

type PrimaryWriteKeyState

type PrimaryWriteKeyState struct {
	ConnectionString string `json:"connection_string"`
	Id               string `json:"id"`
	Secret           string `json:"secret"`
}

type SecondaryReadKey

type SecondaryReadKey struct{}

type SecondaryReadKeyAttributes

type SecondaryReadKeyAttributes struct {
	// contains filtered or unexported fields
}

func (SecondaryReadKeyAttributes) ConnectionString

func (srk SecondaryReadKeyAttributes) ConnectionString() terra.StringValue

func (SecondaryReadKeyAttributes) Id

func (SecondaryReadKeyAttributes) InternalRef

func (srk SecondaryReadKeyAttributes) InternalRef() (terra.Reference, error)

func (SecondaryReadKeyAttributes) InternalTokens

func (srk SecondaryReadKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SecondaryReadKeyAttributes) InternalWithRef

func (SecondaryReadKeyAttributes) Secret

type SecondaryReadKeyState

type SecondaryReadKeyState struct {
	ConnectionString string `json:"connection_string"`
	Id               string `json:"id"`
	Secret           string `json:"secret"`
}

type SecondaryWriteKey

type SecondaryWriteKey struct{}

type SecondaryWriteKeyAttributes

type SecondaryWriteKeyAttributes struct {
	// contains filtered or unexported fields
}

func (SecondaryWriteKeyAttributes) ConnectionString

func (swk SecondaryWriteKeyAttributes) ConnectionString() terra.StringValue

func (SecondaryWriteKeyAttributes) Id

func (SecondaryWriteKeyAttributes) InternalRef

func (swk SecondaryWriteKeyAttributes) InternalRef() (terra.Reference, error)

func (SecondaryWriteKeyAttributes) InternalTokens

func (swk SecondaryWriteKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SecondaryWriteKeyAttributes) InternalWithRef

func (SecondaryWriteKeyAttributes) Secret

type SecondaryWriteKeyState

type SecondaryWriteKeyState struct {
	ConnectionString string `json:"connection_string"`
	Id               string `json:"id"`
	Secret           string `json:"secret"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

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) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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