
com.pulumi.azurenative.insights.inputs.WorkbookTemplateLocalizedGalleryArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.insights.inputs;
import com.pulumi.azurenative.insights.inputs.WorkbookTemplateGalleryArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Object;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Localized template data and gallery information.
*
*/
public final class WorkbookTemplateLocalizedGalleryArgs extends com.pulumi.resources.ResourceArgs {
public static final WorkbookTemplateLocalizedGalleryArgs Empty = new WorkbookTemplateLocalizedGalleryArgs();
/**
* Workbook galleries supported by the template.
*
*/
@Import(name="galleries")
private @Nullable Output> galleries;
/**
* @return Workbook galleries supported by the template.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy