Class CfnTemplateProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplateProps.Jsii$Proxy
All Implemented Interfaces:
CfnTemplateProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTemplateProps

@Stability(Stable) @Internal public static final class CfnTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTemplateProps
An implementation for CfnTemplateProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplateProps

    CfnTemplateProps.Builder, CfnTemplateProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnTemplateProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The ID for the AWS account that the group is in.
    final Object
    AWS::QuickSight::Template.Definition.
    final String
    A display name for the template.
    final Object
    A list of resource permissions to be set on the template.
    final Object
    The entity that you are using as a source when you create the template.
    final List<CfnTag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
    final String
    An ID for the template that you want to create.
    final String
    A description of the current template version being created.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnTemplateProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTemplateProps.Builder.
  • Method Details

    • getAwsAccountId

      public final String getAwsAccountId()
      Description copied from interface: CfnTemplateProps
      The ID for the AWS account that the group is in.

      You use the ID for the AWS account that contains your Amazon QuickSight account.

      Specified by:
      getAwsAccountId in interface CfnTemplateProps
    • getTemplateId

      public final String getTemplateId()
      Description copied from interface: CfnTemplateProps
      An ID for the template that you want to create.

      This template is unique per AWS Region ; in each AWS account.

      Specified by:
      getTemplateId in interface CfnTemplateProps
    • getDefinition

      public final Object getDefinition()
      Description copied from interface: CfnTemplateProps
      AWS::QuickSight::Template.Definition.
      Specified by:
      getDefinition in interface CfnTemplateProps
    • getName

      public final String getName()
      Description copied from interface: CfnTemplateProps
      A display name for the template.
      Specified by:
      getName in interface CfnTemplateProps
    • getPermissions

      public final Object getPermissions()
      Description copied from interface: CfnTemplateProps
      A list of resource permissions to be set on the template.
      Specified by:
      getPermissions in interface CfnTemplateProps
    • getSourceEntity

      public final Object getSourceEntity()
      Description copied from interface: CfnTemplateProps
      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: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate , specify the ARN of the source template. For SourceAnalysis , specify the ARN of the source analysis. The SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

      Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

      Either a SourceEntity or a Definition must be provided in order for the request to be valid.

      Specified by:
      getSourceEntity in interface CfnTemplateProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnTemplateProps
      Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
      Specified by:
      getTags in interface CfnTemplateProps
    • getVersionDescription

      public final String getVersionDescription()
      Description copied from interface: CfnTemplateProps
      A description of the current template version being created.

      This API operation creates the first version of the template. Every time UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.

      Specified by:
      getVersionDescription in interface CfnTemplateProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object