@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.480Z") @Stability(value=Stable) public interface CfnFlowVpcInterfaceProps 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.*;
CfnFlowVpcInterfaceProps cfnFlowVpcInterfaceProps = CfnFlowVpcInterfaceProps.builder()
.flowArn("flowArn")
.name("name")
.roleArn("roleArn")
.securityGroupIds(List.of("securityGroupIds"))
.subnetId("subnetId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowVpcInterfaceProps.Builder
A builder for
CfnFlowVpcInterfaceProps |
static class |
CfnFlowVpcInterfaceProps.Jsii$Proxy
An implementation for
CfnFlowVpcInterfaceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowVpcInterfaceProps.Builder |
builder() |
String |
getFlowArn()
`AWS::MediaConnect::FlowVpcInterface.FlowArn`.
|
String |
getName()
`AWS::MediaConnect::FlowVpcInterface.Name`.
|
String |
getRoleArn()
`AWS::MediaConnect::FlowVpcInterface.RoleArn`.
|
List<String> |
getSecurityGroupIds()
`AWS::MediaConnect::FlowVpcInterface.SecurityGroupIds`.
|
String |
getSubnetId()
`AWS::MediaConnect::FlowVpcInterface.SubnetId`.
|
@Stability(value=Stable) @NotNull String getFlowArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull List<String> getSecurityGroupIds()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnFlowVpcInterfaceProps.Builder builder()
CfnFlowVpcInterfaceProps.Builder of CfnFlowVpcInterfacePropsCopyright © 2021. All rights reserved.