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.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 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.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def app_security_group_management @app_security_group_management end |
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def auth_mode @auth_mode end |
#default_space_settings ⇒ Types::DefaultSpaceSettings
Returns the value of attribute default_space_settings.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def default_space_settings @default_space_settings end |
#default_user_settings ⇒ Types::UserSettings
Returns the value of attribute default_user_settings.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def default_user_settings @default_user_settings end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def domain_name @domain_name end |
#domain_settings ⇒ Types::DomainSettings
Returns the value of attribute domain_settings.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def domain_settings @domain_settings end |
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
Returns the value of attribute home_efs_file_system_creation.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 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.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 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.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def kms_key_id @kms_key_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def subnet_ids @subnet_ids end |
#tag_propagation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tag_propagation.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def tag_propagation @tag_propagation end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def vpc_id @vpc_id end |