Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ITrustStore
Packages that use ITrustStore
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ITrustStore in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of ITrustStore in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITrustStore.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ITrustStoreModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA new Trust Store.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ITrustStoreModifier and TypeMethodDescriptionstatic ITrustStoreTrustStore.fromTrustStoreArn(software.constructs.Construct scope, String id, String trustStoreArn) Import from ARN.default ITrustStoreMutualAuthentication.getTrustStore()The trust store.final ITrustStoreMutualAuthentication.Jsii$Proxy.getTrustStore()TrustStoreRevocationProps.getTrustStore()The trust store.final ITrustStoreTrustStoreRevocationProps.Jsii$Proxy.getTrustStore()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ITrustStoreModifier and TypeMethodDescriptionMutualAuthentication.Builder.trustStore(ITrustStore trustStore) Sets the value ofMutualAuthentication.getTrustStore()TrustStoreRevocation.Builder.trustStore(ITrustStore trustStore) The trust store.TrustStoreRevocationProps.Builder.trustStore(ITrustStore trustStore) Sets the value ofTrustStoreRevocationProps.getTrustStore()