Class: Aws::Types::DomainAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_sub_domain_creation_patterns::Array[::String]

Returns the value of attribute auto_sub_domain_creation_patterns.

Returns:

  • (::Array[::String])


334
335
336
# File 'sig/types.rbs', line 334

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)


335
336
337
# File 'sig/types.rbs', line 335

def auto_sub_domain_iam_role
  @auto_sub_domain_iam_role
end

#certificateTypes::Certificate

Returns the value of attribute certificate.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def certificate
  @certificate
end

#certificate_verification_dns_record::String

Returns the value of attribute certificate_verification_dns_record.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def certificate_verification_dns_record
  @certificate_verification_dns_record
end

#domain_association_arn::String

Returns the value of attribute domain_association_arn.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def domain_association_arn
  @domain_association_arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def domain_name
  @domain_name
end

#domain_status"PENDING_VERIFICATION", ...

Returns the value of attribute domain_status.

Returns:

  • ("PENDING_VERIFICATION", "IN_PROGRESS", "AVAILABLE", "IMPORTING_CUSTOM_CERTIFICATE", "PENDING_DEPLOYMENT", "AWAITING_APP_CNAME", "FAILED", "CREATING", "REQUESTING_CERTIFICATE", "UPDATING")


336
337
338
# File 'sig/types.rbs', line 336

def domain_status
  @domain_status
end

#enable_auto_sub_domainBoolean

Returns the value of attribute enable_auto_sub_domain.

Returns:

  • (Boolean)


333
334
335
# File 'sig/types.rbs', line 333

def enable_auto_sub_domain
  @enable_auto_sub_domain
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def status_reason
  @status_reason
end

#sub_domains::Array[Types::SubDomain]

Returns the value of attribute sub_domains.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def sub_domains
  @sub_domains
end

#update_status"REQUESTING_CERTIFICATE", ...

Returns the value of attribute update_status.

Returns:

  • ("REQUESTING_CERTIFICATE", "PENDING_VERIFICATION", "IMPORTING_CUSTOM_CERTIFICATE", "PENDING_DEPLOYMENT", "AWAITING_APP_CNAME", "UPDATE_COMPLETE", "UPDATE_FAILED")


337
338
339
# File 'sig/types.rbs', line 337

def update_status
  @update_status
end