Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IClientCertificateRef
Packages that use IClientCertificateRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IClientCertificateRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IClientCertificateRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClientCertificateRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IClientCertificateRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IClientCertificateRef in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement IClientCertificateRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::ClientCertificateresource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.Methods in software.amazon.awscdk.services.apigateway that return IClientCertificateRefModifier and TypeMethodDescriptionstatic IClientCertificateRefCfnClientCertificate.fromClientCertificateId(software.constructs.Construct scope, String id, String clientCertificateId) Creates a new IClientCertificateRef from a clientCertificateId.