Uses of Interface
software.amazon.awscdk.interfaces.elasticloadbalancingv2.ITrustStoreRef
Packages that use ITrustStoreRef
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ITrustStoreRef in software.amazon.awscdk.interfaces.elasticloadbalancingv2
Subinterfaces of ITrustStoreRef in software.amazon.awscdk.interfaces.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITrustStoreRef.Classes in software.amazon.awscdk.interfaces.elasticloadbalancingv2 that implement ITrustStoreRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITrustStoreRef in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of ITrustStoreRef in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptioninterfaceRepresents a Trust Store.static interfaceInternal default implementation forITrustStore.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ITrustStoreRefModifier and TypeClassDescriptionclassCreates a trust store.static 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 ITrustStoreRefModifier and TypeMethodDescriptiondefault ITrustStoreRefMutualAuthentication.getTrustStore()The trust store.final ITrustStoreRefMutualAuthentication.Jsii$Proxy.getTrustStore()TrustStoreRevocationProps.getTrustStore()The trust store.final ITrustStoreRefTrustStoreRevocationProps.Jsii$Proxy.getTrustStore()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ITrustStoreRefModifier and TypeMethodDescriptionstatic StringCfnTrustStore.arnForTrustStore(ITrustStoreRef resource) MutualAuthentication.Builder.trustStore(ITrustStoreRef trustStore) Sets the value ofMutualAuthentication.getTrustStore()TrustStoreRevocation.Builder.trustStore(ITrustStoreRef trustStore) The trust store.TrustStoreRevocationProps.Builder.trustStore(ITrustStoreRef trustStore) Sets the value ofTrustStoreRevocationProps.getTrustStore()