kmsgrant

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

type ConstraintsState

type ConstraintsState struct {
	EncryptionContextEquals map[string]string `json:"encryption_context_equals"`
	EncryptionContextSubset map[string]string `json:"encryption_context_subset"`
}

Jump to

Keyboard shortcuts

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