Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.Builder
Packages that use CfnTemplatePropsMixin.Builder
-
Uses of CfnTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.quicksight
Methods in software.amazon.awscdk.cfnpropertymixins.services.quicksight that return CfnTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnTemplatePropsMixin.Builder.awsAccountId(String awsAccountId) The ID for the AWS account that the group is in.CfnTemplatePropsMixin.Builder.create()CfnTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTemplatePropsMixin.Builder.definition(CfnTemplatePropsMixin.TemplateVersionDefinitionProperty definition) CfnTemplatePropsMixin.Builder.definition(IResolvable definition) A display name for the template.CfnTemplatePropsMixin.Builder.permissions(List<? extends Object> permissions) A list of resource permissions to be set on the template.CfnTemplatePropsMixin.Builder.permissions(IResolvable permissions) A list of resource permissions to be set on the template.CfnTemplatePropsMixin.Builder.sourceEntity(CfnTemplatePropsMixin.TemplateSourceEntityProperty sourceEntity) The entity that you are using as a source when you create the template.CfnTemplatePropsMixin.Builder.sourceEntity(IResolvable sourceEntity) The entity that you are using as a source when you create the template.Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.CfnTemplatePropsMixin.Builder.templateId(String templateId) An ID for the template that you want to create.CfnTemplatePropsMixin.Builder.validationStrategy(CfnTemplatePropsMixin.ValidationStrategyProperty validationStrategy) The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.CfnTemplatePropsMixin.Builder.validationStrategy(IResolvable validationStrategy) The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.CfnTemplatePropsMixin.Builder.versionDescription(String versionDescription) A description of the current template version being created.