We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.getDashboard
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of the AWS::QuickSight::Dashboard Resource Type.
Using getDashboard
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDashboard(args: GetDashboardArgs, opts?: InvokeOptions): Promise<GetDashboardResult>
function getDashboardOutput(args: GetDashboardOutputArgs, opts?: InvokeOptions): Output<GetDashboardResult>
def get_dashboard(aws_account_id: Optional[str] = None,
dashboard_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDashboardResult
def get_dashboard_output(aws_account_id: Optional[pulumi.Input[str]] = None,
dashboard_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDashboardResult]
func LookupDashboard(ctx *Context, args *LookupDashboardArgs, opts ...InvokeOption) (*LookupDashboardResult, error)
func LookupDashboardOutput(ctx *Context, args *LookupDashboardOutputArgs, opts ...InvokeOption) LookupDashboardResultOutput
> Note: This function is named LookupDashboard
in the Go SDK.
public static class GetDashboard
{
public static Task<GetDashboardResult> InvokeAsync(GetDashboardArgs args, InvokeOptions? opts = null)
public static Output<GetDashboardResult> Invoke(GetDashboardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDashboardResult> getDashboard(GetDashboardArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:quicksight:getDashboard
arguments:
# arguments dictionary
The following arguments are supported:
- Aws
Account stringId - The ID of the AWS account where you want to create the dashboard.
- Dashboard
Id string - The ID for the dashboard, also added to the IAM policy.
- Aws
Account stringId - The ID of the AWS account where you want to create the dashboard.
- Dashboard
Id string - The ID for the dashboard, also added to the IAM policy.
- aws
Account StringId - The ID of the AWS account where you want to create the dashboard.
- dashboard
Id String - The ID for the dashboard, also added to the IAM policy.
- aws
Account stringId - The ID of the AWS account where you want to create the dashboard.
- dashboard
Id string - The ID for the dashboard, also added to the IAM policy.
- aws_
account_ strid - The ID of the AWS account where you want to create the dashboard.
- dashboard_
id str - The ID for the dashboard, also added to the IAM policy.
- aws
Account StringId - The ID of the AWS account where you want to create the dashboard.
- dashboard
Id String - The ID for the dashboard, also added to the IAM policy.
getDashboard Result
The following output properties are available:
- Arn string
- Created
Time string - Last
Published stringTime - Last
Updated stringTime - Link
Entities List<string> - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Name string
- The display name of the dashboard.
- Permissions
List<Pulumi.
Aws Native. Quick Sight. Outputs. Dashboard Resource Permission> A 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.
- List<Pulumi.
Aws Native. Outputs. Tag> - Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- Version
Pulumi.
Aws Native. Quick Sight. Outputs. Dashboard Version
- Arn string
- Created
Time string - Last
Published stringTime - Last
Updated stringTime - Link
Entities []string - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Name string
- The display name of the dashboard.
- Permissions
[]Dashboard
Resource Permission A 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.
- Tag
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- Version
Dashboard
Version
- arn String
- created
Time String - last
Published StringTime - last
Updated StringTime - link
Entities List<String> - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- name String
- The display name of the dashboard.
- permissions
List<Dashboard
Resource Permission> A 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.
- List<Tag>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- version
Dashboard
Version
- arn string
- created
Time string - last
Published stringTime - last
Updated stringTime - link
Entities string[] - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- name string
- The display name of the dashboard.
- permissions
Dashboard
Resource Permission[] A 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.
- Tag[]
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- version
Dashboard
Version
- arn str
- created_
time str - last_
published_ strtime - last_
updated_ strtime - link_
entities Sequence[str] - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- name str
- The display name of the dashboard.
- permissions
Sequence[Dashboard
Resource Permission] A 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.
- Sequence[root_Tag]
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- version
Dashboard
Version
- arn String
- created
Time String - last
Published StringTime - last
Updated StringTime - link
Entities List<String> - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- name String
- The display name of the dashboard.
- permissions List<Property Map>
A 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.
- List<Property Map>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- version Property Map
Supporting Types
DashboardBehavior
DashboardColumnIdentifier
- Column
Name string - The name of the column.
- Data
Set stringIdentifier - The data set that the column belongs to.
- Column
Name string - The name of the column.
- Data
Set stringIdentifier - The data set that the column belongs to.
- column
Name String - The name of the column.
- data
Set StringIdentifier - The data set that the column belongs to.
- column
Name string - The name of the column.
- data
Set stringIdentifier - The data set that the column belongs to.
- column_
name str - The name of the column.
- data_
set_ stridentifier - The data set that the column belongs to.
- column
Name String - The name of the column.
- data
Set StringIdentifier - The data set that the column belongs to.
DashboardCustomActionNavigationOperation
- Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Property Map
- The configuration that chooses the navigation target.
DashboardCustomActionSetParametersOperation
- Parameter
Value List<Pulumi.Configurations Aws Native. Quick Sight. Inputs. Dashboard Set Parameter Value Configuration> - The parameter that determines the value configuration.
- Parameter
Value []DashboardConfigurations Set Parameter Value Configuration - The parameter that determines the value configuration.
- parameter
Value List<DashboardConfigurations Set Parameter Value Configuration> - The parameter that determines the value configuration.
- parameter
Value DashboardConfigurations Set Parameter Value Configuration[] - The parameter that determines the value configuration.
- parameter_
value_ Sequence[Dashboardconfigurations Set Parameter Value Configuration] - The parameter that determines the value configuration.
- parameter
Value List<Property Map>Configurations - The parameter that determines the value configuration.
DashboardCustomActionUrlOperation
- Url
Target Pulumi.Aws Native. Quick Sight. Dashboard Url Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- Url
Template string - THe URL link of the
CustomActionURLOperation
.
- Url
Target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- Url
Template string - THe URL link of the
CustomActionURLOperation
.
- url
Target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url
Template String - THe URL link of the
CustomActionURLOperation
.
- url
Target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url
Template string - THe URL link of the
CustomActionURLOperation
.
- url_
target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url_
template str - THe URL link of the
CustomActionURLOperation
.
- url
Target "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB" The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url
Template String - THe URL link of the
CustomActionURLOperation
.
DashboardCustomParameterValues
- Date
Time List<string>Values - A list of datetime-type parameter values.
- Decimal
Values List<double> - A list of decimal-type parameter values.
- Integer
Values List<double> - A list of integer-type parameter values.
- String
Values List<string> - A list of string-type parameter values.
- Date
Time []stringValues - A list of datetime-type parameter values.
- Decimal
Values []float64 - A list of decimal-type parameter values.
- Integer
Values []float64 - A list of integer-type parameter values.
- String
Values []string - A list of string-type parameter values.
- date
Time List<String>Values - A list of datetime-type parameter values.
- decimal
Values List<Double> - A list of decimal-type parameter values.
- integer
Values List<Double> - A list of integer-type parameter values.
- string
Values List<String> - A list of string-type parameter values.
- date
Time string[]Values - A list of datetime-type parameter values.
- decimal
Values number[] - A list of decimal-type parameter values.
- integer
Values number[] - A list of integer-type parameter values.
- string
Values string[] - A list of string-type parameter values.
- date_
time_ Sequence[str]values - A list of datetime-type parameter values.
- decimal_
values Sequence[float] - A list of decimal-type parameter values.
- integer_
values Sequence[float] - A list of integer-type parameter values.
- string_
values Sequence[str] - A list of string-type parameter values.
- date
Time List<String>Values - A list of datetime-type parameter values.
- decimal
Values List<Number> - A list of decimal-type parameter values.
- integer
Values List<Number> - A list of integer-type parameter values.
- string
Values List<String> - A list of string-type parameter values.
DashboardCustomValuesConfiguration
- Custom
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Custom Parameter Values - Include
Null boolValue - Includes the null value in custom action parameter values.
- Custom
Values DashboardCustom Parameter Values - Include
Null boolValue - Includes the null value in custom action parameter values.
- custom
Values DashboardCustom Parameter Values - include
Null BooleanValue - Includes the null value in custom action parameter values.
- custom
Values DashboardCustom Parameter Values - include
Null booleanValue - Includes the null value in custom action parameter values.
- custom_
values DashboardCustom Parameter Values - include_
null_ boolvalue - Includes the null value in custom action parameter values.
- custom
Values Property Map - include
Null BooleanValue - Includes the null value in custom action parameter values.
DashboardDestinationParameterValueConfiguration
- Custom
Values Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - Select
All Pulumi.Value Options Aws Native. Quick Sight. Dashboard Select All Value Options - The configuration that selects all options.
- Source
Column Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - A column of a data set.
- Source
Field string - The source field ID of the destination parameter.
- Source
Parameter stringName - The source parameter name of the destination parameter.
- Custom
Values DashboardConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - Select
All DashboardValue Options Select All Value Options - The configuration that selects all options.
- Source
Column DashboardColumn Identifier - A column of a data set.
- Source
Field string - The source field ID of the destination parameter.
- Source
Parameter stringName - The source parameter name of the destination parameter.
- custom
Values DashboardConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All DashboardValue Options Select All Value Options - The configuration that selects all options.
- source
Column DashboardColumn Identifier - A column of a data set.
- source
Field String - The source field ID of the destination parameter.
- source
Parameter StringName - The source parameter name of the destination parameter.
- custom
Values DashboardConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All DashboardValue Options Select All Value Options - The configuration that selects all options.
- source
Column DashboardColumn Identifier - A column of a data set.
- source
Field string - The source field ID of the destination parameter.
- source
Parameter stringName - The source parameter name of the destination parameter.
- custom_
values_ Dashboardconfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select_
all_ Dashboardvalue_ options Select All Value Options - The configuration that selects all options.
- source_
column DashboardColumn Identifier - A column of a data set.
- source_
field str - The source field ID of the destination parameter.
- source_
parameter_ strname - The source parameter name of the destination parameter.
- custom
Values Property MapConfiguration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All "ALL_VALUES"Value Options - The configuration that selects all options.
- source
Column Property Map - A column of a data set.
- source
Field String - The source field ID of the destination parameter.
- source
Parameter StringName - The source parameter name of the destination parameter.
DashboardEntity
- Path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- Path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path String
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path str
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path String
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
DashboardError
- message String
- type "ACCESS_DENIED" | "SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "PARAMETER_VALUE_INCOMPATIBLE" | "PARAMETER_TYPE_INVALID" | "PARAMETER_NOT_FOUND" | "COLUMN_TYPE_MISMATCH" | "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" | "COLUMN_REPLACEMENT_MISSING"
- Type.
- violated
Entities List<Property Map>
DashboardErrorType
DashboardImageCustomAction
- Action
Operations List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Image Custom Action Operation> A list of
ImageCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Custom
Action stringId - The ID of the custom action.
- Name string
- The name of the custom action.
- Trigger
Pulumi.
Aws Native. Quick Sight. Dashboard Image Custom Action Trigger The trigger of the
VisualCustomAction
.Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
- Status
Pulumi.
Aws Native. Quick Sight. Dashboard Widget Status - The status of the custom action.
- Action
Operations []DashboardImage Custom Action Operation A list of
ImageCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Custom
Action stringId - The ID of the custom action.
- Name string
- The name of the custom action.
- Trigger
Dashboard
Image Custom Action Trigger The trigger of the
VisualCustomAction
.Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
- Status
Dashboard
Widget Status - The status of the custom action.
- action
Operations List<DashboardImage Custom Action Operation> A list of
ImageCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- custom
Action StringId - The ID of the custom action.
- name String
- The name of the custom action.
- trigger
Dashboard
Image Custom Action Trigger The trigger of the
VisualCustomAction
.Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
- status
Dashboard
Widget Status - The status of the custom action.
- action
Operations DashboardImage Custom Action Operation[] A list of
ImageCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- custom
Action stringId - The ID of the custom action.
- name string
- The name of the custom action.
- trigger
Dashboard
Image Custom Action Trigger The trigger of the
VisualCustomAction
.Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
- status
Dashboard
Widget Status - The status of the custom action.
- action_
operations Sequence[DashboardImage Custom Action Operation] A list of
ImageCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- custom_
action_ strid - The ID of the custom action.
- name str
- The name of the custom action.
- trigger
Dashboard
Image Custom Action Trigger The trigger of the
VisualCustomAction
.Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
- status
Dashboard
Widget Status - The status of the custom action.
- action
Operations List<Property Map> A list of
ImageCustomActionOperations
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- custom
Action StringId - The ID of the custom action.
- name String
- The name of the custom action.
- trigger "CLICK" | "MENU"
The trigger of the
VisualCustomAction
.Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
- status "ENABLED" | "DISABLED"
- The status of the custom action.
DashboardImageCustomActionOperation
DashboardImageCustomActionTrigger
DashboardImageInteractionOptions
- Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Image Menu Option - The menu options for the image.
- Dashboard
Image Menu Option - The menu options for the image.
- Dashboard
Image Menu Option - The menu options for the image.
- Dashboard
Image Menu Option - The menu options for the image.
- Dashboard
Image Menu Option - The menu options for the image.
- Property Map
- The menu options for the image.
DashboardImageMenuOption
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - The availability status of the image menu. If the value of this property is set to
ENABLED
, dashboard readers can interact with the image menu.
- Availability
Status DashboardBehavior - The availability status of the image menu. If the value of this property is set to
ENABLED
, dashboard readers can interact with the image menu.
- availability
Status DashboardBehavior - The availability status of the image menu. If the value of this property is set to
ENABLED
, dashboard readers can interact with the image menu.
- availability
Status DashboardBehavior - The availability status of the image menu. If the value of this property is set to
ENABLED
, dashboard readers can interact with the image menu.
- availability_
status DashboardBehavior - The availability status of the image menu. If the value of this property is set to
ENABLED
, dashboard readers can interact with the image menu.
- availability
Status "ENABLED" | "DISABLED" - The availability status of the image menu. If the value of this property is set to
ENABLED
, dashboard readers can interact with the image menu.
DashboardLocalNavigationConfiguration
- Target
Sheet stringId - The sheet that is targeted for navigation in the same analysis.
- Target
Sheet stringId - The sheet that is targeted for navigation in the same analysis.
- target
Sheet StringId - The sheet that is targeted for navigation in the same analysis.
- target
Sheet stringId - The sheet that is targeted for navigation in the same analysis.
- target_
sheet_ strid - The sheet that is targeted for navigation in the same analysis.
- target
Sheet StringId - The sheet that is targeted for navigation in the same analysis.
DashboardResourcePermission
DashboardResourceStatus
DashboardSelectAllValueOptions
DashboardSetParameterValueConfiguration
- Destination
Parameter stringName - The destination parameter name of the
SetParameterValueConfiguration
. - Value
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Destination Parameter Value Configuration
- Destination
Parameter stringName - The destination parameter name of the
SetParameterValueConfiguration
. - Value
Dashboard
Destination Parameter Value Configuration
- destination
Parameter StringName - The destination parameter name of the
SetParameterValueConfiguration
. - value
Dashboard
Destination Parameter Value Configuration
- destination
Parameter stringName - The destination parameter name of the
SetParameterValueConfiguration
. - value
Dashboard
Destination Parameter Value Configuration
- destination_
parameter_ strname - The destination parameter name of the
SetParameterValueConfiguration
. - value
Dashboard
Destination Parameter Value Configuration
- destination
Parameter StringName - The destination parameter name of the
SetParameterValueConfiguration
. - value Property Map
DashboardSheet
- Images
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Sheet Image> - A list of images on a sheet.
- Name string
- Sheet
Id string
- Images
[]Dashboard
Sheet Image - A list of images on a sheet.
- Name string
- Sheet
Id string
- images
List<Dashboard
Sheet Image> - A list of images on a sheet.
- name String
- sheet
Id String
- images
Dashboard
Sheet Image[] - A list of images on a sheet.
- name string
- sheet
Id string
- images
Sequence[Dashboard
Sheet Image] - A list of images on a sheet.
- name str
- sheet_
id str
- images List<Property Map>
- A list of images on a sheet.
- name String
- sheet
Id String
DashboardSheetImage
- Sheet
Image stringId - The ID of the sheet image.
- Source
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Sheet Image Source - The source of the image.
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Image Custom Action> - A list of custom actions that are configured for an image.
- Image
Content stringAlt Text - The alt text for the image.
- Interactions
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Image Interaction Options - The general image interactions setup for an image.
- Scaling
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Sheet Image Scaling Configuration - Determines how the image is scaled.
- Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Sheet Image Tooltip Configuration - The tooltip to be shown when hovering over the image.
- Sheet
Image stringId - The ID of the sheet image.
- Source
Dashboard
Sheet Image Source - The source of the image.
- Actions
[]Dashboard
Image Custom Action - A list of custom actions that are configured for an image.
- Image
Content stringAlt Text - The alt text for the image.
- Interactions
Dashboard
Image Interaction Options - The general image interactions setup for an image.
- Scaling
Dashboard
Sheet Image Scaling Configuration - Determines how the image is scaled.
- Tooltip
Dashboard
Sheet Image Tooltip Configuration - The tooltip to be shown when hovering over the image.
- sheet
Image StringId - The ID of the sheet image.
- source
Dashboard
Sheet Image Source - The source of the image.
- actions
List<Dashboard
Image Custom Action> - A list of custom actions that are configured for an image.
- image
Content StringAlt Text - The alt text for the image.
- interactions
Dashboard
Image Interaction Options - The general image interactions setup for an image.
- scaling
Dashboard
Sheet Image Scaling Configuration - Determines how the image is scaled.
- tooltip
Dashboard
Sheet Image Tooltip Configuration - The tooltip to be shown when hovering over the image.
- sheet
Image stringId - The ID of the sheet image.
- source
Dashboard
Sheet Image Source - The source of the image.
- actions
Dashboard
Image Custom Action[] - A list of custom actions that are configured for an image.
- image
Content stringAlt Text - The alt text for the image.
- interactions
Dashboard
Image Interaction Options - The general image interactions setup for an image.
- scaling
Dashboard
Sheet Image Scaling Configuration - Determines how the image is scaled.
- tooltip
Dashboard
Sheet Image Tooltip Configuration - The tooltip to be shown when hovering over the image.
- sheet_
image_ strid - The ID of the sheet image.
- source
Dashboard
Sheet Image Source - The source of the image.
- actions
Sequence[Dashboard
Image Custom Action] - A list of custom actions that are configured for an image.
- image_
content_ stralt_ text - The alt text for the image.
- interactions
Dashboard
Image Interaction Options - The general image interactions setup for an image.
- scaling
Dashboard
Sheet Image Scaling Configuration - Determines how the image is scaled.
- tooltip
Dashboard
Sheet Image Tooltip Configuration - The tooltip to be shown when hovering over the image.
- sheet
Image StringId - The ID of the sheet image.
- source Property Map
- The source of the image.
- actions List<Property Map>
- A list of custom actions that are configured for an image.
- image
Content StringAlt Text - The alt text for the image.
- interactions Property Map
- The general image interactions setup for an image.
- scaling Property Map
- Determines how the image is scaled.
- tooltip Property Map
- The tooltip to be shown when hovering over the image.
DashboardSheetImageScalingConfiguration
- Scaling
Type Pulumi.Aws Native. Quick Sight. Dashboard Sheet Image Scaling Type The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH
: The image takes up the entire width of the container. The image aspect ratio is preserved.SCALE_TO_HEIGHT
: The image takes up the entire height of the container. The image aspect ratio is preserved.SCALE_TO_CONTAINER
: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.SCALE_NONE
: The image is displayed in its original size and is not scaled to the container.
- Scaling
Type DashboardSheet Image Scaling Type The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH
: The image takes up the entire width of the container. The image aspect ratio is preserved.SCALE_TO_HEIGHT
: The image takes up the entire height of the container. The image aspect ratio is preserved.SCALE_TO_CONTAINER
: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.SCALE_NONE
: The image is displayed in its original size and is not scaled to the container.
- scaling
Type DashboardSheet Image Scaling Type The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH
: The image takes up the entire width of the container. The image aspect ratio is preserved.SCALE_TO_HEIGHT
: The image takes up the entire height of the container. The image aspect ratio is preserved.SCALE_TO_CONTAINER
: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.SCALE_NONE
: The image is displayed in its original size and is not scaled to the container.
- scaling
Type DashboardSheet Image Scaling Type The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH
: The image takes up the entire width of the container. The image aspect ratio is preserved.SCALE_TO_HEIGHT
: The image takes up the entire height of the container. The image aspect ratio is preserved.SCALE_TO_CONTAINER
: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.SCALE_NONE
: The image is displayed in its original size and is not scaled to the container.
- scaling_
type DashboardSheet Image Scaling Type The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH
: The image takes up the entire width of the container. The image aspect ratio is preserved.SCALE_TO_HEIGHT
: The image takes up the entire height of the container. The image aspect ratio is preserved.SCALE_TO_CONTAINER
: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.SCALE_NONE
: The image is displayed in its original size and is not scaled to the container.
- scaling
Type "SCALE_TO_WIDTH" | "SCALE_TO_HEIGHT" | "SCALE_TO_CONTAINER" | "SCALE_NONE" The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH
: The image takes up the entire width of the container. The image aspect ratio is preserved.SCALE_TO_HEIGHT
: The image takes up the entire height of the container. The image aspect ratio is preserved.SCALE_TO_CONTAINER
: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.SCALE_NONE
: The image is displayed in its original size and is not scaled to the container.
DashboardSheetImageScalingType
DashboardSheetImageSource
- Sheet
Image Pulumi.Static File Source Aws Native. Quick Sight. Inputs. Dashboard Sheet Image Static File Source - The source of the static file that contains the image.
- Sheet
Image DashboardStatic File Source Sheet Image Static File Source - The source of the static file that contains the image.
- sheet
Image DashboardStatic File Source Sheet Image Static File Source - The source of the static file that contains the image.
- sheet
Image DashboardStatic File Source Sheet Image Static File Source - The source of the static file that contains the image.
- sheet_
image_ Dashboardstatic_ file_ source Sheet Image Static File Source - The source of the static file that contains the image.
- sheet
Image Property MapStatic File Source - The source of the static file that contains the image.
DashboardSheetImageStaticFileSource
- Static
File stringId - The ID of the static file that contains the image.
- Static
File stringId - The ID of the static file that contains the image.
- static
File StringId - The ID of the static file that contains the image.
- static
File stringId - The ID of the static file that contains the image.
- static_
file_ strid - The ID of the static file that contains the image.
- static
File StringId - The ID of the static file that contains the image.
DashboardSheetImageTooltipConfiguration
- Tooltip
Text Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Sheet Image Tooltip Text - The text that appears in the tooltip.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - The visibility of the tooltip.
- Tooltip
Text DashboardSheet Image Tooltip Text - The text that appears in the tooltip.
- Visibility
Dashboard
Visibility - The visibility of the tooltip.
- tooltip
Text DashboardSheet Image Tooltip Text - The text that appears in the tooltip.
- visibility
Dashboard
Visibility - The visibility of the tooltip.
- tooltip
Text DashboardSheet Image Tooltip Text - The text that appears in the tooltip.
- visibility
Dashboard
Visibility - The visibility of the tooltip.
- tooltip_
text DashboardSheet Image Tooltip Text - The text that appears in the tooltip.
- visibility
Dashboard
Visibility - The visibility of the tooltip.
- tooltip
Text Property Map - The text that appears in the tooltip.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip.
DashboardSheetImageTooltipText
- Plain
Text string - The plain text format.
- Plain
Text string - The plain text format.
- plain
Text String - The plain text format.
- plain
Text string - The plain text format.
- plain_
text str - The plain text format.
- plain
Text String - The plain text format.
DashboardUrlTargetConfiguration
DashboardVersion
- Arn string
- Created
Time string - Data
Set List<string>Arns - Description string
- Errors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Error> - Sheets
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Sheet> - Source
Entity stringArn - Status
Pulumi.
Aws Native. Quick Sight. Dashboard Resource Status - The HTTP status of the request.
- Theme
Arn string - Version
Number double
- Arn string
- Created
Time string - Data
Set []stringArns - Description string
- Errors
[]Dashboard
Error - Sheets
[]Dashboard
Sheet - Source
Entity stringArn - Status
Dashboard
Resource Status - The HTTP status of the request.
- Theme
Arn string - Version
Number float64
- arn String
- created
Time String - data
Set List<String>Arns - description String
- errors
List<Dashboard
Error> - sheets
List<Dashboard
Sheet> - source
Entity StringArn - status
Dashboard
Resource Status - The HTTP status of the request.
- theme
Arn String - version
Number Double
- arn string
- created
Time string - data
Set string[]Arns - description string
- errors
Dashboard
Error[] - sheets
Dashboard
Sheet[] - source
Entity stringArn - status
Dashboard
Resource Status - The HTTP status of the request.
- theme
Arn string - version
Number number
- arn str
- created_
time str - data_
set_ Sequence[str]arns - description str
- errors
Sequence[Dashboard
Error] - sheets
Sequence[Dashboard
Sheet] - source_
entity_ strarn - status
Dashboard
Resource Status - The HTTP status of the request.
- theme_
arn str - version_
number float
- arn String
- created
Time String - data
Set List<String>Arns - description String
- errors List<Property Map>
- sheets List<Property Map>
- source
Entity StringArn - status "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED"
- The HTTP status of the request.
- theme
Arn String - version
Number Number
DashboardVisibility
DashboardWidgetStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.