AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ElasticLoadBalancingV2::TrustStore

CfnTrustStore

Creates a trust store. You must specify `CaCertificatesBundleS3Bucket` and `CaCertificatesBundleS3Key` . When you create a trust store, you must specify `Name` .

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnTrustStoreProps.

caCertificatesBundleS3BucketOptional
string

The Amazon S3 bucket for the ca certificates bundle.

caCertificatesBundleS3KeyOptional
string

The Amazon S3 path for the ca certificates bundle.

caCertificatesBundleS3ObjectVersionOptional
string

The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.

nameOptional
string

The name of the trust store.

tagsOptional
CfnTag[]

The tags to assign to the trust store.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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