StaticSiteTemplateOptionsArgs

data class StaticSiteTemplateOptionsArgs(val description: Output<String>? = null, val isPrivate: Output<Boolean>? = null, val owner: Output<String>? = null, val repositoryName: Output<String>? = null, val templateRepositoryUrl: Output<String>? = null) : ConvertibleToJava<StaticSiteTemplateOptionsArgs>

Template Options for the static site.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, isPrivate: Output<Boolean>? = null, owner: Output<String>? = null, repositoryName: Output<String>? = null, templateRepositoryUrl: Output<String>? = null)

Properties

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

Description of the newly generated repository.

Link copied to clipboard
val isPrivate: Output<Boolean>? = null

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

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

Owner of the newly generated repository.

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

Name of the newly generated repository.

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

URL of the template repository. The newly generated repository will be based on this one.

Functions

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