Class: Aws::Types::DomainName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def certificate_arn
  @certificate_arn
end

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def certificate_name
  @certificate_name
end

#certificate_upload_date::Time

Returns the value of attribute certificate_upload_date.

Returns:

  • (::Time)


499
500
501
# File 'sig/types.rbs', line 499

def certificate_upload_date
  @certificate_upload_date
end

#distribution_domain_name::String

Returns the value of attribute distribution_domain_name.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def distribution_domain_name
  @distribution_domain_name
end

#distribution_hosted_zone_id::String

Returns the value of attribute distribution_hosted_zone_id.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def distribution_hosted_zone_id
  @distribution_hosted_zone_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def domain_name
  @domain_name
end

#domain_name_arn::String

Returns the value of attribute domain_name_arn.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def domain_name_arn
  @domain_name_arn
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def domain_name_id
  @domain_name_id
end

#domain_name_status"AVAILABLE", ...

Returns the value of attribute domain_name_status.

Returns:

  • ("AVAILABLE", "UPDATING", "PENDING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION", "FAILED")


507
508
509
# File 'sig/types.rbs', line 507

def domain_name_status
  @domain_name_status
end

#domain_name_status_message::String

Returns the value of attribute domain_name_status_message.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def domain_name_status_message
  @domain_name_status_message
end

#endpoint_access_mode"BASIC", "STRICT"

Returns the value of attribute endpoint_access_mode.

Returns:

  • ("BASIC", "STRICT")


510
511
512
# File 'sig/types.rbs', line 510

def endpoint_access_mode
  @endpoint_access_mode
end

#endpoint_configurationTypes::EndpointConfiguration

Returns the value of attribute endpoint_configuration.



506
507
508
# File 'sig/types.rbs', line 506

def endpoint_configuration
  @endpoint_configuration
end

#management_policy::String

Returns the value of attribute management_policy.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def management_policy
  @management_policy
end

#mutual_tls_authenticationTypes::MutualTlsAuthentication

Returns the value of attribute mutual_tls_authentication.



512
513
514
# File 'sig/types.rbs', line 512

def mutual_tls_authentication
  @mutual_tls_authentication
end

#ownership_verification_certificate_arn::String

Returns the value of attribute ownership_verification_certificate_arn.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def ownership_verification_certificate_arn
  @ownership_verification_certificate_arn
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def policy
  @policy
end

#regional_certificate_arn::String

Returns the value of attribute regional_certificate_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def regional_certificate_arn
  @regional_certificate_arn
end

#regional_certificate_name::String

Returns the value of attribute regional_certificate_name.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def regional_certificate_name
  @regional_certificate_name
end

#regional_domain_name::String

Returns the value of attribute regional_domain_name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def regional_domain_name
  @regional_domain_name
end

#regional_hosted_zone_id::String

Returns the value of attribute regional_hosted_zone_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def regional_hosted_zone_id
  @regional_hosted_zone_id
end

#routing_mode"BASE_PATH_MAPPING_ONLY", ...

Returns the value of attribute routing_mode.

Returns:

  • ("BASE_PATH_MAPPING_ONLY", "ROUTING_RULE_ONLY", "ROUTING_RULE_THEN_BASE_PATH_MAPPING")


516
517
518
# File 'sig/types.rbs', line 516

def routing_mode
  @routing_mode
end

#security_policy"TLS_1_0", ...

Returns the value of attribute security_policy.

Returns:

  • ("TLS_1_0", "TLS_1_2", "SecurityPolicy_TLS13_1_3_2025_09", "SecurityPolicy_TLS13_1_3_FIPS_2025_09", "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09", "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09", "SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09", "SecurityPolicy_TLS13_1_2_PQ_2025_09", "SecurityPolicy_TLS13_1_2_2021_06", "SecurityPolicy_TLS13_2025_EDGE", "SecurityPolicy_TLS12_PFS_2025_EDGE", "SecurityPolicy_TLS12_2018_EDGE")


509
510
511
# File 'sig/types.rbs', line 509

def security_policy
  @security_policy
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


511
512
513
# File 'sig/types.rbs', line 511

def tags
  @tags
end