Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Destination *Destination + Id terra.StringValue + SourceFileSystemId terra.StringValue + Timeouts *Timeouts + type Destination struct + AvailabilityZoneName terra.StringValue + KmsKeyId terra.StringValue + Region terra.StringValue + type DestinationAttributes struct + func (d DestinationAttributes) AvailabilityZoneName() terra.StringValue + func (d DestinationAttributes) FileSystemId() terra.StringValue + func (d DestinationAttributes) InternalRef() (terra.Reference, error) + func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes + func (d DestinationAttributes) KmsKeyId() terra.StringValue + func (d DestinationAttributes) Region() terra.StringValue + func (d DestinationAttributes) Status() terra.StringValue + type DestinationState struct + AvailabilityZoneName string + FileSystemId string + KmsKeyId string + Region string + Status string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aerc *Resource) Attributes() awsEfsReplicationConfigurationAttributes + func (aerc *Resource) Configuration() interface{} + func (aerc *Resource) DependOn() terra.Reference + func (aerc *Resource) Dependencies() terra.Dependencies + func (aerc *Resource) ImportState(state io.Reader) error + func (aerc *Resource) LifecycleManagement() *terra.Lifecycle + func (aerc *Resource) LocalName() string + func (aerc *Resource) State() (*awsEfsReplicationConfigurationState, bool) + func (aerc *Resource) StateMust() *awsEfsReplicationConfigurationState + func (aerc *Resource) Type() string + type Timeouts struct + Create terra.StringValue + Delete terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Create() terra.StringValue + 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 + Create string + Delete string