SharedImageGallerySharingArgs

data class SharedImageGallerySharingArgs(val communityGallery: Output<SharedImageGallerySharingCommunityGalleryArgs>? = null, val permission: Output<String>) : ConvertibleToJava<SharedImageGallerySharingArgs>

Constructors

Link copied to clipboard
constructor(communityGallery: Output<SharedImageGallerySharingCommunityGalleryArgs>? = null, permission: Output<String>)

Properties

Link copied to clipboard

A community_gallery block as defined below. Changing this forces a new resource to be created.

Link copied to clipboard
val permission: Output<String>

The permission of the Shared Image Gallery when sharing. Possible values are Community, Groups and Private. Changing this forces a new resource to be created.

Functions

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