SharedImageGallerySharingCommunityGalleryArgs

data class SharedImageGallerySharingCommunityGalleryArgs(val eula: Output<String>, val name: Output<String>? = null, val prefix: Output<String>, val publisherEmail: Output<String>, val publisherUri: Output<String>) : ConvertibleToJava<SharedImageGallerySharingCommunityGalleryArgs>

Constructors

constructor(eula: Output<String>, name: Output<String>? = null, prefix: Output<String>, publisherEmail: Output<String>, publisherUri: Output<String>)

Properties

Link copied to clipboard
val eula: Output<String>

The End User Licence Agreement for the Shared Image Gallery. Changing this forces a new resource to be created.

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

Specifies the name of the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard
val prefix: Output<String>

Prefix of the community public name for the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard
val publisherEmail: Output<String>

Email of the publisher for the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard
val publisherUri: Output<String>

URI of the publisher for the Shared Image Gallery. Changing this forces a new resource to be created.

Functions

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