Documentation ¶
Index ¶
- type Args
- type CacheAttributes
- type CacheAttributesAttributes
- func (ca CacheAttributesAttributes) CacheStaleTimeoutInSeconds() terra.NumberValue
- func (ca CacheAttributesAttributes) InternalRef() (terra.Reference, error)
- func (ca CacheAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ca CacheAttributesAttributes) InternalWithRef(ref terra.Reference) CacheAttributesAttributes
- type CacheAttributesState
- type Resource
- func (asfsa *Resource) Attributes() awsStoragegatewayFileSystemAssociationAttributes
- func (asfsa *Resource) Configuration() interface{}
- func (asfsa *Resource) DependOn() terra.Reference
- func (asfsa *Resource) Dependencies() terra.Dependencies
- func (asfsa *Resource) ImportState(state io.Reader) error
- func (asfsa *Resource) LifecycleManagement() *terra.Lifecycle
- func (asfsa *Resource) LocalName() string
- func (asfsa *Resource) State() (*awsStoragegatewayFileSystemAssociationState, bool)
- func (asfsa *Resource) StateMust() *awsStoragegatewayFileSystemAssociationState
- func (asfsa *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AuditDestinationArn: string, optional AuditDestinationArn terra.StringValue `hcl:"audit_destination_arn,attr"` // GatewayArn: string, required GatewayArn terra.StringValue `hcl:"gateway_arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LocationArn: string, required LocationArn terra.StringValue `hcl:"location_arn,attr" validate:"required"` // Password: string, required Password terra.StringValue `hcl:"password,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"` // Username: string, required Username terra.StringValue `hcl:"username,attr" validate:"required"` // CacheAttributes: optional CacheAttributes *CacheAttributes `hcl:"cache_attributes,block"` }
Args contains the configurations for aws_storagegateway_file_system_association.
type CacheAttributes ¶
type CacheAttributes struct { // CacheStaleTimeoutInSeconds: number, optional CacheStaleTimeoutInSeconds terra.NumberValue `hcl:"cache_stale_timeout_in_seconds,attr"` }
type CacheAttributesAttributes ¶
type CacheAttributesAttributes struct {
// contains filtered or unexported fields
}
func (CacheAttributesAttributes) CacheStaleTimeoutInSeconds ¶
func (ca CacheAttributesAttributes) CacheStaleTimeoutInSeconds() terra.NumberValue
func (CacheAttributesAttributes) InternalRef ¶
func (ca CacheAttributesAttributes) InternalRef() (terra.Reference, error)
func (CacheAttributesAttributes) InternalTokens ¶
func (ca CacheAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CacheAttributesAttributes) InternalWithRef ¶
func (ca CacheAttributesAttributes) InternalWithRef(ref terra.Reference) CacheAttributesAttributes
type CacheAttributesState ¶
type CacheAttributesState struct {
CacheStaleTimeoutInSeconds float64 `json:"cache_stale_timeout_in_seconds"`
}
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_storagegateway_file_system_association.
func (*Resource) Attributes ¶
func (asfsa *Resource) Attributes() awsStoragegatewayFileSystemAssociationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asfsa *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asfsa *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.