Interface CfnFlowSource.VpcInterfaceAttachmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowSource.VpcInterfaceAttachmentProperty.Jsii$Proxy
- Enclosing class:
CfnFlowSource
@Stability(Stable)
public static interface CfnFlowSource.VpcInterfaceAttachmentProperty
extends software.amazon.jsii.JsiiSerializable
The settings for attaching a VPC interface to an 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.services.mediaconnect.*;
VpcInterfaceAttachmentProperty vpcInterfaceAttachmentProperty = VpcInterfaceAttachmentProperty.builder()
.vpcInterfaceName("vpcInterfaceName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowSource.VpcInterfaceAttachmentPropertystatic final classAn implementation forCfnFlowSource.VpcInterfaceAttachmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcInterfaceName
The name of the VPC interface to use for this resource.- See Also:
-
builder
-