interface TrustStoreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticLoadBalancingV2.TrustStoreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#TrustStoreReference |
![]() | software.amazon.awscdk.services.elasticloadbalancingv2.TrustStoreReference |
![]() | aws_cdk.aws_elasticloadbalancingv2.TrustStoreReference |
![]() | aws-cdk-lib » aws_elasticloadbalancingv2 » TrustStoreReference |
A reference to a TrustStore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticloadbalancingv2 as elbv2 } from 'aws-cdk-lib';
const trustStoreReference: elbv2.TrustStoreReference = {
trustStoreArn: 'trustStoreArn',
};
Properties
Name | Type | Description |
---|---|---|
trust | string | The TrustStoreArn of the TrustStore resource. |
trustStoreArn
Type:
string
The TrustStoreArn of the TrustStore resource.