Interface CfnTemplateProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplateProps.Jsii$Proxy
CfnTemplate.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplatePropsstatic final classAn implementation forCfnTemplateProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnTemplateProps.Builderbuilder()The ID for the AWS account that the group is in.default ObjectReturns union: eitherIResolvableorCfnTemplate.TemplateVersionDefinitionPropertydefault StringgetName()A display name for the template.default ObjectA list of resource permissions to be set on the template.default ObjectThe entity that you are using as a source when you create the template.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.An ID for the template that you want to create.default ObjectThe option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.default StringA description of the current template version being created.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
The ID for the AWS account that the group is in.You use the ID for the AWS account that contains your Amazon Quick Sight account.
- See Also:
-
getTemplateId
An ID for the template that you want to create.This template is unique per AWS Region ; in each AWS account.
- See Also:
-
getDefinition
Returns union: eitherIResolvableorCfnTemplate.TemplateVersionDefinitionProperty- See Also:
-
getName
A display name for the template.- See Also:
-
getPermissions
A list of resource permissions to be set on the template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.ResourcePermissionProperty>- See Also:
-
getSourceEntity
The entity that you are using as a source when you create the template.In
SourceEntity, you specify the type of object you're using as source:SourceTemplatefor a template orSourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). ForSourceTemplate, specify the ARN of the source template. ForSourceAnalysis, specify the ARN of the source analysis. TheSourceTemplateARN can contain any AWS account and any Quick Sight-supported AWS Region .Use the
DataSetReferencesentity withinSourceTemplateorSourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.Either a
SourceEntityor aDefinitionmust be provided in order for the request to be valid.Returns union: either
IResolvableorCfnTemplate.TemplateSourceEntityProperty- See Also:
-
getTags
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.- See Also:
-
getValidationStrategy
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.When you set this value to
LENIENT, validation is skipped for specific errors.Returns union: either
IResolvableorCfnTemplate.ValidationStrategyProperty- See Also:
-
getVersionDescription
A description of the current template version being created.This API operation creates the first version of the template. Every time
UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.- See Also:
-
builder
- Returns:
- a
CfnTemplateProps.BuilderofCfnTemplateProps
-