Documentation ¶
Index ¶
- type Args
- type Resource
- func (adst *Resource) Attributes() awsDirectoryServiceTrustAttributes
- func (adst *Resource) Configuration() interface{}
- func (adst *Resource) DependOn() terra.Reference
- func (adst *Resource) Dependencies() terra.Dependencies
- func (adst *Resource) ImportState(state io.Reader) error
- func (adst *Resource) LifecycleManagement() *terra.Lifecycle
- func (adst *Resource) LocalName() string
- func (adst *Resource) State() (*awsDirectoryServiceTrustState, bool)
- func (adst *Resource) StateMust() *awsDirectoryServiceTrustState
- func (adst *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ConditionalForwarderIpAddrs: set of string, optional ConditionalForwarderIpAddrs terra.SetValue[terra.StringValue] `hcl:"conditional_forwarder_ip_addrs,attr"` // DeleteAssociatedConditionalForwarder: bool, optional DeleteAssociatedConditionalForwarder terra.BoolValue `hcl:"delete_associated_conditional_forwarder,attr"` // DirectoryId: string, required DirectoryId terra.StringValue `hcl:"directory_id,attr" validate:"required"` // RemoteDomainName: string, required RemoteDomainName terra.StringValue `hcl:"remote_domain_name,attr" validate:"required"` // SelectiveAuth: string, optional SelectiveAuth terra.StringValue `hcl:"selective_auth,attr"` // TrustDirection: string, required TrustDirection terra.StringValue `hcl:"trust_direction,attr" validate:"required"` // TrustPassword: string, required TrustPassword terra.StringValue `hcl:"trust_password,attr" validate:"required"` // TrustType: string, optional TrustType terra.StringValue `hcl:"trust_type,attr"` }
Args contains the configurations for aws_directory_service_trust.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_directory_service_trust.
func (*Resource) Attributes ¶
func (adst *Resource) Attributes() awsDirectoryServiceTrustAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adst *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adst *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.