dataelasticacheuser

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 AuthenticationMode

type AuthenticationMode struct {
	// PasswordCount: number, optional
	PasswordCount terra.NumberValue `hcl:"password_count,attr"`
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
}

type AuthenticationModeAttributes

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

func (AuthenticationModeAttributes) InternalRef

func (am AuthenticationModeAttributes) InternalRef() (terra.Reference, error)

func (AuthenticationModeAttributes) InternalTokens

func (am AuthenticationModeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AuthenticationModeAttributes) InternalWithRef

func (AuthenticationModeAttributes) PasswordCount

func (am AuthenticationModeAttributes) PasswordCount() terra.NumberValue

func (AuthenticationModeAttributes) Type

type AuthenticationModeState

type AuthenticationModeState struct {
	PasswordCount float64 `json:"password_count"`
	Type          string  `json:"type"`
}

Jump to

Keyboard shortcuts

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