verifiedaccessgroup

package
v0.0.0-...-917d9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 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 SseConfiguration

type SseConfiguration struct {
	// CustomerManagedKeyEnabled: bool, optional
	CustomerManagedKeyEnabled terra.BoolValue `hcl:"customer_managed_key_enabled,attr"`
	// KmsKeyArn: string, optional
	KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr"`
}

type SseConfigurationAttributes

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

func (SseConfigurationAttributes) CustomerManagedKeyEnabled

func (sc SseConfigurationAttributes) CustomerManagedKeyEnabled() terra.BoolValue

func (SseConfigurationAttributes) InternalRef

func (sc SseConfigurationAttributes) InternalRef() (terra.Reference, error)

func (SseConfigurationAttributes) InternalTokens

func (sc SseConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SseConfigurationAttributes) InternalWithRef

func (SseConfigurationAttributes) KmsKeyArn

type SseConfigurationState

type SseConfigurationState struct {
	CustomerManagedKeyEnabled bool   `json:"customer_managed_key_enabled"`
	KmsKeyArn                 string `json:"kms_key_arn"`
}

Jump to

Keyboard shortcuts

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