@Stability(value=Stable) @Internal public static final class CfnDashboardProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDashboardProps
CfnDashboardPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDashboardProps.Builder, CfnDashboardProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDashboardProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDashboardProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAwsAccountId()
The ID of the AWS account where you want to create the dashboard.
|
String |
getDashboardId()
The ID for the dashboard, also added to the IAM policy.
|
Object |
getDashboardPublishOptions()
Options for publishing the dashboard when you create it:.
|
String |
getName()
The display name of the dashboard.
|
Object |
getParameters()
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
Object |
getPermissions()
A structure that contains the permissions of the dashboard.
|
Object |
getSourceEntity()
The entity that you are using as a source when you create the dashboard.
|
List<CfnTag> |
getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
String |
getThemeArn()
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.
|
String |
getVersionDescription()
A description for the first version of the dashboard being created.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDashboardProps.Builder builder)
CfnDashboardProps.Builder.public final String getAwsAccountId()
CfnDashboardPropsgetAwsAccountId in interface CfnDashboardPropspublic final String getDashboardId()
CfnDashboardPropsgetDashboardId in interface CfnDashboardPropspublic final Object getSourceEntity()
CfnDashboardProps
In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .
Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
getSourceEntity in interface CfnDashboardPropspublic final Object getDashboardPublishOptions()
CfnDashboardProps
AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.getDashboardPublishOptions in interface CfnDashboardPropspublic final String getName()
CfnDashboardPropsgetName in interface CfnDashboardPropspublic final Object getParameters()
CfnDashboardPropsA dashboard can have any type of parameters, and some parameters might accept multiple values.
getParameters in interface CfnDashboardPropspublic final Object getPermissions()
CfnDashboardPropsYou can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
getPermissions in interface CfnDashboardPropspublic final List<CfnTag> getTags()
CfnDashboardPropsgetTags in interface CfnDashboardPropspublic final String getThemeArn()
CfnDashboardPropsIf you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
getThemeArn in interface CfnDashboardPropspublic final String getVersionDescription()
CfnDashboardPropsgetVersionDescription in interface CfnDashboardProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.