connectuserhierarchygroup

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 HierarchyPath

type HierarchyPath struct {
	// LevelFive: min=0
	LevelFive []LevelFive `hcl:"level_five,block" validate:"min=0"`
	// LevelFour: min=0
	LevelFour []LevelFour `hcl:"level_four,block" validate:"min=0"`
	// LevelOne: min=0
	LevelOne []LevelOne `hcl:"level_one,block" validate:"min=0"`
	// LevelThree: min=0
	LevelThree []LevelThree `hcl:"level_three,block" validate:"min=0"`
	// LevelTwo: min=0
	LevelTwo []LevelTwo `hcl:"level_two,block" validate:"min=0"`
}

type HierarchyPathAttributes

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

func (HierarchyPathAttributes) InternalRef

func (hp HierarchyPathAttributes) InternalRef() (terra.Reference, error)

func (HierarchyPathAttributes) InternalTokens

func (hp HierarchyPathAttributes) InternalTokens() (hclwrite.Tokens, error)

func (HierarchyPathAttributes) InternalWithRef

func (HierarchyPathAttributes) LevelFive

func (HierarchyPathAttributes) LevelFour

func (HierarchyPathAttributes) LevelOne

func (HierarchyPathAttributes) LevelThree

func (HierarchyPathAttributes) LevelTwo

type HierarchyPathState

type HierarchyPathState struct {
	LevelFive  []LevelFiveState  `json:"level_five"`
	LevelFour  []LevelFourState  `json:"level_four"`
	LevelOne   []LevelOneState   `json:"level_one"`
	LevelThree []LevelThreeState `json:"level_three"`
	LevelTwo   []LevelTwoState   `json:"level_two"`
}

type LevelFive

type LevelFive struct{}

type LevelFiveAttributes

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

func (LevelFiveAttributes) Arn

func (LevelFiveAttributes) Id

func (LevelFiveAttributes) InternalRef

func (lf LevelFiveAttributes) InternalRef() (terra.Reference, error)

func (LevelFiveAttributes) InternalTokens

func (lf LevelFiveAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LevelFiveAttributes) InternalWithRef

func (lf LevelFiveAttributes) InternalWithRef(ref terra.Reference) LevelFiveAttributes

func (LevelFiveAttributes) Name

type LevelFiveState

type LevelFiveState struct {
	Arn  string `json:"arn"`
	Id   string `json:"id"`
	Name string `json:"name"`
}

type LevelFour

type LevelFour struct{}

type LevelFourAttributes

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

func (LevelFourAttributes) Arn

func (LevelFourAttributes) Id

func (LevelFourAttributes) InternalRef

func (lf LevelFourAttributes) InternalRef() (terra.Reference, error)

func (LevelFourAttributes) InternalTokens

func (lf LevelFourAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LevelFourAttributes) InternalWithRef

func (lf LevelFourAttributes) InternalWithRef(ref terra.Reference) LevelFourAttributes

func (LevelFourAttributes) Name

type LevelFourState

type LevelFourState struct {
	Arn  string `json:"arn"`
	Id   string `json:"id"`
	Name string `json:"name"`
}

type LevelOne

type LevelOne struct{}

type LevelOneAttributes

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

func (LevelOneAttributes) Arn

func (LevelOneAttributes) Id

func (LevelOneAttributes) InternalRef

func (lo LevelOneAttributes) InternalRef() (terra.Reference, error)

func (LevelOneAttributes) InternalTokens

func (lo LevelOneAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LevelOneAttributes) InternalWithRef

func (lo LevelOneAttributes) InternalWithRef(ref terra.Reference) LevelOneAttributes

func (LevelOneAttributes) Name

type LevelOneState

type LevelOneState struct {
	Arn  string `json:"arn"`
	Id   string `json:"id"`
	Name string `json:"name"`
}

type LevelThree

type LevelThree struct{}

type LevelThreeAttributes

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

func (LevelThreeAttributes) Arn

func (LevelThreeAttributes) Id

func (LevelThreeAttributes) InternalRef

func (lt LevelThreeAttributes) InternalRef() (terra.Reference, error)

func (LevelThreeAttributes) InternalTokens

func (lt LevelThreeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LevelThreeAttributes) InternalWithRef

func (lt LevelThreeAttributes) InternalWithRef(ref terra.Reference) LevelThreeAttributes

func (LevelThreeAttributes) Name

type LevelThreeState

type LevelThreeState struct {
	Arn  string `json:"arn"`
	Id   string `json:"id"`
	Name string `json:"name"`
}

type LevelTwo

type LevelTwo struct{}

type LevelTwoAttributes

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

func (LevelTwoAttributes) Arn

func (LevelTwoAttributes) Id

func (LevelTwoAttributes) InternalRef

func (lt LevelTwoAttributes) InternalRef() (terra.Reference, error)

func (LevelTwoAttributes) InternalTokens

func (lt LevelTwoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LevelTwoAttributes) InternalWithRef

func (lt LevelTwoAttributes) InternalWithRef(ref terra.Reference) LevelTwoAttributes

func (LevelTwoAttributes) Name

type LevelTwoState

type LevelTwoState struct {
	Arn  string `json:"arn"`
	Id   string `json:"id"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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