Class TlsConfig
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TlsConfig.Builder,TlsConfig>
Specifies the TLS configuration for an integration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TlsConfig.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanSpecifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.static Class<? extends TlsConfig.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
insecureSkipVerification
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for
HTTPandHTTP_PROXYintegrations.Enabling
insecureSkipVerificationisn't recommended, especially for integrations with public HTTPS endpoints. If you enableinsecureSkipVerification, you increase the risk of man-in-the-middle attacks.- Returns:
- Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint
is issued by a supported certificate authority. This isn’t recommended, but it enables you to use
certificates that are signed by private certificate authorities, or certificates that are self-signed. If
enabled, API Gateway still performs basic certificate validation, which includes checking the
certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for
HTTPandHTTP_PROXYintegrations.Enabling
insecureSkipVerificationisn't recommended, especially for integrations with public HTTPS endpoints. If you enableinsecureSkipVerification, you increase the risk of man-in-the-middle attacks.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TlsConfig.Builder,TlsConfig>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-