---
type: resource-type
title: Elbv2TrustStore
description: aws resource type AWS::ElasticLoadBalancingV2::TrustStore
name: Elbv2TrustStore
lexicon: aws
resource_type: AWS::ElasticLoadBalancingV2::TrustStore
---
`AWS::ElasticLoadBalancingV2::TrustStore`, a resource type of the aws lexicon.

## Properties

- `CaCertificatesBundleS3Bucket` (`string`, optional): The name of the S3 bucket to fetch the CA certificate bundle from.
- `CaCertificatesBundleS3Key` (`string`, optional): The name of the S3 object to fetch the CA certificate bundle from.
- `CaCertificatesBundleS3ObjectVersion` (`string`, optional): The version of the S3 bucket that contains the CA certificate bundle.
- `Name` (`string`, optional): The name of the trust store.
- `NumberOfCaCertificates` (`number`, optional): The number of certificates associated with the trust store.
- `Status` (`string`, optional): The status of the trust store, could be either of ACTIVE or CREATING.
- `Tags` (`Elbv2TrustStore_Tag[]`, optional): The tags to assign to the trust store.
- `TrustStoreArn` (`string`, optional): The Amazon Resource Name (ARN) of the trust store.

## Attributes

- `NumberOfCaCertificates`
- `Status`
- `TrustStoreArn`
