Stream Args
fun StreamArgs(backfillAll: Output<BackfillAllStrategyArgs>? = null, backfillNone: Output<BackfillNoneStrategyArgs>? = null, customerManagedEncryptionKey: Output<String>? = null, destinationConfig: Output<DestinationConfigArgs>? = null, displayName: Output<String>? = null, force: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, sourceConfig: Output<SourceConfigArgs>? = null, state: Output<StreamState>? = null, streamId: Output<String>? = null)