aws_fsx_windows_file_system

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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: string, optional
	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 (AuditLogConfigurationAttributes) InternalTokens

func (alc AuditLogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AuditLogConfigurationAttributes) InternalWithRef

type AuditLogConfigurationState

type AuditLogConfigurationState struct {
	AuditLogDestination          string `json:"audit_log_destination"`
	FileAccessAuditLogLevel      string `json:"file_access_audit_log_level"`
	FileShareAccessAuditLogLevel string `json:"file_share_access_audit_log_level"`
}

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 (DataAuditLogConfigurationAttributes) InternalTokens

func (alc DataAuditLogConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataAuditLogConfigurationAttributes) InternalWithRef

type DataAuditLogConfigurationState

type DataAuditLogConfigurationState struct {
	AuditLogDestination          string `json:"audit_log_destination"`
	FileAccessAuditLogLevel      string `json:"file_access_audit_log_level"`
	FileShareAccessAuditLogLevel string `json:"file_share_access_audit_log_level"`
}

type DataDiskIopsConfigurationAttributes

type DataDiskIopsConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (DataDiskIopsConfigurationAttributes) InternalRef

func (DataDiskIopsConfigurationAttributes) InternalTokens

func (dic DataDiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDiskIopsConfigurationAttributes) InternalWithRef

func (DataDiskIopsConfigurationAttributes) Iops

func (DataDiskIopsConfigurationAttributes) Mode

type DataDiskIopsConfigurationState

type DataDiskIopsConfigurationState struct {
	Iops float64 `json:"iops"`
	Mode string  `json:"mode"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

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 (DiskIopsConfigurationAttributes) InternalTokens

func (dic DiskIopsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DiskIopsConfigurationAttributes) InternalWithRef

func (DiskIopsConfigurationAttributes) Iops

func (DiskIopsConfigurationAttributes) Mode

type DiskIopsConfigurationState

type DiskIopsConfigurationState struct {
	Iops float64 `json:"iops"`
	Mode string  `json:"mode"`
}

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

func (afwfs *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (afwfs *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (afwfs *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (afwfs *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (afwfs *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (afwfs *Resource) State() (*awsFsxWindowsFileSystemState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (afwfs *Resource) StateMust() *awsFsxWindowsFileSystemState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (afwfs *Resource) Type() string

Type returns the Terraform object type 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 (SelfManagedActiveDirectoryAttributes) DomainName

func (SelfManagedActiveDirectoryAttributes) FileSystemAdministratorsGroup

func (smad SelfManagedActiveDirectoryAttributes) FileSystemAdministratorsGroup() terra.StringValue

func (SelfManagedActiveDirectoryAttributes) InternalRef

func (SelfManagedActiveDirectoryAttributes) InternalTokens

func (smad SelfManagedActiveDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SelfManagedActiveDirectoryAttributes) InternalWithRef

func (SelfManagedActiveDirectoryAttributes) OrganizationalUnitDistinguishedName

func (smad SelfManagedActiveDirectoryAttributes) OrganizationalUnitDistinguishedName() terra.StringValue

func (SelfManagedActiveDirectoryAttributes) Password

func (SelfManagedActiveDirectoryAttributes) Username

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 (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL