Output constructor
Output({})
Implementation
Output({
required this.name,
required this.outputArn,
this.dataTransferSubscriberFeePercent,
this.description,
this.destination,
this.encryption,
this.entitlementArn,
this.mediaLiveInputArn,
this.port,
this.transport,
this.vpcInterfaceAttachment,
});