@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:55.796Z")
public interface CfnFlowVpcInterfaceProps
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() |
java.lang.String |
getFlowArn()
The Amazon Resource Name (ARN) of the flow.
|
java.lang.String |
getName()
The name of the VPC Interface.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.
|
java.util.List<java.lang.String> |
getSecurityGroupIds()
The VPC security groups that you want MediaConnect to use for your VPC configuration.
|
java.lang.String |
getSubnetId()
The subnet IDs that you want to use for your VPC interface.
|
java.lang.String getFlowArn()
java.lang.String getName()
This value must be unique within the current flow.
java.lang.String getRoleArn()
java.util.List<java.lang.String> getSecurityGroupIds()
You must include at least one security group in the request.
java.lang.String getSubnetId()
A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block.
The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
static CfnFlowVpcInterfaceProps.Builder builder()
CfnFlowVpcInterfaceProps.Builder
of CfnFlowVpcInterfaceProps