configconfigurationrecorder

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 RecordingGroup

type RecordingGroup struct {
	// AllSupported: bool, optional
	AllSupported terra.BoolValue `hcl:"all_supported,attr"`
	// IncludeGlobalResourceTypes: bool, optional
	IncludeGlobalResourceTypes terra.BoolValue `hcl:"include_global_resource_types,attr"`
	// ResourceTypes: set of string, optional
	ResourceTypes terra.SetValue[terra.StringValue] `hcl:"resource_types,attr"`
}

type RecordingGroupAttributes

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

func (RecordingGroupAttributes) AllSupported

func (rg RecordingGroupAttributes) AllSupported() terra.BoolValue

func (RecordingGroupAttributes) IncludeGlobalResourceTypes

func (rg RecordingGroupAttributes) IncludeGlobalResourceTypes() terra.BoolValue

func (RecordingGroupAttributes) InternalRef

func (rg RecordingGroupAttributes) InternalRef() (terra.Reference, error)

func (RecordingGroupAttributes) InternalTokens

func (rg RecordingGroupAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RecordingGroupAttributes) InternalWithRef

func (RecordingGroupAttributes) ResourceTypes

type RecordingGroupState

type RecordingGroupState struct {
	AllSupported               bool     `json:"all_supported"`
	IncludeGlobalResourceTypes bool     `json:"include_global_resource_types"`
	ResourceTypes              []string `json:"resource_types"`
}

Jump to

Keyboard shortcuts

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