Interface TransitGatewayPolicyTableAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TransitGatewayPolicyTableAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:14.397Z")
@Stability(Stable)
public interface TransitGatewayPolicyTableAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a TransitGatewayPolicyTableAssociation resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.ec2.*;
TransitGatewayPolicyTableAssociationReference transitGatewayPolicyTableAssociationReference = TransitGatewayPolicyTableAssociationReference.builder()
.transitGatewayAttachmentId("transitGatewayAttachmentId")
.transitGatewayPolicyTableId("transitGatewayPolicyTableId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTransitGatewayPolicyTableAssociationReferencestatic final classAn implementation forTransitGatewayPolicyTableAssociationReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The TransitGatewayAttachmentId of the TransitGatewayPolicyTableAssociation resource.The TransitGatewayPolicyTableId of the TransitGatewayPolicyTableAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTransitGatewayAttachmentId
The TransitGatewayAttachmentId of the TransitGatewayPolicyTableAssociation resource. -
getTransitGatewayPolicyTableId
The TransitGatewayPolicyTableId of the TransitGatewayPolicyTableAssociation resource. -
builder
-