Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTrustStoreRevocationPropsMixin.Builder
Packages that use CfnTrustStoreRevocationPropsMixin.Builder
-
Uses of CfnTrustStoreRevocationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2 that return CfnTrustStoreRevocationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTrustStoreRevocationPropsMixin.Builder.create()CfnTrustStoreRevocationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTrustStoreRevocationPropsMixin.Builder.revocationContents(List<? extends Object> revocationContents) The revocation file to add.CfnTrustStoreRevocationPropsMixin.Builder.revocationContents(IResolvable revocationContents) The revocation file to add.CfnTrustStoreRevocationPropsMixin.Builder.trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.