DataExchangeArgs

data class DataExchangeArgs(val dataExchangeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val documentation: Output<String>? = null, val icon: Output<String>? = null, val location: Output<String>? = null, val primaryContact: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<DataExchangeArgs>

Creates a new data exchange. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun DataExchangeArgs(dataExchangeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, documentation: Output<String>? = null, icon: Output<String>? = null, location: Output<String>? = null, primaryContact: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataExchangeArgs

Properties

Link copied to clipboard
val dataExchangeId: Output<String>? = null

Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.

Link copied to clipboard
val description: Output<String>? = null

Optional. Description of the data exchange. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). Default value is an empty string. Max length: 2000 bytes.

Link copied to clipboard
val displayName: Output<String>? = null

Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and must not start or end with spaces. Default value is an empty string. Max length: 63 bytes.

Link copied to clipboard
val documentation: Output<String>? = null

Optional. Documentation describing the data exchange.

Link copied to clipboard
val icon: Output<String>? = null

Optional. Base64 encoded image representing the data exchange. Max Size: 3.0MiB Expected image dimensions are 512x512 pixels, however the API only performs validation on size of the encoded data. Note: For byte fields, the content of the fields are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val primaryContact: Output<String>? = null

Optional. Email or URL of the primary point of contact of the data exchange. Max Length: 1000 bytes.

Link copied to clipboard
val project: Output<String>? = null