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)


772
773
774
# File 'sig/types.rbs', line 772

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


773
774
775
# File 'sig/types.rbs', line 773

def security_policy
  @security_policy
end