Class CfnTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplateMixinProps
CfnTemplateMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplateMixinProps
CfnTemplateMixinProps.Builder, CfnTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTemplateMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplateMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID for the AWS account that the group is in.final ObjectReturns union: eitherIResolvableorCfnTemplatePropsMixin.TemplateVersionDefinitionPropertyfinal StringgetName()A display name for the template.final ObjectA list of resource permissions to be set on the template.final 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.final StringAn ID for the template that you want to create.final ObjectThe option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.final StringA description of the current template version being created.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTemplateMixinProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnTemplateMixinPropsThe 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.
- Specified by:
getAwsAccountIdin interfaceCfnTemplateMixinProps- See Also:
-
getDefinition
Description copied from interface:CfnTemplateMixinPropsReturns union: eitherIResolvableorCfnTemplatePropsMixin.TemplateVersionDefinitionProperty- Specified by:
getDefinitionin interfaceCfnTemplateMixinProps- See Also:
-
getName
Description copied from interface:CfnTemplateMixinPropsA display name for the template.- Specified by:
getNamein interfaceCfnTemplateMixinProps- See Also:
-
getPermissions
Description copied from interface:CfnTemplateMixinPropsA list of resource permissions to be set on the template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplatePropsMixin.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnTemplateMixinProps- See Also:
-
getSourceEntity
Description copied from interface:CfnTemplateMixinPropsThe 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
IResolvableorCfnTemplatePropsMixin.TemplateSourceEntityProperty- Specified by:
getSourceEntityin interfaceCfnTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnTemplateMixinPropsContains a map of the key-value pairs for the resource tag or tags assigned to the resource.- Specified by:
getTagsin interfaceCfnTemplateMixinProps- See Also:
-
getTemplateId
Description copied from interface:CfnTemplateMixinPropsAn ID for the template that you want to create.This template is unique per AWS Region ; in each AWS account.
- Specified by:
getTemplateIdin interfaceCfnTemplateMixinProps- See Also:
-
getValidationStrategy
Description copied from interface:CfnTemplateMixinPropsThe 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
IResolvableorCfnTemplatePropsMixin.ValidationStrategyProperty- Specified by:
getValidationStrategyin interfaceCfnTemplateMixinProps- See Also:
-
getVersionDescription
Description copied from interface:CfnTemplateMixinPropsA 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.- Specified by:
getVersionDescriptionin interfaceCfnTemplateMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-