public static final class CfnDashboardProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDashboardProps
CfnDashboardProps
CfnDashboardProps.Builder, CfnDashboardProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAwsAccountId()
The ID of the AWS account where you want to create the dashboard.
|
java.lang.String |
getDashboardId()
The ID for the dashboard, also added to the IAM policy.
|
java.lang.Object |
getDashboardPublishOptions()
Options for publishing the dashboard when you create it:.
|
java.lang.String |
getName()
The display name of the dashboard.
|
java.lang.Object |
getParameters()
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
java.lang.Object |
getPermissions()
A structure that contains the permissions of the dashboard.
|
java.lang.Object |
getSourceEntity()
The entity that you are using as a source when you create the dashboard.
|
java.util.List<CfnTag> |
getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
java.lang.String |
getThemeArn()
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard.
|
java.lang.String |
getVersionDescription()
A description for the first version of the dashboard being created.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAwsAccountId()
CfnDashboardProps
getAwsAccountId
in interface CfnDashboardProps
public final java.lang.String getDashboardId()
CfnDashboardProps
getDashboardId
in interface CfnDashboardProps
public final java.lang.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 CfnDashboardProps
public final java.lang.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 CfnDashboardProps
public final java.lang.String getName()
CfnDashboardProps
getName
in interface CfnDashboardProps
public final java.lang.Object getParameters()
CfnDashboardProps
A dashboard can have any type of parameters, and some parameters might accept multiple values.
getParameters
in interface CfnDashboardProps
public final java.lang.Object getPermissions()
CfnDashboardProps
You 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 CfnDashboardProps
public final java.util.List<CfnTag> getTags()
CfnDashboardProps
getTags
in interface CfnDashboardProps
public final java.lang.String getThemeArn()
CfnDashboardProps
If 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 CfnDashboardProps
public final java.lang.String getVersionDescription()
CfnDashboardProps
getVersionDescription
in interface CfnDashboardProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()