AWS::ElasticLoadBalancingV2::TrustStoreCreates a trust store. You must specify `CaCertificatesBundleS3Bucket` and `CaCertificatesBundleS3Key` . When you create a trust store, you must specify `Name` .
import { CfnTrustStore } from 'aws-cdk-lib/aws-elasticloadbalancingv2';Or use the module namespace:
import * as elasticloadbalancingv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
// elasticloadbalancingv2.CfnTrustStoreConfiguration passed to the constructor as CfnTrustStoreProps.
caCertificatesBundleS3BucketOptionalstringThe Amazon S3 bucket for the ca certificates bundle.
caCertificatesBundleS3KeyOptionalstringThe Amazon S3 path for the ca certificates bundle.
caCertificatesBundleS3ObjectVersionOptionalstringThe Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
nameOptionalstringThe name of the trust store.
tagsOptionalCfnTag[]The tags to assign to 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::TrustStore