Documentation
¶
Index ¶
- type Encryption
- type EncryptionAttributes
- func (e EncryptionAttributes) IdentityClientId() terra.StringValue
- func (e EncryptionAttributes) InternalRef() (terra.Reference, error)
- func (e EncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e EncryptionAttributes) InternalWithRef(ref terra.Reference) EncryptionAttributes
- func (e EncryptionAttributes) KeyVaultKeyIdentifier() terra.StringValue
- type EncryptionState
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type PrimaryReadKey
- type PrimaryReadKeyAttributes
- func (prk PrimaryReadKeyAttributes) ConnectionString() terra.StringValue
- func (prk PrimaryReadKeyAttributes) Id() terra.StringValue
- func (prk PrimaryReadKeyAttributes) InternalRef() (terra.Reference, error)
- func (prk PrimaryReadKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (prk PrimaryReadKeyAttributes) InternalWithRef(ref terra.Reference) PrimaryReadKeyAttributes
- func (prk PrimaryReadKeyAttributes) Secret() terra.StringValue
- type PrimaryReadKeyState
- type PrimaryWriteKey
- type PrimaryWriteKeyAttributes
- func (pwk PrimaryWriteKeyAttributes) ConnectionString() terra.StringValue
- func (pwk PrimaryWriteKeyAttributes) Id() terra.StringValue
- func (pwk PrimaryWriteKeyAttributes) InternalRef() (terra.Reference, error)
- func (pwk PrimaryWriteKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pwk PrimaryWriteKeyAttributes) InternalWithRef(ref terra.Reference) PrimaryWriteKeyAttributes
- func (pwk PrimaryWriteKeyAttributes) Secret() terra.StringValue
- type PrimaryWriteKeyState
- type SecondaryReadKey
- type SecondaryReadKeyAttributes
- func (srk SecondaryReadKeyAttributes) ConnectionString() terra.StringValue
- func (srk SecondaryReadKeyAttributes) Id() terra.StringValue
- func (srk SecondaryReadKeyAttributes) InternalRef() (terra.Reference, error)
- func (srk SecondaryReadKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (srk SecondaryReadKeyAttributes) InternalWithRef(ref terra.Reference) SecondaryReadKeyAttributes
- func (srk SecondaryReadKeyAttributes) Secret() terra.StringValue
- type SecondaryReadKeyState
- type SecondaryWriteKey
- type SecondaryWriteKeyAttributes
- func (swk SecondaryWriteKeyAttributes) ConnectionString() terra.StringValue
- func (swk SecondaryWriteKeyAttributes) Id() terra.StringValue
- func (swk SecondaryWriteKeyAttributes) InternalRef() (terra.Reference, error)
- func (swk SecondaryWriteKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (swk SecondaryWriteKeyAttributes) InternalWithRef(ref terra.Reference) SecondaryWriteKeyAttributes
- func (swk SecondaryWriteKeyAttributes) Secret() terra.StringValue
- type SecondaryWriteKeyState
- 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) Read() terra.StringValue
- 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 Encryption ¶
type Encryption struct { // IdentityClientId: string, optional IdentityClientId terra.StringValue `hcl:"identity_client_id,attr"` // KeyVaultKeyIdentifier: string, optional KeyVaultKeyIdentifier terra.StringValue `hcl:"key_vault_key_identifier,attr"` }
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 (e EncryptionAttributes) InternalWithRef(ref terra.Reference) EncryptionAttributes
func (EncryptionAttributes) KeyVaultKeyIdentifier ¶
func (e EncryptionAttributes) KeyVaultKeyIdentifier() terra.StringValue
type EncryptionState ¶
type Identity ¶
type Identity struct { // IdentityIds: set of string, optional IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type IdentityAttributes ¶
type IdentityAttributes struct {
// contains filtered or unexported fields
}
func (IdentityAttributes) IdentityIds ¶
func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
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 ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
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 (prk PrimaryReadKeyAttributes) Id() terra.StringValue
func (PrimaryReadKeyAttributes) InternalRef ¶
func (prk PrimaryReadKeyAttributes) InternalRef() (terra.Reference, error)
func (PrimaryReadKeyAttributes) InternalTokens ¶
func (prk PrimaryReadKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrimaryReadKeyAttributes) InternalWithRef ¶
func (prk PrimaryReadKeyAttributes) InternalWithRef(ref terra.Reference) PrimaryReadKeyAttributes
func (PrimaryReadKeyAttributes) Secret ¶
func (prk PrimaryReadKeyAttributes) Secret() terra.StringValue
type PrimaryReadKeyState ¶
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 (pwk PrimaryWriteKeyAttributes) Id() terra.StringValue
func (PrimaryWriteKeyAttributes) InternalRef ¶
func (pwk PrimaryWriteKeyAttributes) InternalRef() (terra.Reference, error)
func (PrimaryWriteKeyAttributes) InternalTokens ¶
func (pwk PrimaryWriteKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrimaryWriteKeyAttributes) InternalWithRef ¶
func (pwk PrimaryWriteKeyAttributes) InternalWithRef(ref terra.Reference) PrimaryWriteKeyAttributes
func (PrimaryWriteKeyAttributes) Secret ¶
func (pwk PrimaryWriteKeyAttributes) Secret() terra.StringValue
type PrimaryWriteKeyState ¶
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 (srk SecondaryReadKeyAttributes) Id() terra.StringValue
func (SecondaryReadKeyAttributes) InternalRef ¶
func (srk SecondaryReadKeyAttributes) InternalRef() (terra.Reference, error)
func (SecondaryReadKeyAttributes) InternalTokens ¶
func (srk SecondaryReadKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SecondaryReadKeyAttributes) InternalWithRef ¶
func (srk SecondaryReadKeyAttributes) InternalWithRef(ref terra.Reference) SecondaryReadKeyAttributes
func (SecondaryReadKeyAttributes) Secret ¶
func (srk SecondaryReadKeyAttributes) Secret() terra.StringValue
type SecondaryReadKeyState ¶
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 (swk SecondaryWriteKeyAttributes) Id() terra.StringValue
func (SecondaryWriteKeyAttributes) InternalRef ¶
func (swk SecondaryWriteKeyAttributes) InternalRef() (terra.Reference, error)
func (SecondaryWriteKeyAttributes) InternalTokens ¶
func (swk SecondaryWriteKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SecondaryWriteKeyAttributes) InternalWithRef ¶
func (swk SecondaryWriteKeyAttributes) InternalWithRef(ref terra.Reference) SecondaryWriteKeyAttributes
func (SecondaryWriteKeyAttributes) Secret ¶
func (swk SecondaryWriteKeyAttributes) Secret() terra.StringValue
type SecondaryWriteKeyState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.