Class: Aws::Types::DomainEndpointOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_endpoint::String

Returns the value of attribute custom_endpoint.

Returns:

  • (::String)


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.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def custom_endpoint_certificate_arn
  @custom_endpoint_certificate_arn
end

#custom_endpoint_enabledBoolean

Returns the value of attribute custom_endpoint_enabled.

Returns:

  • (Boolean)


565
566
567
# File 'sig/types.rbs', line 565

def custom_endpoint_enabled
  @custom_endpoint_enabled
end

#enforce_httpsBoolean

Returns the value of attribute enforce_https.

Returns:

  • (Boolean)


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.

Returns:

  • ("Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07", "Policy-Min-TLS-1-2-PFS-2023-10", "Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08")


564
565
566
# File 'sig/types.rbs', line 564

def tls_security_policy
  @tls_security_policy
end