Documentation
¶
Index ¶
- type Args
- type AuditLogConfiguration
- type AuditLogConfigurationAttributes
- func (alc AuditLogConfigurationAttributes) AuditLogDestination() terra.StringValue
- func (alc AuditLogConfigurationAttributes) FileAccessAuditLogLevel() terra.StringValue
- func (alc AuditLogConfigurationAttributes) FileShareAccessAuditLogLevel() terra.StringValue
- func (alc AuditLogConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (alc AuditLogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (alc AuditLogConfigurationAttributes) InternalWithRef(ref terra.Reference) AuditLogConfigurationAttributes
- type AuditLogConfigurationState
- type DataArgs
- type DataAuditLogConfigurationAttributes
- func (alc DataAuditLogConfigurationAttributes) AuditLogDestination() terra.StringValue
- func (alc DataAuditLogConfigurationAttributes) FileAccessAuditLogLevel() terra.StringValue
- func (alc DataAuditLogConfigurationAttributes) FileShareAccessAuditLogLevel() terra.StringValue
- func (alc DataAuditLogConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (alc DataAuditLogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (alc DataAuditLogConfigurationAttributes) InternalWithRef(ref terra.Reference) DataAuditLogConfigurationAttributes
- type DataAuditLogConfigurationState
- 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 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 Resource
- func (afwfs *Resource) Attributes() awsFsxWindowsFileSystemAttributes
- func (afwfs *Resource) Configuration() interface{}
- func (afwfs *Resource) DependOn() terra.Reference
- func (afwfs *Resource) Dependencies() terra.Dependencies
- func (afwfs *Resource) ImportState(state io.Reader) error
- func (afwfs *Resource) LifecycleManagement() *terra.Lifecycle
- func (afwfs *Resource) LocalName() string
- func (afwfs *Resource) State() (*awsFsxWindowsFileSystemState, bool)
- func (afwfs *Resource) StateMust() *awsFsxWindowsFileSystemState
- func (afwfs *Resource) Type() string
- type SelfManagedActiveDirectory
- type SelfManagedActiveDirectoryAttributes
- func (smad SelfManagedActiveDirectoryAttributes) DnsIps() terra.SetValue[terra.StringValue]
- func (smad SelfManagedActiveDirectoryAttributes) DomainName() terra.StringValue
- func (smad SelfManagedActiveDirectoryAttributes) FileSystemAdministratorsGroup() terra.StringValue
- func (smad SelfManagedActiveDirectoryAttributes) InternalRef() (terra.Reference, error)
- func (smad SelfManagedActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (smad SelfManagedActiveDirectoryAttributes) InternalWithRef(ref terra.Reference) SelfManagedActiveDirectoryAttributes
- func (smad SelfManagedActiveDirectoryAttributes) OrganizationalUnitDistinguishedName() terra.StringValue
- func (smad SelfManagedActiveDirectoryAttributes) Password() terra.StringValue
- func (smad SelfManagedActiveDirectoryAttributes) Username() terra.StringValue
- type SelfManagedActiveDirectoryState
- 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 { // ActiveDirectoryId: string, optional ActiveDirectoryId terra.StringValue `hcl:"active_directory_id,attr"` // Aliases: set of string, optional Aliases terra.SetValue[terra.StringValue] `hcl:"aliases,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"` // DeploymentType: string, optional DeploymentType terra.StringValue `hcl:"deployment_type,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // PreferredSubnetId: string, optional PreferredSubnetId terra.StringValue `hcl:"preferred_subnet_id,attr"` // SecurityGroupIds: set of string, optional SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr"` // SkipFinalBackup: bool, optional SkipFinalBackup terra.BoolValue `hcl:"skip_final_backup,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, required ThroughputCapacity terra.NumberValue `hcl:"throughput_capacity,attr" validate:"required"` // WeeklyMaintenanceStartTime: string, optional WeeklyMaintenanceStartTime terra.StringValue `hcl:"weekly_maintenance_start_time,attr"` // AuditLogConfiguration: optional AuditLogConfiguration *AuditLogConfiguration `hcl:"audit_log_configuration,block"` // DiskIopsConfiguration: optional DiskIopsConfiguration *DiskIopsConfiguration `hcl:"disk_iops_configuration,block"` // SelfManagedActiveDirectory: optional SelfManagedActiveDirectory *SelfManagedActiveDirectory `hcl:"self_managed_active_directory,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_fsx_windows_file_system.
type AuditLogConfiguration ¶
type AuditLogConfiguration struct { // AuditLogDestination: string, optional AuditLogDestination terra.StringValue `hcl:"audit_log_destination,attr"` // FileAccessAuditLogLevel: string, optional FileAccessAuditLogLevel terra.StringValue `hcl:"file_access_audit_log_level,attr"` FileShareAccessAuditLogLevel terra.StringValue `hcl:"file_share_access_audit_log_level,attr"` }
type AuditLogConfigurationAttributes ¶
type AuditLogConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (AuditLogConfigurationAttributes) AuditLogDestination ¶
func (alc AuditLogConfigurationAttributes) AuditLogDestination() terra.StringValue
func (AuditLogConfigurationAttributes) FileAccessAuditLogLevel ¶
func (alc AuditLogConfigurationAttributes) FileAccessAuditLogLevel() terra.StringValue
func (AuditLogConfigurationAttributes) FileShareAccessAuditLogLevel ¶
func (alc AuditLogConfigurationAttributes) FileShareAccessAuditLogLevel() terra.StringValue
func (AuditLogConfigurationAttributes) InternalRef ¶
func (alc AuditLogConfigurationAttributes) InternalRef() (terra.Reference, error)
func (AuditLogConfigurationAttributes) InternalTokens ¶
func (alc AuditLogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuditLogConfigurationAttributes) InternalWithRef ¶
func (alc AuditLogConfigurationAttributes) InternalWithRef(ref terra.Reference) AuditLogConfigurationAttributes
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_windows_file_system.
type DataAuditLogConfigurationAttributes ¶
type DataAuditLogConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataAuditLogConfigurationAttributes) AuditLogDestination ¶
func (alc DataAuditLogConfigurationAttributes) AuditLogDestination() terra.StringValue
func (DataAuditLogConfigurationAttributes) FileAccessAuditLogLevel ¶
func (alc DataAuditLogConfigurationAttributes) FileAccessAuditLogLevel() terra.StringValue
func (DataAuditLogConfigurationAttributes) FileShareAccessAuditLogLevel ¶
func (alc DataAuditLogConfigurationAttributes) FileShareAccessAuditLogLevel() terra.StringValue
func (DataAuditLogConfigurationAttributes) InternalRef ¶
func (alc DataAuditLogConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataAuditLogConfigurationAttributes) InternalTokens ¶
func (alc DataAuditLogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataAuditLogConfigurationAttributes) InternalWithRef ¶
func (alc DataAuditLogConfigurationAttributes) InternalWithRef(ref terra.Reference) DataAuditLogConfigurationAttributes
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 DataSource ¶
DataSource represents the Terraform data resource aws_fsx_windows_file_system.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (afwfs *DataSource) Attributes() dataAwsFsxWindowsFileSystemAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (afwfs *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (afwfs *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (afwfs *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 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_windows_file_system.
func (*Resource) Attributes ¶
func (afwfs *Resource) Attributes() awsFsxWindowsFileSystemAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (afwfs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (afwfs *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 SelfManagedActiveDirectory ¶
type SelfManagedActiveDirectory struct { // DnsIps: set of string, required DnsIps terra.SetValue[terra.StringValue] `hcl:"dns_ips,attr" validate:"required"` // DomainName: string, required DomainName terra.StringValue `hcl:"domain_name,attr" validate:"required"` // FileSystemAdministratorsGroup: string, optional FileSystemAdministratorsGroup terra.StringValue `hcl:"file_system_administrators_group,attr"` // OrganizationalUnitDistinguishedName: string, optional OrganizationalUnitDistinguishedName terra.StringValue `hcl:"organizational_unit_distinguished_name,attr"` // Password: string, required Password terra.StringValue `hcl:"password,attr" validate:"required"` // Username: string, required Username terra.StringValue `hcl:"username,attr" validate:"required"` }
type SelfManagedActiveDirectoryAttributes ¶
type SelfManagedActiveDirectoryAttributes struct {
// contains filtered or unexported fields
}
func (SelfManagedActiveDirectoryAttributes) DnsIps ¶
func (smad SelfManagedActiveDirectoryAttributes) DnsIps() terra.SetValue[terra.StringValue]
func (SelfManagedActiveDirectoryAttributes) DomainName ¶
func (smad SelfManagedActiveDirectoryAttributes) DomainName() terra.StringValue
func (SelfManagedActiveDirectoryAttributes) FileSystemAdministratorsGroup ¶
func (smad SelfManagedActiveDirectoryAttributes) FileSystemAdministratorsGroup() terra.StringValue
func (SelfManagedActiveDirectoryAttributes) InternalRef ¶
func (smad SelfManagedActiveDirectoryAttributes) InternalRef() (terra.Reference, error)
func (SelfManagedActiveDirectoryAttributes) InternalTokens ¶
func (smad SelfManagedActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SelfManagedActiveDirectoryAttributes) InternalWithRef ¶
func (smad SelfManagedActiveDirectoryAttributes) InternalWithRef(ref terra.Reference) SelfManagedActiveDirectoryAttributes
func (SelfManagedActiveDirectoryAttributes) OrganizationalUnitDistinguishedName ¶
func (smad SelfManagedActiveDirectoryAttributes) OrganizationalUnitDistinguishedName() terra.StringValue
func (SelfManagedActiveDirectoryAttributes) Password ¶
func (smad SelfManagedActiveDirectoryAttributes) Password() terra.StringValue
func (SelfManagedActiveDirectoryAttributes) Username ¶
func (smad SelfManagedActiveDirectoryAttributes) Username() terra.StringValue
type SelfManagedActiveDirectoryState ¶
type SelfManagedActiveDirectoryState struct { DnsIps []string `json:"dns_ips"` DomainName string `json:"domain_name"` FileSystemAdministratorsGroup string `json:"file_system_administrators_group"` OrganizationalUnitDistinguishedName string `json:"organizational_unit_distinguished_name"` Password string `json:"password"` Username string `json:"username"` }
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