Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataDiskIopsConfigurationAttributes
- func (dic DataDiskIopsConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (dic DataDiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dic DataDiskIopsConfigurationAttributes) InternalWithRef(ref terra.Reference) DataDiskIopsConfigurationAttributes
- func (dic DataDiskIopsConfigurationAttributes) Iops() terra.NumberValue
- func (dic DataDiskIopsConfigurationAttributes) Mode() terra.StringValue
- type DataDiskIopsConfigurationState
- type DataEndpointsAttributes
- func (e DataEndpointsAttributes) Intercluster() terra.ListValue[DataEndpointsInterclusterAttributes]
- func (e DataEndpointsAttributes) InternalRef() (terra.Reference, error)
- func (e DataEndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e DataEndpointsAttributes) InternalWithRef(ref terra.Reference) DataEndpointsAttributes
- func (e DataEndpointsAttributes) Management() terra.ListValue[DataEndpointsManagementAttributes]
- type DataEndpointsInterclusterAttributes
- func (i DataEndpointsInterclusterAttributes) DnsName() terra.StringValue
- func (i DataEndpointsInterclusterAttributes) InternalRef() (terra.Reference, error)
- func (i DataEndpointsInterclusterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataEndpointsInterclusterAttributes) InternalWithRef(ref terra.Reference) DataEndpointsInterclusterAttributes
- func (i DataEndpointsInterclusterAttributes) IpAddresses() terra.SetValue[terra.StringValue]
- type DataEndpointsInterclusterState
- type DataEndpointsManagementAttributes
- func (m DataEndpointsManagementAttributes) DnsName() terra.StringValue
- func (m DataEndpointsManagementAttributes) InternalRef() (terra.Reference, error)
- func (m DataEndpointsManagementAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (m DataEndpointsManagementAttributes) InternalWithRef(ref terra.Reference) DataEndpointsManagementAttributes
- func (m DataEndpointsManagementAttributes) IpAddresses() terra.SetValue[terra.StringValue]
- type DataEndpointsManagementState
- type DataEndpointsState
- type DataSource
- type DiskIopsConfiguration
- type DiskIopsConfigurationAttributes
- func (dic DiskIopsConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (dic DiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dic DiskIopsConfigurationAttributes) InternalWithRef(ref terra.Reference) DiskIopsConfigurationAttributes
- func (dic DiskIopsConfigurationAttributes) Iops() terra.NumberValue
- func (dic DiskIopsConfigurationAttributes) Mode() terra.StringValue
- type DiskIopsConfigurationState
- type EndpointsAttributes
- func (e EndpointsAttributes) Intercluster() terra.ListValue[EndpointsInterclusterAttributes]
- func (e EndpointsAttributes) InternalRef() (terra.Reference, error)
- func (e EndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e EndpointsAttributes) InternalWithRef(ref terra.Reference) EndpointsAttributes
- func (e EndpointsAttributes) Management() terra.ListValue[EndpointsManagementAttributes]
- type EndpointsInterclusterAttributes
- func (i EndpointsInterclusterAttributes) DnsName() terra.StringValue
- func (i EndpointsInterclusterAttributes) InternalRef() (terra.Reference, error)
- func (i EndpointsInterclusterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i EndpointsInterclusterAttributes) InternalWithRef(ref terra.Reference) EndpointsInterclusterAttributes
- func (i EndpointsInterclusterAttributes) IpAddresses() terra.SetValue[terra.StringValue]
- type EndpointsInterclusterState
- type EndpointsManagementAttributes
- func (m EndpointsManagementAttributes) DnsName() terra.StringValue
- func (m EndpointsManagementAttributes) InternalRef() (terra.Reference, error)
- func (m EndpointsManagementAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (m EndpointsManagementAttributes) InternalWithRef(ref terra.Reference) EndpointsManagementAttributes
- func (m EndpointsManagementAttributes) IpAddresses() terra.SetValue[terra.StringValue]
- type EndpointsManagementState
- type EndpointsState
- type Resource
- func (afofs *Resource) Attributes() awsFsxOntapFileSystemAttributes
- func (afofs *Resource) Configuration() interface{}
- func (afofs *Resource) DependOn() terra.Reference
- func (afofs *Resource) Dependencies() terra.Dependencies
- func (afofs *Resource) ImportState(state io.Reader) error
- func (afofs *Resource) LifecycleManagement() *terra.Lifecycle
- func (afofs *Resource) LocalName() string
- func (afofs *Resource) State() (*awsFsxOntapFileSystemState, bool)
- func (afofs *Resource) StateMust() *awsFsxOntapFileSystemState
- func (afofs *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 { // AutomaticBackupRetentionDays: number, optional AutomaticBackupRetentionDays terra.NumberValue `hcl:"automatic_backup_retention_days,attr"` // DailyAutomaticBackupStartTime: string, optional DailyAutomaticBackupStartTime terra.StringValue `hcl:"daily_automatic_backup_start_time,attr"` // DeploymentType: string, required DeploymentType terra.StringValue `hcl:"deployment_type,attr" validate:"required"` // EndpointIpAddressRange: string, optional EndpointIpAddressRange terra.StringValue `hcl:"endpoint_ip_address_range,attr"` // FsxAdminPassword: string, optional FsxAdminPassword terra.StringValue `hcl:"fsx_admin_password,attr"` // HaPairs: number, optional HaPairs terra.NumberValue `hcl:"ha_pairs,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // PreferredSubnetId: string, required PreferredSubnetId terra.StringValue `hcl:"preferred_subnet_id,attr" validate:"required"` // RouteTableIds: set of string, optional RouteTableIds terra.SetValue[terra.StringValue] `hcl:"route_table_ids,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"` // ThroughputCapacity: number, optional ThroughputCapacity terra.NumberValue `hcl:"throughput_capacity,attr"` // ThroughputCapacityPerHaPair: number, optional ThroughputCapacityPerHaPair terra.NumberValue `hcl:"throughput_capacity_per_ha_pair,attr"` // WeeklyMaintenanceStartTime: string, optional WeeklyMaintenanceStartTime terra.StringValue `hcl:"weekly_maintenance_start_time,attr"` // DiskIopsConfiguration: optional DiskIopsConfiguration *DiskIopsConfiguration `hcl:"disk_iops_configuration,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_fsx_ontap_file_system.
type DataArgs ¶
type DataArgs struct { // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_fsx_ontap_file_system.
type DataDiskIopsConfigurationAttributes ¶
type DataDiskIopsConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataDiskIopsConfigurationAttributes) InternalRef ¶
func (dic DataDiskIopsConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataDiskIopsConfigurationAttributes) InternalTokens ¶
func (dic DataDiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDiskIopsConfigurationAttributes) InternalWithRef ¶
func (dic DataDiskIopsConfigurationAttributes) InternalWithRef(ref terra.Reference) DataDiskIopsConfigurationAttributes
func (DataDiskIopsConfigurationAttributes) Iops ¶
func (dic DataDiskIopsConfigurationAttributes) Iops() terra.NumberValue
func (DataDiskIopsConfigurationAttributes) Mode ¶
func (dic DataDiskIopsConfigurationAttributes) Mode() terra.StringValue
type DataEndpointsAttributes ¶
type DataEndpointsAttributes struct {
// contains filtered or unexported fields
}
func (DataEndpointsAttributes) Intercluster ¶
func (e DataEndpointsAttributes) Intercluster() terra.ListValue[DataEndpointsInterclusterAttributes]
func (DataEndpointsAttributes) InternalRef ¶
func (e DataEndpointsAttributes) InternalRef() (terra.Reference, error)
func (DataEndpointsAttributes) InternalTokens ¶
func (e DataEndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEndpointsAttributes) InternalWithRef ¶
func (e DataEndpointsAttributes) InternalWithRef(ref terra.Reference) DataEndpointsAttributes
func (DataEndpointsAttributes) Management ¶
func (e DataEndpointsAttributes) Management() terra.ListValue[DataEndpointsManagementAttributes]
type DataEndpointsInterclusterAttributes ¶
type DataEndpointsInterclusterAttributes struct {
// contains filtered or unexported fields
}
func (DataEndpointsInterclusterAttributes) DnsName ¶
func (i DataEndpointsInterclusterAttributes) DnsName() terra.StringValue
func (DataEndpointsInterclusterAttributes) InternalRef ¶
func (i DataEndpointsInterclusterAttributes) InternalRef() (terra.Reference, error)
func (DataEndpointsInterclusterAttributes) InternalTokens ¶
func (i DataEndpointsInterclusterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEndpointsInterclusterAttributes) InternalWithRef ¶
func (i DataEndpointsInterclusterAttributes) InternalWithRef(ref terra.Reference) DataEndpointsInterclusterAttributes
func (DataEndpointsInterclusterAttributes) IpAddresses ¶
func (i DataEndpointsInterclusterAttributes) IpAddresses() terra.SetValue[terra.StringValue]
type DataEndpointsManagementAttributes ¶
type DataEndpointsManagementAttributes struct {
// contains filtered or unexported fields
}
func (DataEndpointsManagementAttributes) DnsName ¶
func (m DataEndpointsManagementAttributes) DnsName() terra.StringValue
func (DataEndpointsManagementAttributes) InternalRef ¶
func (m DataEndpointsManagementAttributes) InternalRef() (terra.Reference, error)
func (DataEndpointsManagementAttributes) InternalTokens ¶
func (m DataEndpointsManagementAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEndpointsManagementAttributes) InternalWithRef ¶
func (m DataEndpointsManagementAttributes) InternalWithRef(ref terra.Reference) DataEndpointsManagementAttributes
func (DataEndpointsManagementAttributes) IpAddresses ¶
func (m DataEndpointsManagementAttributes) IpAddresses() terra.SetValue[terra.StringValue]
type DataEndpointsState ¶
type DataEndpointsState struct { Intercluster []DataEndpointsInterclusterState `json:"intercluster"` Management []DataEndpointsManagementState `json:"management"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_fsx_ontap_file_system.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (afofs *DataSource) Attributes() dataAwsFsxOntapFileSystemAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (afofs *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (afofs *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (afofs *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DiskIopsConfiguration ¶
type DiskIopsConfiguration struct { // Iops: number, optional Iops terra.NumberValue `hcl:"iops,attr"` // Mode: string, optional Mode terra.StringValue `hcl:"mode,attr"` }
type DiskIopsConfigurationAttributes ¶
type DiskIopsConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DiskIopsConfigurationAttributes) InternalRef ¶
func (dic DiskIopsConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DiskIopsConfigurationAttributes) InternalTokens ¶
func (dic DiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DiskIopsConfigurationAttributes) InternalWithRef ¶
func (dic DiskIopsConfigurationAttributes) InternalWithRef(ref terra.Reference) DiskIopsConfigurationAttributes
func (DiskIopsConfigurationAttributes) Iops ¶
func (dic DiskIopsConfigurationAttributes) Iops() terra.NumberValue
func (DiskIopsConfigurationAttributes) Mode ¶
func (dic DiskIopsConfigurationAttributes) Mode() terra.StringValue
type EndpointsAttributes ¶
type EndpointsAttributes struct {
// contains filtered or unexported fields
}
func (EndpointsAttributes) Intercluster ¶
func (e EndpointsAttributes) Intercluster() terra.ListValue[EndpointsInterclusterAttributes]
func (EndpointsAttributes) InternalRef ¶
func (e EndpointsAttributes) InternalRef() (terra.Reference, error)
func (EndpointsAttributes) InternalTokens ¶
func (e EndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EndpointsAttributes) InternalWithRef ¶
func (e EndpointsAttributes) InternalWithRef(ref terra.Reference) EndpointsAttributes
func (EndpointsAttributes) Management ¶
func (e EndpointsAttributes) Management() terra.ListValue[EndpointsManagementAttributes]
type EndpointsInterclusterAttributes ¶
type EndpointsInterclusterAttributes struct {
// contains filtered or unexported fields
}
func (EndpointsInterclusterAttributes) DnsName ¶
func (i EndpointsInterclusterAttributes) DnsName() terra.StringValue
func (EndpointsInterclusterAttributes) InternalRef ¶
func (i EndpointsInterclusterAttributes) InternalRef() (terra.Reference, error)
func (EndpointsInterclusterAttributes) InternalTokens ¶
func (i EndpointsInterclusterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EndpointsInterclusterAttributes) InternalWithRef ¶
func (i EndpointsInterclusterAttributes) InternalWithRef(ref terra.Reference) EndpointsInterclusterAttributes
func (EndpointsInterclusterAttributes) IpAddresses ¶
func (i EndpointsInterclusterAttributes) IpAddresses() terra.SetValue[terra.StringValue]
type EndpointsManagementAttributes ¶
type EndpointsManagementAttributes struct {
// contains filtered or unexported fields
}
func (EndpointsManagementAttributes) DnsName ¶
func (m EndpointsManagementAttributes) DnsName() terra.StringValue
func (EndpointsManagementAttributes) InternalRef ¶
func (m EndpointsManagementAttributes) InternalRef() (terra.Reference, error)
func (EndpointsManagementAttributes) InternalTokens ¶
func (m EndpointsManagementAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EndpointsManagementAttributes) InternalWithRef ¶
func (m EndpointsManagementAttributes) InternalWithRef(ref terra.Reference) EndpointsManagementAttributes
func (EndpointsManagementAttributes) IpAddresses ¶
func (m EndpointsManagementAttributes) IpAddresses() terra.SetValue[terra.StringValue]
type EndpointsState ¶
type EndpointsState struct { Intercluster []EndpointsInterclusterState `json:"intercluster"` Management []EndpointsManagementState `json:"management"` }
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_ontap_file_system.
func (*Resource) Attributes ¶
func (afofs *Resource) Attributes() awsFsxOntapFileSystemAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (afofs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (afofs *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