Documentation ¶
Index ¶
- type Args
- type Resource
- func (adlos *Resource) Attributes() awsDatasyncLocationObjectStorageAttributes
- func (adlos *Resource) Configuration() interface{}
- func (adlos *Resource) DependOn() terra.Reference
- func (adlos *Resource) Dependencies() terra.Dependencies
- func (adlos *Resource) ImportState(state io.Reader) error
- func (adlos *Resource) LifecycleManagement() *terra.Lifecycle
- func (adlos *Resource) LocalName() string
- func (adlos *Resource) State() (*awsDatasyncLocationObjectStorageState, bool)
- func (adlos *Resource) StateMust() *awsDatasyncLocationObjectStorageState
- func (adlos *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AccessKey: string, optional AccessKey terra.StringValue `hcl:"access_key,attr"` // AgentArns: set of string, required AgentArns terra.SetValue[terra.StringValue] `hcl:"agent_arns,attr" validate:"required"` // BucketName: string, required BucketName terra.StringValue `hcl:"bucket_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // SecretKey: string, optional SecretKey terra.StringValue `hcl:"secret_key,attr"` // ServerCertificate: string, optional ServerCertificate terra.StringValue `hcl:"server_certificate,attr"` // ServerHostname: string, required ServerHostname terra.StringValue `hcl:"server_hostname,attr" validate:"required"` // ServerPort: number, optional ServerPort terra.NumberValue `hcl:"server_port,attr"` // ServerProtocol: string, optional ServerProtocol terra.StringValue `hcl:"server_protocol,attr"` // Subdirectory: string, optional Subdirectory terra.StringValue `hcl:"subdirectory,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` }
Args contains the configurations for aws_datasync_location_object_storage.
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_datasync_location_object_storage.
func (*Resource) Attributes ¶
func (adlos *Resource) Attributes() awsDatasyncLocationObjectStorageAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adlos *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adlos *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.