Class: Aws::Types::CreateDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_network_access_type ⇒ "PublicInternetOnly", "VpcOnly"
Returns the value of attribute app_network_access_type.
-
#app_security_group_management ⇒ "Service", "Customer"
Returns the value of attribute app_security_group_management.
-
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
-
#default_space_settings ⇒ Types::DefaultSpaceSettings
Returns the value of attribute default_space_settings.
-
#default_user_settings ⇒ Types::UserSettings
Returns the value of attribute default_user_settings.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_settings ⇒ Types::DomainSettings
Returns the value of attribute domain_settings.
-
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
Returns the value of attribute home_efs_file_system_creation.
-
#home_efs_file_system_kms_key_id ⇒ ::String
Returns the value of attribute home_efs_file_system_kms_key_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tag_propagation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tag_propagation.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#app_network_access_type ⇒ "PublicInternetOnly", "VpcOnly"
Returns the value of attribute app_network_access_type.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def app_network_access_type @app_network_access_type end |
#app_security_group_management ⇒ "Service", "Customer"
Returns the value of attribute app_security_group_management.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def app_security_group_management @app_security_group_management end |
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def auth_mode @auth_mode end |
#default_space_settings ⇒ Types::DefaultSpaceSettings
Returns the value of attribute default_space_settings.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def default_space_settings @default_space_settings end |
#default_user_settings ⇒ Types::UserSettings
Returns the value of attribute default_user_settings.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def default_user_settings @default_user_settings end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def domain_name @domain_name end |
#domain_settings ⇒ Types::DomainSettings
Returns the value of attribute domain_settings.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def domain_settings @domain_settings end |
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
Returns the value of attribute home_efs_file_system_creation.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def home_efs_file_system_creation @home_efs_file_system_creation end |
#home_efs_file_system_kms_key_id ⇒ ::String
Returns the value of attribute home_efs_file_system_kms_key_id.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def home_efs_file_system_kms_key_id @home_efs_file_system_kms_key_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def kms_key_id @kms_key_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def subnet_ids @subnet_ids end |
#tag_propagation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tag_propagation.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def tag_propagation @tag_propagation end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def vpc_id @vpc_id end |