Class: Aws::Types::CreateFileSystemWindowsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_id::String

Returns the value of attribute active_directory_id.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def active_directory_id
  @active_directory_id
end

#aliases::Array[::String]

Returns the value of attribute aliases.

Returns:



426
427
428
# File 'sig/types.rbs', line 426

def aliases
  @aliases
end

#audit_log_configurationTypes::WindowsAuditLogCreateConfiguration

Returns the value of attribute audit_log_configuration.

Returns:



427
428
429
# File 'sig/types.rbs', line 427

def audit_log_configuration
  @audit_log_configuration
end

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:



424
425
426
# File 'sig/types.rbs', line 424

def automatic_backup_retention_days
  @automatic_backup_retention_days
end

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:



425
426
427
# File 'sig/types.rbs', line 425

def copy_tags_to_backups
  @copy_tags_to_backups
end

#daily_automatic_backup_start_time::String

Returns the value of attribute daily_automatic_backup_start_time.

Returns:



423
424
425
# File 'sig/types.rbs', line 423

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#deployment_type"MULTI_AZ_1", ...

Returns the value of attribute deployment_type.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def deployment_type
  @deployment_type
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.

Returns:



428
429
430
# File 'sig/types.rbs', line 428

def disk_iops_configuration
  @disk_iops_configuration
end

#fsrm_configurationTypes::WindowsFsrmConfiguration

Returns the value of attribute fsrm_configuration.

Returns:



429
430
431
# File 'sig/types.rbs', line 429

def fsrm_configuration
  @fsrm_configuration
end

#preferred_subnet_id::String

Returns the value of attribute preferred_subnet_id.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def preferred_subnet_id
  @preferred_subnet_id
end

#self_managed_active_directory_configurationTypes::SelfManagedActiveDirectoryConfiguration

Returns the value of attribute self_managed_active_directory_configuration.

Returns:



418
419
420
# File 'sig/types.rbs', line 418

def self_managed_active_directory_configuration
  @self_managed_active_directory_configuration
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end