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)


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.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def custom_endpoint_certificate_arn
  @custom_endpoint_certificate_arn
end

#custom_endpoint_enabledBoolean

Returns the value of attribute custom_endpoint_enabled.

Returns:

  • (Boolean)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def custom_endpoint_enabled
  @custom_endpoint_enabled
end

#enforce_httpsBoolean

Returns the value of attribute enforce_https.

Returns:

  • (Boolean)


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.

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")


1052
1053
1054
# File 'sig/types.rbs', line 1052

def tls_security_policy
  @tls_security_policy
end