interface ITrustStoreRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.ITrustStoreRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#ITrustStoreRef |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.ITrustStoreRef |
Python | aws_cdk.aws_elasticloadbalancingv2.ITrustStoreRef |
TypeScript | aws-cdk-lib » aws_elasticloadbalancingv2 » ITrustStoreRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a TrustStore.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| trust | Trust | A reference to a TrustStore resource. |
node
Type:
Node
The tree node.
trustStoreRef
Type:
Trust
A reference to a TrustStore resource.

.NET
Go
Java
Python
TypeScript