AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

TrustStore

A new Trust Store.

Import

import { TrustStore } from 'aws-cdk-lib/aws-elasticloadbalancingv2';

Or use the module namespace:

import * as elasticloadbalancingv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
// elasticloadbalancingv2.TrustStore

Properties

Configuration passed to the constructor as TrustStoreProps.

bucketRequired
IBucketRef

The bucket that the trust store is hosted in.

keyRequired
string

The key in S3 to look at for the trust store.

trustStoreNameOptional
string

The name of the trust store.

Default: - Auto generated

versionOptional
string

The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.

Default: - latest version

Get the Elastic Load Balancing V2 Cheat Sheet

Everything you need to know about Elastic Load Balancing V2 on one page. HD quality, print-friendly.

Download Free Infographic