awscc.mediaconnect_flowvpcinterface

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - mediaconnect:DescribeFlow, mediaconnect:RemoveFlowVpcInterface

update

Parent base class for filters and actions.

properties:
  RoleArn:
    description: Role Arn MediaConnect can assumes to create ENIs in customer's account.
    type: string
  SecurityGroupIds:
    description: Security Group IDs to be used on ENI.
    items:
      type: string
    type: array
  SubnetId:
    description: Subnet must be in the AZ of the Flow
    type: string
  type:
    enum:
    - update

Permissions - mediaconnect:DescribeFlow, mediaconnect:AddFlowVpcInterfaces, mediaconnect:RemoveFlowVpcInterface