FlowVpcInterfaceReference
- class aws_cdk.interfaces.aws_mediaconnect.FlowVpcInterfaceReference(*, flow_arn, flow_vpc_interface_name)
Bases:
objectA reference to a FlowVpcInterface resource.
- Parameters:
flow_arn (
str) – The FlowArn of the FlowVpcInterface resource.flow_vpc_interface_name (
str) – The Name of the FlowVpcInterface resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_mediaconnect as interfaces_aws_mediaconnect flow_vpc_interface_reference = interfaces_aws_mediaconnect.FlowVpcInterfaceReference( flow_arn="flowArn", flow_vpc_interface_name="flowVpcInterfaceName" )
Attributes
- flow_arn
The FlowArn of the FlowVpcInterface resource.
- flow_vpc_interface_name
The Name of the FlowVpcInterface resource.