Documentation ¶
Index ¶
- type DataRepositoryAssociation
- type DataRepositoryAssociationAttributes
- func (dra DataRepositoryAssociationAttributes) AssociationId() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) DataRepositoryPath() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) DataRepositorySubdirectories() terra.SetValue[terra.StringValue]
- func (dra DataRepositoryAssociationAttributes) FileCacheId() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) FileCachePath() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) FileSystemId() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) FileSystemPath() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) ImportedFileChunkSize() terra.NumberValue
- func (dra DataRepositoryAssociationAttributes) InternalRef() (terra.Reference, error)
- func (dra DataRepositoryAssociationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dra DataRepositoryAssociationAttributes) InternalWithRef(ref terra.Reference) DataRepositoryAssociationAttributes
- func (dra DataRepositoryAssociationAttributes) Nfs() terra.SetValue[NfsAttributes]
- func (dra DataRepositoryAssociationAttributes) ResourceArn() terra.StringValue
- func (dra DataRepositoryAssociationAttributes) Tags() terra.MapValue[terra.StringValue]
- type DataRepositoryAssociationState
- 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 LustreConfiguration
- type LustreConfigurationAttributes
- func (lc LustreConfigurationAttributes) DeploymentType() terra.StringValue
- func (lc LustreConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (lc LustreConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lc LustreConfigurationAttributes) InternalWithRef(ref terra.Reference) LustreConfigurationAttributes
- func (lc LustreConfigurationAttributes) LogConfiguration() terra.SetValue[LogConfigurationAttributes]
- func (lc LustreConfigurationAttributes) MetadataConfiguration() terra.SetValue[MetadataConfigurationAttributes]
- func (lc LustreConfigurationAttributes) MountName() terra.StringValue
- func (lc LustreConfigurationAttributes) PerUnitStorageThroughput() terra.NumberValue
- func (lc LustreConfigurationAttributes) WeeklyMaintenanceStartTime() terra.StringValue
- type LustreConfigurationState
- type MetadataConfiguration
- type MetadataConfigurationAttributes
- func (mc MetadataConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (mc MetadataConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mc MetadataConfigurationAttributes) InternalWithRef(ref terra.Reference) MetadataConfigurationAttributes
- func (mc MetadataConfigurationAttributes) StorageCapacity() terra.NumberValue
- type MetadataConfigurationState
- type Nfs
- type NfsAttributes
- func (n NfsAttributes) DnsIps() terra.SetValue[terra.StringValue]
- func (n NfsAttributes) InternalRef() (terra.Reference, error)
- func (n NfsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (n NfsAttributes) InternalWithRef(ref terra.Reference) NfsAttributes
- func (n NfsAttributes) Version() terra.StringValue
- type NfsState
- 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 DataRepositoryAssociation ¶
type DataRepositoryAssociation struct { // DataRepositoryPath: string, required DataRepositoryPath terra.StringValue `hcl:"data_repository_path,attr" validate:"required"` // DataRepositorySubdirectories: set of string, optional DataRepositorySubdirectories terra.SetValue[terra.StringValue] `hcl:"data_repository_subdirectories,attr"` // FileCachePath: string, required FileCachePath terra.StringValue `hcl:"file_cache_path,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Nfs: min=0 Nfs []Nfs `hcl:"nfs,block" validate:"min=0"` }
type DataRepositoryAssociationAttributes ¶
type DataRepositoryAssociationAttributes struct {
// contains filtered or unexported fields
}
func (DataRepositoryAssociationAttributes) AssociationId ¶
func (dra DataRepositoryAssociationAttributes) AssociationId() terra.StringValue
func (DataRepositoryAssociationAttributes) DataRepositoryPath ¶
func (dra DataRepositoryAssociationAttributes) DataRepositoryPath() terra.StringValue
func (DataRepositoryAssociationAttributes) DataRepositorySubdirectories ¶
func (dra DataRepositoryAssociationAttributes) DataRepositorySubdirectories() terra.SetValue[terra.StringValue]
func (DataRepositoryAssociationAttributes) FileCacheId ¶
func (dra DataRepositoryAssociationAttributes) FileCacheId() terra.StringValue
func (DataRepositoryAssociationAttributes) FileCachePath ¶
func (dra DataRepositoryAssociationAttributes) FileCachePath() terra.StringValue
func (DataRepositoryAssociationAttributes) FileSystemId ¶
func (dra DataRepositoryAssociationAttributes) FileSystemId() terra.StringValue
func (DataRepositoryAssociationAttributes) FileSystemPath ¶
func (dra DataRepositoryAssociationAttributes) FileSystemPath() terra.StringValue
func (DataRepositoryAssociationAttributes) ImportedFileChunkSize ¶
func (dra DataRepositoryAssociationAttributes) ImportedFileChunkSize() terra.NumberValue
func (DataRepositoryAssociationAttributes) InternalRef ¶
func (dra DataRepositoryAssociationAttributes) InternalRef() (terra.Reference, error)
func (DataRepositoryAssociationAttributes) InternalTokens ¶
func (dra DataRepositoryAssociationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataRepositoryAssociationAttributes) InternalWithRef ¶
func (dra DataRepositoryAssociationAttributes) InternalWithRef(ref terra.Reference) DataRepositoryAssociationAttributes
func (DataRepositoryAssociationAttributes) Nfs ¶
func (dra DataRepositoryAssociationAttributes) Nfs() terra.SetValue[NfsAttributes]
func (DataRepositoryAssociationAttributes) ResourceArn ¶
func (dra DataRepositoryAssociationAttributes) ResourceArn() terra.StringValue
func (DataRepositoryAssociationAttributes) Tags ¶
func (dra DataRepositoryAssociationAttributes) Tags() terra.MapValue[terra.StringValue]
type DataRepositoryAssociationState ¶
type DataRepositoryAssociationState struct { AssociationId string `json:"association_id"` DataRepositoryPath string `json:"data_repository_path"` DataRepositorySubdirectories []string `json:"data_repository_subdirectories"` FileCacheId string `json:"file_cache_id"` FileCachePath string `json:"file_cache_path"` FileSystemId string `json:"file_system_id"` FileSystemPath string `json:"file_system_path"` ImportedFileChunkSize float64 `json:"imported_file_chunk_size"` ResourceArn string `json:"resource_arn"` Tags map[string]string `json:"tags"` Nfs []NfsState `json:"nfs"` }
type LogConfiguration ¶
type LogConfiguration struct{}
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 LustreConfiguration ¶
type LustreConfiguration struct { // DeploymentType: string, required DeploymentType terra.StringValue `hcl:"deployment_type,attr" validate:"required"` // PerUnitStorageThroughput: number, required PerUnitStorageThroughput terra.NumberValue `hcl:"per_unit_storage_throughput,attr" validate:"required"` // WeeklyMaintenanceStartTime: string, optional WeeklyMaintenanceStartTime terra.StringValue `hcl:"weekly_maintenance_start_time,attr"` // LogConfiguration: min=0 LogConfiguration []LogConfiguration `hcl:"log_configuration,block" validate:"min=0"` // MetadataConfiguration: min=1,max=8 MetadataConfiguration []MetadataConfiguration `hcl:"metadata_configuration,block" validate:"min=1,max=8"` }
type LustreConfigurationAttributes ¶
type LustreConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (LustreConfigurationAttributes) DeploymentType ¶
func (lc LustreConfigurationAttributes) DeploymentType() terra.StringValue
func (LustreConfigurationAttributes) InternalRef ¶
func (lc LustreConfigurationAttributes) InternalRef() (terra.Reference, error)
func (LustreConfigurationAttributes) InternalTokens ¶
func (lc LustreConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LustreConfigurationAttributes) InternalWithRef ¶
func (lc LustreConfigurationAttributes) InternalWithRef(ref terra.Reference) LustreConfigurationAttributes
func (LustreConfigurationAttributes) LogConfiguration ¶
func (lc LustreConfigurationAttributes) LogConfiguration() terra.SetValue[LogConfigurationAttributes]
func (LustreConfigurationAttributes) MetadataConfiguration ¶
func (lc LustreConfigurationAttributes) MetadataConfiguration() terra.SetValue[MetadataConfigurationAttributes]
func (LustreConfigurationAttributes) MountName ¶
func (lc LustreConfigurationAttributes) MountName() terra.StringValue
func (LustreConfigurationAttributes) PerUnitStorageThroughput ¶
func (lc LustreConfigurationAttributes) PerUnitStorageThroughput() terra.NumberValue
func (LustreConfigurationAttributes) WeeklyMaintenanceStartTime ¶
func (lc LustreConfigurationAttributes) WeeklyMaintenanceStartTime() terra.StringValue
type LustreConfigurationState ¶
type LustreConfigurationState struct { DeploymentType string `json:"deployment_type"` MountName string `json:"mount_name"` PerUnitStorageThroughput float64 `json:"per_unit_storage_throughput"` WeeklyMaintenanceStartTime string `json:"weekly_maintenance_start_time"` LogConfiguration []LogConfigurationState `json:"log_configuration"` MetadataConfiguration []MetadataConfigurationState `json:"metadata_configuration"` }
type MetadataConfiguration ¶
type MetadataConfiguration struct { // StorageCapacity: number, required StorageCapacity terra.NumberValue `hcl:"storage_capacity,attr" validate:"required"` }
type MetadataConfigurationAttributes ¶
type MetadataConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (MetadataConfigurationAttributes) InternalRef ¶
func (mc MetadataConfigurationAttributes) InternalRef() (terra.Reference, error)
func (MetadataConfigurationAttributes) InternalTokens ¶
func (mc MetadataConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MetadataConfigurationAttributes) InternalWithRef ¶
func (mc MetadataConfigurationAttributes) InternalWithRef(ref terra.Reference) MetadataConfigurationAttributes
func (MetadataConfigurationAttributes) StorageCapacity ¶
func (mc MetadataConfigurationAttributes) StorageCapacity() terra.NumberValue
type MetadataConfigurationState ¶
type MetadataConfigurationState struct {
StorageCapacity float64 `json:"storage_capacity"`
}
type Nfs ¶
type Nfs struct { // DnsIps: set of string, optional DnsIps terra.SetValue[terra.StringValue] `hcl:"dns_ips,attr"` // Version: string, required Version terra.StringValue `hcl:"version,attr" validate:"required"` }
type NfsAttributes ¶
type NfsAttributes struct {
// contains filtered or unexported fields
}
func (NfsAttributes) DnsIps ¶
func (n NfsAttributes) DnsIps() terra.SetValue[terra.StringValue]
func (NfsAttributes) InternalRef ¶
func (n NfsAttributes) InternalRef() (terra.Reference, error)
func (NfsAttributes) InternalTokens ¶
func (n NfsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NfsAttributes) InternalWithRef ¶
func (n NfsAttributes) InternalWithRef(ref terra.Reference) NfsAttributes
func (NfsAttributes) Version ¶
func (n NfsAttributes) Version() terra.StringValue
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.