Class: Aws::Types::DomainName
- Inherits:
-
Object
- Object
- Aws::Types::DomainName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#certificate_upload_date ⇒ ::Time
Returns the value of attribute certificate_upload_date.
-
#distribution_domain_name ⇒ ::String
Returns the value of attribute distribution_domain_name.
-
#distribution_hosted_zone_id ⇒ ::String
Returns the value of attribute distribution_hosted_zone_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
-
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
-
#domain_name_status ⇒ "AVAILABLE", ...
Returns the value of attribute domain_name_status.
-
#domain_name_status_message ⇒ ::String
Returns the value of attribute domain_name_status_message.
-
#endpoint_access_mode ⇒ "BASIC", "STRICT"
Returns the value of attribute endpoint_access_mode.
-
#endpoint_configuration ⇒ Types::EndpointConfiguration
Returns the value of attribute endpoint_configuration.
-
#management_policy ⇒ ::String
Returns the value of attribute management_policy.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
Returns the value of attribute mutual_tls_authentication.
-
#ownership_verification_certificate_arn ⇒ ::String
Returns the value of attribute ownership_verification_certificate_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#regional_certificate_arn ⇒ ::String
Returns the value of attribute regional_certificate_arn.
-
#regional_certificate_name ⇒ ::String
Returns the value of attribute regional_certificate_name.
-
#regional_domain_name ⇒ ::String
Returns the value of attribute regional_domain_name.
-
#regional_hosted_zone_id ⇒ ::String
Returns the value of attribute regional_hosted_zone_id.
-
#routing_mode ⇒ "BASE_PATH_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
-
#security_policy ⇒ "TLS_1_0", ...
Returns the value of attribute security_policy.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
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.
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.
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.
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.
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.
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.
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.
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.
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.
508 509 510 |
# File 'sig/types.rbs', line 508 def end |
#endpoint_access_mode ⇒ "BASIC", "STRICT"
Returns the value of attribute endpoint_access_mode.
510 511 512 |
# File 'sig/types.rbs', line 510 def endpoint_access_mode @endpoint_access_mode end |
#endpoint_configuration ⇒ Types::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.
514 515 516 |
# File 'sig/types.rbs', line 514 def management_policy @management_policy end |
#mutual_tls_authentication ⇒ Types::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.
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.
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.
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.
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.
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.
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.
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.
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.
511 512 513 |
# File 'sig/types.rbs', line 511 def end |