Class: Aws::Types::CreateDomainAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def app_id
  @app_id
end

#auto_sub_domain_creation_patterns::Array[::String]

Returns the value of attribute auto_sub_domain_creation_patterns.

Returns:

  • (::Array[::String])


229
230
231
# File 'sig/types.rbs', line 229

def auto_sub_domain_creation_patterns
  @auto_sub_domain_creation_patterns
end

#auto_sub_domain_iam_role::String

Returns the value of attribute auto_sub_domain_iam_role.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def auto_sub_domain_iam_role
  @auto_sub_domain_iam_role
end

#certificate_settingsTypes::CertificateSettings

Returns the value of attribute certificate_settings.



231
232
233
# File 'sig/types.rbs', line 231

def certificate_settings
  @certificate_settings
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def domain_name
  @domain_name
end

#enable_auto_sub_domainBoolean

Returns the value of attribute enable_auto_sub_domain.

Returns:

  • (Boolean)


227
228
229
# File 'sig/types.rbs', line 227

def enable_auto_sub_domain
  @enable_auto_sub_domain
end

#sub_domain_settings::Array[Types::SubDomainSetting]

Returns the value of attribute sub_domain_settings.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def sub_domain_settings
  @sub_domain_settings
end