Class: Aws::Types::DomainEndpointOptions
- Inherits:
-
Object
- Object
- Aws::Types::DomainEndpointOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_endpoint ⇒ ::String
Returns the value of attribute custom_endpoint.
-
#custom_endpoint_certificate_arn ⇒ ::String
Returns the value of attribute custom_endpoint_certificate_arn.
-
#custom_endpoint_enabled ⇒ Boolean
Returns the value of attribute custom_endpoint_enabled.
-
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
-
#tls_security_policy ⇒ "Policy-Min-TLS-1-0-2019-07", ...
Returns the value of attribute tls_security_policy.
Instance Attribute Details
#custom_endpoint ⇒ ::String
Returns the value of attribute custom_endpoint.
566 567 568 |
# File 'sig/types.rbs', line 566 def custom_endpoint @custom_endpoint end |
#custom_endpoint_certificate_arn ⇒ ::String
Returns the value of attribute custom_endpoint_certificate_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def custom_endpoint_certificate_arn @custom_endpoint_certificate_arn end |
#custom_endpoint_enabled ⇒ Boolean
Returns the value of attribute custom_endpoint_enabled.
565 566 567 |
# File 'sig/types.rbs', line 565 def custom_endpoint_enabled @custom_endpoint_enabled end |
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
563 564 565 |
# File 'sig/types.rbs', line 563 def enforce_https @enforce_https end |
#tls_security_policy ⇒ "Policy-Min-TLS-1-0-2019-07", ...
Returns the value of attribute tls_security_policy.
564 565 566 |
# File 'sig/types.rbs', line 564 def tls_security_policy @tls_security_policy end |