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")


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.

Returns:

  • ("Service", "Customer")


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.

Returns:

  • ("SSO", "IAM")


2109
2110
2111
# File 'sig/types.rbs', line 2109

def auth_mode
  @auth_mode
end

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

Returns the value of attribute default_user_settings.

Returns:



2110
2111
2112
# File 'sig/types.rbs', line 2110

def 
  @default_user_settings
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def domain_name
  @domain_name
end

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

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:



2114
2115
2116
# File 'sig/types.rbs', line 2114

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def vpc_id
  @vpc_id
end