quicksightiampolicyassignment

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 Identities

type Identities struct {
	// Group: set of string, optional
	Group terra.SetValue[terra.StringValue] `hcl:"group,attr"`
	// User: set of string, optional
	User terra.SetValue[terra.StringValue] `hcl:"user,attr"`
}

type IdentitiesAttributes

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

func (IdentitiesAttributes) Group

func (IdentitiesAttributes) InternalRef

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

func (IdentitiesAttributes) InternalTokens

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

func (IdentitiesAttributes) InternalWithRef

func (IdentitiesAttributes) User

type IdentitiesState

type IdentitiesState struct {
	Group []string `json:"group"`
	User  []string `json:"user"`
}

Jump to

Keyboard shortcuts

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