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

.NET
Go
Java
Python
TypeScript