Class: Aws::Types::CustomDomainConfigType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def certificate_arn
  @certificate_arn
end

#security_policy"TLS_V1", ...

Returns the value of attribute security_policy.

Returns:

  • ("TLS_V1", "TLS_V1_2_2021", "TLS_V1_3_2025")


780
781
782
# File 'sig/types.rbs', line 780

def security_policy
  @security_policy
end