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.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def custom_endpoint @custom_endpoint end |
#custom_endpoint_certificate_arn ⇒ ::String
Returns the value of attribute custom_endpoint_certificate_arn.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def custom_endpoint_certificate_arn @custom_endpoint_certificate_arn end |
#custom_endpoint_enabled ⇒ Boolean
Returns the value of attribute custom_endpoint_enabled.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def custom_endpoint_enabled @custom_endpoint_enabled end |
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def enforce_https @enforce_https end |
#tls_security_policy ⇒ "Policy-Min-TLS-1-0-2019-07", ...
Returns the value of attribute tls_security_policy.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def tls_security_policy @tls_security_policy end |