Channel

class Channel : KotlinCustomResource

Creates a new channel in the specified site.

Properties

Link copied to clipboard
val channelId: Output<String>

Required. Immutable. A unique ID within the site that identifies the channel.

Link copied to clipboard
val createTime: Output<String>

The time at which the channel was created.

Link copied to clipboard
val expireTime: Output<String>

The time at which the channel will be automatically deleted. If null, the channel will not be automatically deleted. This field is present in the output whether it's set directly or via the ttl field.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Text labels used for extra metadata and/or filtering.

Link copied to clipboard
val name: Output<String>

The fully-qualified resource name for the channel, in the format: sites/ SITE_ID/channels/CHANNEL_ID

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

The current release for the channel, if any.

Link copied to clipboard

The number of previous releases to retain on the channel for rollback or other purposes. Must be a number between 1-100. Defaults to 10 for new channels.

Link copied to clipboard
val siteId: Output<String>
Link copied to clipboard
val ttl: Output<String>

Input only. A time-to-live for this channel. Sets expire_time to the provided duration past the time of the request.

Link copied to clipboard
val updateTime: Output<String>

The time at which the channel was last updated.

Link copied to clipboard
val url: Output<String>

The URL at which the content of this channel's current release can be viewed. This URL is a Firebase-provided subdomain of web.app. The content of this channel's current release can also be viewed at the Firebase-provided subdomain of firebaseapp.com. If this channel is the live channel for the Hosting site, then the content of this channel's current release can also be viewed at any connected custom domains.

Link copied to clipboard
val urn: Output<String>