dataresourcegroupstaggingapiresources

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 ComplianceDetails

type ComplianceDetails struct{}

type ComplianceDetailsAttributes

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

func (ComplianceDetailsAttributes) ComplianceStatus

func (cd ComplianceDetailsAttributes) ComplianceStatus() terra.BoolValue

func (ComplianceDetailsAttributes) InternalRef

func (cd ComplianceDetailsAttributes) InternalRef() (terra.Reference, error)

func (ComplianceDetailsAttributes) InternalTokens

func (cd ComplianceDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ComplianceDetailsAttributes) InternalWithRef

func (ComplianceDetailsAttributes) KeysWithNoncompliantValues

func (cd ComplianceDetailsAttributes) KeysWithNoncompliantValues() terra.SetValue[terra.StringValue]

func (ComplianceDetailsAttributes) NonCompliantKeys

type ComplianceDetailsState

type ComplianceDetailsState struct {
	ComplianceStatus           bool     `json:"compliance_status"`
	KeysWithNoncompliantValues []string `json:"keys_with_noncompliant_values"`
	NonCompliantKeys           []string `json:"non_compliant_keys"`
}

type ResourceTagMappingList

type ResourceTagMappingList struct {
	// ComplianceDetails: min=0
	ComplianceDetails []ComplianceDetails `hcl:"compliance_details,block" validate:"min=0"`
}

type ResourceTagMappingListAttributes

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

func (ResourceTagMappingListAttributes) ComplianceDetails

func (ResourceTagMappingListAttributes) InternalRef

func (rtml ResourceTagMappingListAttributes) InternalRef() (terra.Reference, error)

func (ResourceTagMappingListAttributes) InternalTokens

func (rtml ResourceTagMappingListAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourceTagMappingListAttributes) InternalWithRef

func (ResourceTagMappingListAttributes) ResourceArn

func (ResourceTagMappingListAttributes) Tags

type ResourceTagMappingListState

type ResourceTagMappingListState struct {
	ResourceArn       string                   `json:"resource_arn"`
	Tags              map[string]string        `json:"tags"`
	ComplianceDetails []ComplianceDetailsState `json:"compliance_details"`
}

type TagFilter

type TagFilter struct {
	// Key: string, required
	Key terra.StringValue `hcl:"key,attr" validate:"required"`
	// Values: set of string, optional
	Values terra.SetValue[terra.StringValue] `hcl:"values,attr"`
}

type TagFilterAttributes

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

func (TagFilterAttributes) InternalRef

func (tf TagFilterAttributes) InternalRef() (terra.Reference, error)

func (TagFilterAttributes) InternalTokens

func (tf TagFilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TagFilterAttributes) InternalWithRef

func (tf TagFilterAttributes) InternalWithRef(ref terra.Reference) TagFilterAttributes

func (TagFilterAttributes) Key

func (TagFilterAttributes) Values

type TagFilterState

type TagFilterState struct {
	Key    string   `json:"key"`
	Values []string `json:"values"`
}

Jump to

Keyboard shortcuts

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