Class: Aws::Types::CreateFileSystemWindowsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemWindowsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
-
#aliases ⇒ ::Array[::String]
Returns the value of attribute aliases.
-
#audit_log_configuration ⇒ Types::WindowsAuditLogCreateConfiguration
Returns the value of attribute audit_log_configuration.
-
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#deployment_type ⇒ "MULTI_AZ_1", ...
Returns the value of attribute deployment_type.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
-
#fsrm_configuration ⇒ Types::WindowsFsrmConfiguration
Returns the value of attribute fsrm_configuration.
-
#preferred_subnet_id ⇒ ::String
Returns the value of attribute preferred_subnet_id.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfiguration
Returns the value of attribute self_managed_active_directory_configuration.
-
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
-
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
Instance Attribute Details
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
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.
426 427 428 |
# File 'sig/types.rbs', line 426 def aliases @aliases end |
#audit_log_configuration ⇒ Types::WindowsAuditLogCreateConfiguration
Returns the value of attribute audit_log_configuration.
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.
424 425 426 |
# File 'sig/types.rbs', line 424 def automatic_backup_retention_days @automatic_backup_retention_days end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
425 426 427 |
# File 'sig/types.rbs', line 425 def end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
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.
419 420 421 |
# File 'sig/types.rbs', line 419 def deployment_type @deployment_type end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
428 429 430 |
# File 'sig/types.rbs', line 428 def disk_iops_configuration @disk_iops_configuration end |
#fsrm_configuration ⇒ Types::WindowsFsrmConfiguration
Returns the value of attribute fsrm_configuration.
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.
420 421 422 |
# File 'sig/types.rbs', line 420 def preferred_subnet_id @preferred_subnet_id end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfiguration
Returns the value of attribute self_managed_active_directory_configuration.
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.
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.
422 423 424 |
# File 'sig/types.rbs', line 422 def weekly_maintenance_start_time @weekly_maintenance_start_time end |