mskserverlesscluster

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 ClientAuthentication

type ClientAuthentication struct {
	// Sasl: required
	Sasl *Sasl `hcl:"sasl,block" validate:"required"`
}

type ClientAuthenticationAttributes

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

func (ClientAuthenticationAttributes) InternalRef

func (ClientAuthenticationAttributes) InternalTokens

func (ca ClientAuthenticationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClientAuthenticationAttributes) InternalWithRef

func (ClientAuthenticationAttributes) Sasl

type ClientAuthenticationState

type ClientAuthenticationState struct {
	Sasl []SaslState `json:"sasl"`
}

type Iam

type Iam struct {
	// Enabled: bool, required
	Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"`
}

type IamAttributes

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

func (IamAttributes) Enabled

func (i IamAttributes) Enabled() terra.BoolValue

func (IamAttributes) InternalRef

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

func (IamAttributes) InternalTokens

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

func (IamAttributes) InternalWithRef

func (i IamAttributes) InternalWithRef(ref terra.Reference) IamAttributes

type IamState

type IamState struct {
	Enabled bool `json:"enabled"`
}

type Sasl

type Sasl struct {
	// Iam: required
	Iam *Iam `hcl:"iam,block" validate:"required"`
}

type SaslAttributes

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

func (SaslAttributes) Iam

func (SaslAttributes) InternalRef

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

func (SaslAttributes) InternalTokens

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

func (SaslAttributes) InternalWithRef

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

type SaslState

type SaslState struct {
	Iam []IamState `json:"iam"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
}

type VpcConfig

type VpcConfig struct {
	// SecurityGroupIds: set of string, optional
	SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr"`
	// SubnetIds: set of string, required
	SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"`
}

type VpcConfigAttributes

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

func (VpcConfigAttributes) InternalRef

func (vc VpcConfigAttributes) InternalRef() (terra.Reference, error)

func (VpcConfigAttributes) InternalTokens

func (vc VpcConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VpcConfigAttributes) InternalWithRef

func (vc VpcConfigAttributes) InternalWithRef(ref terra.Reference) VpcConfigAttributes

func (VpcConfigAttributes) SecurityGroupIds

func (vc VpcConfigAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]

func (VpcConfigAttributes) SubnetIds

type VpcConfigState

type VpcConfigState struct {
	SecurityGroupIds []string `json:"security_group_ids"`
	SubnetIds        []string `json:"subnet_ids"`
}

Jump to

Keyboard shortcuts

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