Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about additional options for the domain endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_endpoint ⇒ String
The fully qualified URL for the custom endpoint.
-
#custom_endpoint_certificate_arn ⇒ String
The ARN for the security certificate.
-
#custom_endpoint_enabled ⇒ Boolean
Whether to enable a custom endpoint for the domain.
-
#enforce_https ⇒ Boolean
Whether to require that all traffic to the domain arrive over HTTPS.
-
#tls_security_policy ⇒ String
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
Instance Attribute Details
#custom_endpoint ⇒ String
The fully qualified URL for the custom endpoint.
15432 15433 15434 15435 15436 15437 15438 15439 15440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15432 class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new( :custom_endpoint_certificate_arn, :custom_endpoint_enabled, :enforce_https, :custom_endpoint, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |
#custom_endpoint_certificate_arn ⇒ String
The ARN for the security certificate. The certificate is managed in ACM.
15432 15433 15434 15435 15436 15437 15438 15439 15440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15432 class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new( :custom_endpoint_certificate_arn, :custom_endpoint_enabled, :enforce_https, :custom_endpoint, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |
#custom_endpoint_enabled ⇒ Boolean
Whether to enable a custom endpoint for the domain.
15432 15433 15434 15435 15436 15437 15438 15439 15440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15432 class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new( :custom_endpoint_certificate_arn, :custom_endpoint_enabled, :enforce_https, :custom_endpoint, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |
#enforce_https ⇒ Boolean
Whether to require that all traffic to the domain arrive over HTTPS.
15432 15433 15434 15435 15436 15437 15438 15439 15440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15432 class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new( :custom_endpoint_certificate_arn, :custom_endpoint_enabled, :enforce_https, :custom_endpoint, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |
#tls_security_policy ⇒ String
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
15432 15433 15434 15435 15436 15437 15438 15439 15440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15432 class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new( :custom_endpoint_certificate_arn, :custom_endpoint_enabled, :enforce_https, :custom_endpoint, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |