Class CfnDashboardProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDashboardProps
CfnDashboardProps-
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.services.quicksight.CfnDashboardProps
CfnDashboardProps.Builder, CfnDashboardProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDashboardProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDashboardProps.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 of the AWS account where you want to create the dashboard.final StringThe ID for the dashboard, also added to the IAM policy.final ObjectOptions for publishing the dashboard when you create it:.final ObjectAWS::QuickSight::Dashboard.Definition.final StringgetName()The display name of the dashboard.final ObjectThe parameters for the creation of the dashboard, which you want to use to override the default settings.final ObjectA structure that contains the permissions of the dashboard.final ObjectThe entity that you are using as a source when you create the dashboard.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.final StringThe Amazon Resource Name (ARN) of the theme that is being used for this dashboard.final StringA description for the first version of the dashboard 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 theCfnDashboardProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnDashboardPropsThe ID of the AWS account where you want to create the dashboard.- Specified by:
getAwsAccountIdin interfaceCfnDashboardProps
-
getDashboardId
Description copied from interface:CfnDashboardPropsThe ID for the dashboard, also added to the IAM policy.- Specified by:
getDashboardIdin interfaceCfnDashboardProps
-
getName
Description copied from interface:CfnDashboardPropsThe display name of the dashboard.- Specified by:
getNamein interfaceCfnDashboardProps
-
getDashboardPublishOptions
Description copied from interface:CfnDashboardPropsOptions for publishing the dashboard when you create it:.AvailabilityStatusforAdHocFilteringOption- This status can be eitherENABLEDorDISABLED. When this is set toDISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLEDby default.AvailabilityStatusforExportToCSVOption- This status can be eitherENABLEDorDISABLED. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED. This option isENABLEDby default.VisibilityStateforSheetControlsOption- This visibility state can be eitherCOLLAPSEDorEXPANDED. This option isCOLLAPSEDby default.
- Specified by:
getDashboardPublishOptionsin interfaceCfnDashboardProps
-
getDefinition
Description copied from interface:CfnDashboardPropsAWS::QuickSight::Dashboard.Definition.- Specified by:
getDefinitionin interfaceCfnDashboardProps
-
getParameters
Description copied from interface:CfnDashboardPropsThe parameters for the creation of the dashboard, which you want to use to override the default settings.A dashboard can have any type of parameters, and some parameters might accept multiple values.
- Specified by:
getParametersin interfaceCfnDashboardProps
-
getPermissions
Description copied from interface:CfnDashboardPropsA structure that contains the permissions of the dashboard.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.
- Specified by:
getPermissionsin interfaceCfnDashboardProps
-
getSourceEntity
Description copied from interface:CfnDashboardPropsThe entity that you are using as a source when you create the dashboard.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 aSourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplateAPI operation. ForSourceTemplate, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferencesentity withinSourceTemplateto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Specified by:
getSourceEntityin interfaceCfnDashboardProps
-
getTags
Description copied from interface:CfnDashboardPropsContains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.- Specified by:
getTagsin interfaceCfnDashboardProps
-
getThemeArn
Description copied from interface:CfnDashboardPropsThe Amazon Resource Name (ARN) of the theme that is being used for this dashboard.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.
- Specified by:
getThemeArnin interfaceCfnDashboardProps
-
getVersionDescription
Description copied from interface:CfnDashboardPropsA description for the first version of the dashboard being created.- Specified by:
getVersionDescriptionin interfaceCfnDashboardProps
-
$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()
-