Documentation ¶
Index ¶
- type RecordingGroup
- type RecordingGroupAttributes
- func (rg RecordingGroupAttributes) AllSupported() terra.BoolValue
- func (rg RecordingGroupAttributes) IncludeGlobalResourceTypes() terra.BoolValue
- func (rg RecordingGroupAttributes) InternalRef() (terra.Reference, error)
- func (rg RecordingGroupAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rg RecordingGroupAttributes) InternalWithRef(ref terra.Reference) RecordingGroupAttributes
- func (rg RecordingGroupAttributes) ResourceTypes() terra.SetValue[terra.StringValue]
- type RecordingGroupState
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 (rg RecordingGroupAttributes) InternalWithRef(ref terra.Reference) RecordingGroupAttributes
func (RecordingGroupAttributes) ResourceTypes ¶
func (rg RecordingGroupAttributes) ResourceTypes() terra.SetValue[terra.StringValue]
type RecordingGroupState ¶
Click to show internal directories.
Click to hide internal directories.