Class: Aws::Types::CreateDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_network_access_type"PublicInternetOnly", "VpcOnly"

Returns the value of attribute app_network_access_type.

Returns:

  • ("PublicInternetOnly", "VpcOnly")


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.

Returns:

  • ("Service", "Customer")


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.

Returns:

  • ("SSO", "IAM")


2124
2125
2126
# File 'sig/types.rbs', line 2124

def auth_mode
  @auth_mode
end

#default_space_settingsTypes::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_settingsTypes::UserSettings

Returns the value of attribute default_user_settings.

Returns:



2125
2126
2127
# File 'sig/types.rbs', line 2125

def 
  @default_user_settings
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def domain_name
  @domain_name
end

#domain_settingsTypes::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.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:



2129
2130
2131
# File 'sig/types.rbs', line 2129

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def vpc_id
  @vpc_id
end