cognitoresourceserver

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 Scope

type Scope struct {
	// ScopeDescription: string, required
	ScopeDescription terra.StringValue `hcl:"scope_description,attr" validate:"required"`
	// ScopeName: string, required
	ScopeName terra.StringValue `hcl:"scope_name,attr" validate:"required"`
}

type ScopeAttributes

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

func (ScopeAttributes) InternalRef

func (s ScopeAttributes) InternalRef() (terra.Reference, error)

func (ScopeAttributes) InternalTokens

func (s ScopeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ScopeAttributes) InternalWithRef

func (s ScopeAttributes) InternalWithRef(ref terra.Reference) ScopeAttributes

func (ScopeAttributes) ScopeDescription

func (s ScopeAttributes) ScopeDescription() terra.StringValue

func (ScopeAttributes) ScopeName

func (s ScopeAttributes) ScopeName() terra.StringValue

type ScopeState

type ScopeState struct {
	ScopeDescription string `json:"scope_description"`
	ScopeName        string `json:"scope_name"`
}

Jump to

Keyboard shortcuts

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