rbinrule

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 LockConfiguration

type LockConfiguration struct {
	// UnlockDelay: required
	UnlockDelay *UnlockDelay `hcl:"unlock_delay,block" validate:"required"`
}

type LockConfigurationAttributes

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

func (LockConfigurationAttributes) InternalRef

func (lc LockConfigurationAttributes) InternalRef() (terra.Reference, error)

func (LockConfigurationAttributes) InternalTokens

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

func (LockConfigurationAttributes) InternalWithRef

func (LockConfigurationAttributes) UnlockDelay

type LockConfigurationState

type LockConfigurationState struct {
	UnlockDelay []UnlockDelayState `json:"unlock_delay"`
}

type ResourceTags

type ResourceTags struct {
	// ResourceTagKey: string, required
	ResourceTagKey terra.StringValue `hcl:"resource_tag_key,attr" validate:"required"`
	// ResourceTagValue: string, optional
	ResourceTagValue terra.StringValue `hcl:"resource_tag_value,attr"`
}

type ResourceTagsAttributes

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

func (ResourceTagsAttributes) InternalRef

func (rt ResourceTagsAttributes) InternalRef() (terra.Reference, error)

func (ResourceTagsAttributes) InternalTokens

func (rt ResourceTagsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourceTagsAttributes) InternalWithRef

func (ResourceTagsAttributes) ResourceTagKey

func (rt ResourceTagsAttributes) ResourceTagKey() terra.StringValue

func (ResourceTagsAttributes) ResourceTagValue

func (rt ResourceTagsAttributes) ResourceTagValue() terra.StringValue

type ResourceTagsState

type ResourceTagsState struct {
	ResourceTagKey   string `json:"resource_tag_key"`
	ResourceTagValue string `json:"resource_tag_value"`
}

type RetentionPeriod

type RetentionPeriod struct {
	// RetentionPeriodUnit: string, required
	RetentionPeriodUnit terra.StringValue `hcl:"retention_period_unit,attr" validate:"required"`
	// RetentionPeriodValue: number, required
	RetentionPeriodValue terra.NumberValue `hcl:"retention_period_value,attr" validate:"required"`
}

type RetentionPeriodAttributes

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

func (RetentionPeriodAttributes) InternalRef

func (rp RetentionPeriodAttributes) InternalRef() (terra.Reference, error)

func (RetentionPeriodAttributes) InternalTokens

func (rp RetentionPeriodAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RetentionPeriodAttributes) InternalWithRef

func (RetentionPeriodAttributes) RetentionPeriodUnit

func (rp RetentionPeriodAttributes) RetentionPeriodUnit() terra.StringValue

func (RetentionPeriodAttributes) RetentionPeriodValue

func (rp RetentionPeriodAttributes) RetentionPeriodValue() terra.NumberValue

type RetentionPeriodState

type RetentionPeriodState struct {
	RetentionPeriodUnit  string  `json:"retention_period_unit"`
	RetentionPeriodValue float64 `json:"retention_period_value"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,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

func (TimeoutsAttributes) Update

type TimeoutsState

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

type UnlockDelay

type UnlockDelay struct {
	// UnlockDelayUnit: string, required
	UnlockDelayUnit terra.StringValue `hcl:"unlock_delay_unit,attr" validate:"required"`
	// UnlockDelayValue: number, required
	UnlockDelayValue terra.NumberValue `hcl:"unlock_delay_value,attr" validate:"required"`
}

type UnlockDelayAttributes

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

func (UnlockDelayAttributes) InternalRef

func (ud UnlockDelayAttributes) InternalRef() (terra.Reference, error)

func (UnlockDelayAttributes) InternalTokens

func (ud UnlockDelayAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UnlockDelayAttributes) InternalWithRef

func (UnlockDelayAttributes) UnlockDelayUnit

func (ud UnlockDelayAttributes) UnlockDelayUnit() terra.StringValue

func (UnlockDelayAttributes) UnlockDelayValue

func (ud UnlockDelayAttributes) UnlockDelayValue() terra.NumberValue

type UnlockDelayState

type UnlockDelayState struct {
	UnlockDelayUnit  string  `json:"unlock_delay_unit"`
	UnlockDelayValue float64 `json:"unlock_delay_value"`
}

Jump to

Keyboard shortcuts

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