@Stability(value=Stable)
public static interface CfnFlowOutput.VpcInterfaceAttachmentProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowOutput.VpcInterfaceAttachmentProperty.Builder
A builder for
CfnFlowOutput.VpcInterfaceAttachmentProperty |
static class |
CfnFlowOutput.VpcInterfaceAttachmentProperty.Jsii$Proxy
An implementation for
CfnFlowOutput.VpcInterfaceAttachmentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowOutput.VpcInterfaceAttachmentProperty.Builder |
builder() |
default String |
getVpcInterfaceName()
The name of the VPC interface that you want to send your output to.
|
@Stability(value=Stable) @Nullable default String getVpcInterfaceName()
@Stability(value=Stable) static CfnFlowOutput.VpcInterfaceAttachmentProperty.Builder builder()
Copyright © 2022. All rights reserved.