Interface CfnTransitGatewayConnectMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayConnectMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:25.427Z")
@Stability(Stable)
public interface CfnTransitGatewayConnectMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransitGatewayConnectPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.ec2.mixins.*;
CfnTransitGatewayConnectMixinProps cfnTransitGatewayConnectMixinProps = CfnTransitGatewayConnectMixinProps.builder()
.options(TransitGatewayConnectOptionsProperty.builder()
.protocol("protocol")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.transportTransitGatewayAttachmentId("transportTransitGatewayAttachmentId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayConnectMixinPropsstatic final classAn implementation forCfnTransitGatewayConnectMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOptions
The Connect attachment options.- protocol (gre)
Returns union: either
IResolvableorCfnTransitGatewayConnectPropsMixin.TransitGatewayConnectOptionsProperty- See Also:
-
getTags
The tags for the attachment.- See Also:
-
getTransportTransitGatewayAttachmentId
The ID of the attachment from which the Connect attachment was created.- See Also:
-
builder
-