Documentation ¶
Index ¶
- type Args
- type Resource
- func (ata *Resource) Attributes() awsTransferAgreementAttributes
- func (ata *Resource) Configuration() interface{}
- func (ata *Resource) DependOn() terra.Reference
- func (ata *Resource) Dependencies() terra.Dependencies
- func (ata *Resource) ImportState(state io.Reader) error
- func (ata *Resource) LifecycleManagement() *terra.Lifecycle
- func (ata *Resource) LocalName() string
- func (ata *Resource) State() (*awsTransferAgreementState, bool)
- func (ata *Resource) StateMust() *awsTransferAgreementState
- func (ata *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AccessRole: string, required AccessRole terra.StringValue `hcl:"access_role,attr" validate:"required"` // BaseDirectory: string, required BaseDirectory terra.StringValue `hcl:"base_directory,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LocalProfileId: string, required LocalProfileId terra.StringValue `hcl:"local_profile_id,attr" validate:"required"` // PartnerProfileId: string, required PartnerProfileId terra.StringValue `hcl:"partner_profile_id,attr" validate:"required"` // ServerId: string, required ServerId terra.StringValue `hcl:"server_id,attr" validate:"required"` // 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_transfer_agreement.
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_transfer_agreement.
func (*Resource) Attributes ¶
func (ata *Resource) Attributes() awsTransferAgreementAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ata *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ata *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.