Documentation ¶
Index ¶
- type Args
- type Resource
- func (asciv *Resource) Attributes() awsStoragegatewayCachedIscsiVolumeAttributes
- func (asciv *Resource) Configuration() interface{}
- func (asciv *Resource) DependOn() terra.Reference
- func (asciv *Resource) Dependencies() terra.Dependencies
- func (asciv *Resource) ImportState(state io.Reader) error
- func (asciv *Resource) LifecycleManagement() *terra.Lifecycle
- func (asciv *Resource) LocalName() string
- func (asciv *Resource) State() (*awsStoragegatewayCachedIscsiVolumeState, bool)
- func (asciv *Resource) StateMust() *awsStoragegatewayCachedIscsiVolumeState
- func (asciv *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // GatewayArn: string, required GatewayArn terra.StringValue `hcl:"gateway_arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KmsEncrypted: bool, optional KmsEncrypted terra.BoolValue `hcl:"kms_encrypted,attr"` // KmsKey: string, optional KmsKey terra.StringValue `hcl:"kms_key,attr"` // NetworkInterfaceId: string, required NetworkInterfaceId terra.StringValue `hcl:"network_interface_id,attr" validate:"required"` // SnapshotId: string, optional SnapshotId terra.StringValue `hcl:"snapshot_id,attr"` // SourceVolumeArn: string, optional SourceVolumeArn terra.StringValue `hcl:"source_volume_arn,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"` // TargetName: string, required TargetName terra.StringValue `hcl:"target_name,attr" validate:"required"` // VolumeSizeInBytes: number, required VolumeSizeInBytes terra.NumberValue `hcl:"volume_size_in_bytes,attr" validate:"required"` }
Args contains the configurations for aws_storagegateway_cached_iscsi_volume.
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_cached_iscsi_volume.
func (*Resource) Attributes ¶
func (asciv *Resource) Attributes() awsStoragegatewayCachedIscsiVolumeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asciv *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asciv *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.