Class: Aws::Types::DomainNameConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_domain_name::String

Returns the value of attribute api_gateway_domain_name.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def api_gateway_domain_name
  @api_gateway_domain_name
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def certificate_arn
  @certificate_arn
end

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def certificate_name
  @certificate_name
end

#certificate_upload_date::Time

Returns the value of attribute certificate_upload_date.

Returns:

  • (::Time)


962
963
964
# File 'sig/types.rbs', line 962

def certificate_upload_date
  @certificate_upload_date
end

#domain_name_status"AVAILABLE", ...

Returns the value of attribute domain_name_status.

Returns:

  • ("AVAILABLE", "UPDATING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION")


963
964
965
# File 'sig/types.rbs', line 963

def domain_name_status
  @domain_name_status
end

#domain_name_status_message::String

Returns the value of attribute domain_name_status_message.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def domain_name_status_message
  @domain_name_status_message
end

#endpoint_type"REGIONAL", "EDGE"

Returns the value of attribute endpoint_type.

Returns:

  • ("REGIONAL", "EDGE")


965
966
967
# File 'sig/types.rbs', line 965

def endpoint_type
  @endpoint_type
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def hosted_zone_id
  @hosted_zone_id
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


967
968
969
# File 'sig/types.rbs', line 967

def ip_address_type
  @ip_address_type
end

#ownership_verification_certificate_arn::String

Returns the value of attribute ownership_verification_certificate_arn.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def ownership_verification_certificate_arn
  @ownership_verification_certificate_arn
end

#security_policy"TLS_1_0", "TLS_1_2"

Returns the value of attribute security_policy.

Returns:

  • ("TLS_1_0", "TLS_1_2")


968
969
970
# File 'sig/types.rbs', line 968

def security_policy
  @security_policy
end