networkfirewallloggingconfiguration

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 LogDestinationConfig

type LogDestinationConfig struct {
	// LogDestination: map of string, required
	LogDestination terra.MapValue[terra.StringValue] `hcl:"log_destination,attr" validate:"required"`
	// LogDestinationType: string, required
	LogDestinationType terra.StringValue `hcl:"log_destination_type,attr" validate:"required"`
	// LogType: string, required
	LogType terra.StringValue `hcl:"log_type,attr" validate:"required"`
}

type LogDestinationConfigAttributes

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

func (LogDestinationConfigAttributes) InternalRef

func (ldc LogDestinationConfigAttributes) InternalRef() (terra.Reference, error)

func (LogDestinationConfigAttributes) InternalTokens

func (ldc LogDestinationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LogDestinationConfigAttributes) InternalWithRef

func (LogDestinationConfigAttributes) LogDestination

func (LogDestinationConfigAttributes) LogDestinationType

func (ldc LogDestinationConfigAttributes) LogDestinationType() terra.StringValue

func (LogDestinationConfigAttributes) LogType

type LogDestinationConfigState

type LogDestinationConfigState struct {
	LogDestination     map[string]string `json:"log_destination"`
	LogDestinationType string            `json:"log_destination_type"`
	LogType            string            `json:"log_type"`
}

type LoggingConfiguration

type LoggingConfiguration struct {
	// LogDestinationConfig: min=1,max=2
	LogDestinationConfig []LogDestinationConfig `hcl:"log_destination_config,block" validate:"min=1,max=2"`
}

type LoggingConfigurationAttributes

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

func (LoggingConfigurationAttributes) InternalRef

func (LoggingConfigurationAttributes) InternalTokens

func (lc LoggingConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LoggingConfigurationAttributes) InternalWithRef

func (LoggingConfigurationAttributes) LogDestinationConfig

type LoggingConfigurationState

type LoggingConfigurationState struct {
	LogDestinationConfig []LogDestinationConfigState `json:"log_destination_config"`
}

Jump to

Keyboard shortcuts

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