Listing

class Listing : KotlinCustomResource

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

Properties

Link copied to clipboard

Shared dataset i.e. BigQuery dataset source.

Link copied to clipboard
val categories: Output<List<String>>

Optional. Categories of the listing. Up to two categories are allowed.

Link copied to clipboard
val dataExchangeId: Output<String>
Link copied to clipboard

Optional. Details of the data provider who owns the source data.

Link copied to clipboard
val description: Output<String>

Optional. Short description of the listing. The description must not contain Unicode non-characters and 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>

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

Link copied to clipboard
val documentation: Output<String>

Optional. Documentation describing the listing.

Link copied to clipboard
val icon: Output<String>

Optional. Base64 encoded image representing the listing. 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 contents of the field are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val listingId: Output<String>

Required. The ID of the listing to create. 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 location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456

Link copied to clipboard
val primaryContact: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard

Optional. Details of the publisher who owns the listing and who can share the source data.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestAccess: Output<String>

Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.

Link copied to clipboard
val state: Output<String>

Current state of the listing.

Link copied to clipboard
val urn: Output<String>