Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Id terra.StringValue + ReadinessCheckName terra.StringValue + ResourceSetName terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Timeouts *Timeouts + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (arrc *Resource) Attributes() awsRoute53RecoveryreadinessReadinessCheckAttributes + func (arrc *Resource) Configuration() interface{} + func (arrc *Resource) DependOn() terra.Reference + func (arrc *Resource) Dependencies() terra.Dependencies + func (arrc *Resource) ImportState(state io.Reader) error + func (arrc *Resource) LifecycleManagement() *terra.Lifecycle + func (arrc *Resource) LocalName() string + func (arrc *Resource) State() (*awsRoute53RecoveryreadinessReadinessCheckState, bool) + func (arrc *Resource) StateMust() *awsRoute53RecoveryreadinessReadinessCheckState + func (arrc *Resource) Type() string + type Timeouts struct + Delete terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Delete() terra.StringValue + func (t TimeoutsAttributes) InternalRef() (terra.Reference, error) + func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes + type TimeoutsState struct + Delete string