Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + DirectoryId terra.StringValue + Id terra.StringValue + Method terra.StringValue + Notes terra.StringValue + Target *Target + Timeouts *Timeouts + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (adssd *Resource) Attributes() awsDirectoryServiceSharedDirectoryAttributes + func (adssd *Resource) Configuration() interface{} + func (adssd *Resource) DependOn() terra.Reference + func (adssd *Resource) Dependencies() terra.Dependencies + func (adssd *Resource) ImportState(state io.Reader) error + func (adssd *Resource) LifecycleManagement() *terra.Lifecycle + func (adssd *Resource) LocalName() string + func (adssd *Resource) State() (*awsDirectoryServiceSharedDirectoryState, bool) + func (adssd *Resource) StateMust() *awsDirectoryServiceSharedDirectoryState + func (adssd *Resource) Type() string + type Target struct + Id terra.StringValue + Type terra.StringValue + type TargetAttributes struct + func (t TargetAttributes) Id() terra.StringValue + func (t TargetAttributes) InternalRef() (terra.Reference, error) + func (t TargetAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t TargetAttributes) InternalWithRef(ref terra.Reference) TargetAttributes + func (t TargetAttributes) Type() terra.StringValue + type TargetState struct + Id string + 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