Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about additional options for the domain endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_endpointString

The fully qualified URL for the custom endpoint.

Returns:

  • (String)


15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15429

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_arnString

The ARN for the security certificate. The certificate is managed in ACM.

Returns:

  • (String)


15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15429

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_enabledBoolean

Whether to enable a custom endpoint for the domain.

Returns:

  • (Boolean)


15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15429

class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new(
  :custom_endpoint_certificate_arn,
  :custom_endpoint_enabled,
  :enforce_https,
  :custom_endpoint,
  :tls_security_policy)
  SENSITIVE = []
  include Aws::Structure
end

#enforce_httpsBoolean

Whether to require that all traffic to the domain arrive over HTTPS.

Returns:

  • (Boolean)


15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15429

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_policyString

The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.

Returns:

  • (String)


15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15429

class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails < Struct.new(
  :custom_endpoint_certificate_arn,
  :custom_endpoint_enabled,
  :enforce_https,
  :custom_endpoint,
  :tls_security_policy)
  SENSITIVE = []
  include Aws::Structure
end