Documentation ¶
Index ¶
- type Args
- type LogConfiguration
- type LogConfigurationAttributes
- func (lc LogConfigurationAttributes) Destination() terra.StringValue
- func (lc LogConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (lc LogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lc LogConfigurationAttributes) InternalWithRef(ref terra.Reference) LogConfigurationAttributes
- func (lc LogConfigurationAttributes) Level() terra.StringValue
- type LogConfigurationState
- type Resource
- func (aflfs *Resource) Attributes() awsFsxLustreFileSystemAttributes
- func (aflfs *Resource) Configuration() interface{}
- func (aflfs *Resource) DependOn() terra.Reference
- func (aflfs *Resource) Dependencies() terra.Dependencies
- func (aflfs *Resource) ImportState(state io.Reader) error
- func (aflfs *Resource) LifecycleManagement() *terra.Lifecycle
- func (aflfs *Resource) LocalName() string
- func (aflfs *Resource) State() (*awsFsxLustreFileSystemState, bool)
- func (aflfs *Resource) StateMust() *awsFsxLustreFileSystemState
- func (aflfs *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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AutoImportPolicy: string, optional AutoImportPolicy terra.StringValue `hcl:"auto_import_policy,attr"` // AutomaticBackupRetentionDays: number, optional AutomaticBackupRetentionDays terra.NumberValue `hcl:"automatic_backup_retention_days,attr"` // BackupId: string, optional BackupId terra.StringValue `hcl:"backup_id,attr"` // CopyTagsToBackups: bool, optional CopyTagsToBackups terra.BoolValue `hcl:"copy_tags_to_backups,attr"` // DailyAutomaticBackupStartTime: string, optional DailyAutomaticBackupStartTime terra.StringValue `hcl:"daily_automatic_backup_start_time,attr"` // DataCompressionType: string, optional DataCompressionType terra.StringValue `hcl:"data_compression_type,attr"` // DeploymentType: string, optional DeploymentType terra.StringValue `hcl:"deployment_type,attr"` // DriveCacheType: string, optional DriveCacheType terra.StringValue `hcl:"drive_cache_type,attr"` // ExportPath: string, optional ExportPath terra.StringValue `hcl:"export_path,attr"` // FileSystemTypeVersion: string, optional FileSystemTypeVersion terra.StringValue `hcl:"file_system_type_version,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ImportPath: string, optional ImportPath terra.StringValue `hcl:"import_path,attr"` // ImportedFileChunkSize: number, optional ImportedFileChunkSize terra.NumberValue `hcl:"imported_file_chunk_size,attr"` // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // PerUnitStorageThroughput: number, optional PerUnitStorageThroughput terra.NumberValue `hcl:"per_unit_storage_throughput,attr"` // SecurityGroupIds: set of string, optional SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr"` // StorageCapacity: number, optional StorageCapacity terra.NumberValue `hcl:"storage_capacity,attr"` // StorageType: string, optional StorageType terra.StringValue `hcl:"storage_type,attr"` // SubnetIds: list of string, required SubnetIds terra.ListValue[terra.StringValue] `hcl:"subnet_ids,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"` // WeeklyMaintenanceStartTime: string, optional WeeklyMaintenanceStartTime terra.StringValue `hcl:"weekly_maintenance_start_time,attr"` // LogConfiguration: optional LogConfiguration *LogConfiguration `hcl:"log_configuration,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_fsx_lustre_file_system.
type LogConfiguration ¶
type LogConfiguration struct { // Destination: string, optional Destination terra.StringValue `hcl:"destination,attr"` // Level: string, optional Level terra.StringValue `hcl:"level,attr"` }
type LogConfigurationAttributes ¶
type LogConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (LogConfigurationAttributes) Destination ¶
func (lc LogConfigurationAttributes) Destination() terra.StringValue
func (LogConfigurationAttributes) InternalRef ¶
func (lc LogConfigurationAttributes) InternalRef() (terra.Reference, error)
func (LogConfigurationAttributes) InternalTokens ¶
func (lc LogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LogConfigurationAttributes) InternalWithRef ¶
func (lc LogConfigurationAttributes) InternalWithRef(ref terra.Reference) LogConfigurationAttributes
func (LogConfigurationAttributes) Level ¶
func (lc LogConfigurationAttributes) Level() terra.StringValue
type LogConfigurationState ¶
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_lustre_file_system.
func (*Resource) Attributes ¶
func (aflfs *Resource) Attributes() awsFsxLustreFileSystemAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aflfs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aflfs *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 ¶
Click to show internal directories.
Click to hide internal directories.