AWS::ElasticLoadBalancingV2::TrustStoreRevocationAdds the specified revocation contents to the specified trust store. You must specify `TrustStoreArn` .
import { CfnTrustStoreRevocation } from 'aws-cdk-lib/aws-elasticloadbalancingv2';Or use the module namespace:
import * as elasticloadbalancingv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
// elasticloadbalancingv2.CfnTrustStoreRevocationConfiguration passed to the constructor as CfnTrustStoreRevocationProps.
revocationContentsOptionalIResolvable | IResolvable | RevocationContentProperty[]The revocation file to add.
trustStoreArnOptionalstringThe Amazon Resource Name (ARN) of the trust store.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Elastic Load Balancing V2 on one page. HD quality, print-friendly.
Download Free Infographicaws-elasticloadbalancingv2AWS::ElasticLoadBalancingV2::TrustStoreRevocation