Documentation ¶
Index ¶
- type Args
- type NfsExports
- type NfsExportsAttributes
- func (ne NfsExportsAttributes) ClientConfigurations() terra.SetValue[NfsExportsClientConfigurationsAttributes]
- func (ne NfsExportsAttributes) InternalRef() (terra.Reference, error)
- func (ne NfsExportsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ne NfsExportsAttributes) InternalWithRef(ref terra.Reference) NfsExportsAttributes
- type NfsExportsClientConfigurations
- type NfsExportsClientConfigurationsAttributes
- func (cc NfsExportsClientConfigurationsAttributes) Clients() terra.StringValue
- func (cc NfsExportsClientConfigurationsAttributes) InternalRef() (terra.Reference, error)
- func (cc NfsExportsClientConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cc NfsExportsClientConfigurationsAttributes) InternalWithRef(ref terra.Reference) NfsExportsClientConfigurationsAttributes
- func (cc NfsExportsClientConfigurationsAttributes) Options() terra.ListValue[terra.StringValue]
- type NfsExportsClientConfigurationsState
- type NfsExportsState
- type OriginSnapshot
- type OriginSnapshotAttributes
- func (os OriginSnapshotAttributes) CopyStrategy() terra.StringValue
- func (os OriginSnapshotAttributes) InternalRef() (terra.Reference, error)
- func (os OriginSnapshotAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (os OriginSnapshotAttributes) InternalWithRef(ref terra.Reference) OriginSnapshotAttributes
- func (os OriginSnapshotAttributes) SnapshotArn() terra.StringValue
- type OriginSnapshotState
- type Resource
- func (afov *Resource) Attributes() awsFsxOpenzfsVolumeAttributes
- func (afov *Resource) Configuration() interface{}
- func (afov *Resource) DependOn() terra.Reference
- func (afov *Resource) Dependencies() terra.Dependencies
- func (afov *Resource) ImportState(state io.Reader) error
- func (afov *Resource) LifecycleManagement() *terra.Lifecycle
- func (afov *Resource) LocalName() string
- func (afov *Resource) State() (*awsFsxOpenzfsVolumeState, bool)
- func (afov *Resource) StateMust() *awsFsxOpenzfsVolumeState
- func (afov *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type UserAndGroupQuotas
- type UserAndGroupQuotasAttributes
- func (uagq UserAndGroupQuotasAttributes) Id() terra.NumberValue
- func (uagq UserAndGroupQuotasAttributes) InternalRef() (terra.Reference, error)
- func (uagq UserAndGroupQuotasAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (uagq UserAndGroupQuotasAttributes) InternalWithRef(ref terra.Reference) UserAndGroupQuotasAttributes
- func (uagq UserAndGroupQuotasAttributes) StorageCapacityQuotaGib() terra.NumberValue
- func (uagq UserAndGroupQuotasAttributes) Type() terra.StringValue
- type UserAndGroupQuotasState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CopyTagsToSnapshots: bool, optional CopyTagsToSnapshots terra.BoolValue `hcl:"copy_tags_to_snapshots,attr"` // DataCompressionType: string, optional DataCompressionType terra.StringValue `hcl:"data_compression_type,attr"` // DeleteVolumeOptions: list of string, optional DeleteVolumeOptions terra.ListValue[terra.StringValue] `hcl:"delete_volume_options,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ParentVolumeId: string, required ParentVolumeId terra.StringValue `hcl:"parent_volume_id,attr" validate:"required"` // ReadOnly: bool, optional ReadOnly terra.BoolValue `hcl:"read_only,attr"` // RecordSizeKib: number, optional RecordSizeKib terra.NumberValue `hcl:"record_size_kib,attr"` // StorageCapacityQuotaGib: number, optional StorageCapacityQuotaGib terra.NumberValue `hcl:"storage_capacity_quota_gib,attr"` // StorageCapacityReservationGib: number, optional StorageCapacityReservationGib terra.NumberValue `hcl:"storage_capacity_reservation_gib,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"` // VolumeType: string, optional VolumeType terra.StringValue `hcl:"volume_type,attr"` // NfsExports: optional NfsExports *NfsExports `hcl:"nfs_exports,block"` // OriginSnapshot: optional OriginSnapshot *OriginSnapshot `hcl:"origin_snapshot,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // UserAndGroupQuotas: min=0,max=100 UserAndGroupQuotas []UserAndGroupQuotas `hcl:"user_and_group_quotas,block" validate:"min=0,max=100"` }
Args contains the configurations for aws_fsx_openzfs_volume.
type NfsExports ¶
type NfsExports struct { // NfsExportsClientConfigurations: min=1,max=25 ClientConfigurations []NfsExportsClientConfigurations `hcl:"client_configurations,block" validate:"min=1,max=25"` }
type NfsExportsAttributes ¶
type NfsExportsAttributes struct {
// contains filtered or unexported fields
}
func (NfsExportsAttributes) ClientConfigurations ¶
func (ne NfsExportsAttributes) ClientConfigurations() terra.SetValue[NfsExportsClientConfigurationsAttributes]
func (NfsExportsAttributes) InternalRef ¶
func (ne NfsExportsAttributes) InternalRef() (terra.Reference, error)
func (NfsExportsAttributes) InternalTokens ¶
func (ne NfsExportsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NfsExportsAttributes) InternalWithRef ¶
func (ne NfsExportsAttributes) InternalWithRef(ref terra.Reference) NfsExportsAttributes
type NfsExportsClientConfigurations ¶
type NfsExportsClientConfigurations struct { // Clients: string, required Clients terra.StringValue `hcl:"clients,attr" validate:"required"` // Options: list of string, required Options terra.ListValue[terra.StringValue] `hcl:"options,attr" validate:"required"` }
type NfsExportsClientConfigurationsAttributes ¶
type NfsExportsClientConfigurationsAttributes struct {
// contains filtered or unexported fields
}
func (NfsExportsClientConfigurationsAttributes) Clients ¶
func (cc NfsExportsClientConfigurationsAttributes) Clients() terra.StringValue
func (NfsExportsClientConfigurationsAttributes) InternalRef ¶
func (cc NfsExportsClientConfigurationsAttributes) InternalRef() (terra.Reference, error)
func (NfsExportsClientConfigurationsAttributes) InternalTokens ¶
func (cc NfsExportsClientConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NfsExportsClientConfigurationsAttributes) InternalWithRef ¶
func (cc NfsExportsClientConfigurationsAttributes) InternalWithRef(ref terra.Reference) NfsExportsClientConfigurationsAttributes
func (NfsExportsClientConfigurationsAttributes) Options ¶
func (cc NfsExportsClientConfigurationsAttributes) Options() terra.ListValue[terra.StringValue]
type NfsExportsState ¶
type NfsExportsState struct {
ClientConfigurations []NfsExportsClientConfigurationsState `json:"client_configurations"`
}
type OriginSnapshot ¶
type OriginSnapshot struct { // CopyStrategy: string, required CopyStrategy terra.StringValue `hcl:"copy_strategy,attr" validate:"required"` // SnapshotArn: string, required SnapshotArn terra.StringValue `hcl:"snapshot_arn,attr" validate:"required"` }
type OriginSnapshotAttributes ¶
type OriginSnapshotAttributes struct {
// contains filtered or unexported fields
}
func (OriginSnapshotAttributes) CopyStrategy ¶
func (os OriginSnapshotAttributes) CopyStrategy() terra.StringValue
func (OriginSnapshotAttributes) InternalRef ¶
func (os OriginSnapshotAttributes) InternalRef() (terra.Reference, error)
func (OriginSnapshotAttributes) InternalTokens ¶
func (os OriginSnapshotAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OriginSnapshotAttributes) InternalWithRef ¶
func (os OriginSnapshotAttributes) InternalWithRef(ref terra.Reference) OriginSnapshotAttributes
func (OriginSnapshotAttributes) SnapshotArn ¶
func (os OriginSnapshotAttributes) SnapshotArn() terra.StringValue
type OriginSnapshotState ¶
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_fsx_openzfs_volume.
func (*Resource) Attributes ¶
func (afov *Resource) Attributes() awsFsxOpenzfsVolumeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (afov *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (afov *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type UserAndGroupQuotas ¶
type UserAndGroupQuotas struct { // Id: number, required Id terra.NumberValue `hcl:"id,attr" validate:"required"` // StorageCapacityQuotaGib: number, required StorageCapacityQuotaGib terra.NumberValue `hcl:"storage_capacity_quota_gib,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type UserAndGroupQuotasAttributes ¶
type UserAndGroupQuotasAttributes struct {
// contains filtered or unexported fields
}
func (UserAndGroupQuotasAttributes) Id ¶
func (uagq UserAndGroupQuotasAttributes) Id() terra.NumberValue
func (UserAndGroupQuotasAttributes) InternalRef ¶
func (uagq UserAndGroupQuotasAttributes) InternalRef() (terra.Reference, error)
func (UserAndGroupQuotasAttributes) InternalTokens ¶
func (uagq UserAndGroupQuotasAttributes) InternalTokens() (hclwrite.Tokens, error)
func (UserAndGroupQuotasAttributes) InternalWithRef ¶
func (uagq UserAndGroupQuotasAttributes) InternalWithRef(ref terra.Reference) UserAndGroupQuotasAttributes
func (UserAndGroupQuotasAttributes) StorageCapacityQuotaGib ¶
func (uagq UserAndGroupQuotasAttributes) StorageCapacityQuotaGib() terra.NumberValue
func (UserAndGroupQuotasAttributes) Type ¶
func (uagq UserAndGroupQuotasAttributes) Type() terra.StringValue
type UserAndGroupQuotasState ¶
Click to show internal directories.
Click to hide internal directories.