Documentation ¶
Index ¶
- type Args
- type Resource
- func (astp *Resource) Attributes() awsStoragegatewayTapePoolAttributes
- func (astp *Resource) Configuration() interface{}
- func (astp *Resource) DependOn() terra.Reference
- func (astp *Resource) Dependencies() terra.Dependencies
- func (astp *Resource) ImportState(state io.Reader) error
- func (astp *Resource) LifecycleManagement() *terra.Lifecycle
- func (astp *Resource) LocalName() string
- func (astp *Resource) State() (*awsStoragegatewayTapePoolState, bool)
- func (astp *Resource) StateMust() *awsStoragegatewayTapePoolState
- func (astp *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PoolName: string, required PoolName terra.StringValue `hcl:"pool_name,attr" validate:"required"` // RetentionLockTimeInDays: number, optional RetentionLockTimeInDays terra.NumberValue `hcl:"retention_lock_time_in_days,attr"` // RetentionLockType: string, optional RetentionLockType terra.StringValue `hcl:"retention_lock_type,attr"` // StorageClass: string, required StorageClass terra.StringValue `hcl:"storage_class,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_storagegateway_tape_pool.
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_tape_pool.
func (*Resource) Attributes ¶
func (astp *Resource) Attributes() awsStoragegatewayTapePoolAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (astp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (astp *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.