Method: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails#tls_security_policy
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#tls_security_policy ⇒ String
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
15024 15025 15026 15027 15028 15029 15030 15031 15032 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15024 class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new( :custom_endpoint_certificate_arn, :custom_endpoint_enabled, :enforce_https, :custom_endpoint, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |