Documentation ¶
Index ¶
- type Constraints
- type ConstraintsAttributes
- func (c ConstraintsAttributes) EncryptionContextEquals() terra.MapValue[terra.StringValue]
- func (c ConstraintsAttributes) EncryptionContextSubset() terra.MapValue[terra.StringValue]
- func (c ConstraintsAttributes) InternalRef() (terra.Reference, error)
- func (c ConstraintsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConstraintsAttributes) InternalWithRef(ref terra.Reference) ConstraintsAttributes
- type ConstraintsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constraints ¶
type Constraints struct { // EncryptionContextEquals: map of string, optional EncryptionContextEquals terra.MapValue[terra.StringValue] `hcl:"encryption_context_equals,attr"` // EncryptionContextSubset: map of string, optional EncryptionContextSubset terra.MapValue[terra.StringValue] `hcl:"encryption_context_subset,attr"` }
type ConstraintsAttributes ¶
type ConstraintsAttributes struct {
// contains filtered or unexported fields
}
func (ConstraintsAttributes) EncryptionContextEquals ¶
func (c ConstraintsAttributes) EncryptionContextEquals() terra.MapValue[terra.StringValue]
func (ConstraintsAttributes) EncryptionContextSubset ¶
func (c ConstraintsAttributes) EncryptionContextSubset() terra.MapValue[terra.StringValue]
func (ConstraintsAttributes) InternalRef ¶
func (c ConstraintsAttributes) InternalRef() (terra.Reference, error)
func (ConstraintsAttributes) InternalTokens ¶
func (c ConstraintsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConstraintsAttributes) InternalWithRef ¶
func (c ConstraintsAttributes) InternalWithRef(ref terra.Reference) ConstraintsAttributes
Click to show internal directories.
Click to hide internal directories.