Skip to content

Literals#

Index > QuickSight > Literals

Auto-generated documentation for QuickSight type annotations stubs module mypy-boto3-quicksight.

AnalysisErrorTypeType#

# AnalysisErrorTypeType usage example

from mypy_boto3_quicksight.literals import AnalysisErrorTypeType

def get_value() -> AnalysisErrorTypeType:
    return "ACCESS_DENIED"
# AnalysisErrorTypeType definition

AnalysisErrorTypeType = Literal[
    "ACCESS_DENIED",
    "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
    "COLUMN_REPLACEMENT_MISSING",
    "COLUMN_TYPE_MISMATCH",
    "DATA_SET_NOT_FOUND",
    "INTERNAL_FAILURE",
    "PARAMETER_NOT_FOUND",
    "PARAMETER_TYPE_INVALID",
    "PARAMETER_VALUE_INCOMPATIBLE",
    "SOURCE_NOT_FOUND",
]

AnalysisFilterAttributeType#

# AnalysisFilterAttributeType usage example

from mypy_boto3_quicksight.literals import AnalysisFilterAttributeType

def get_value() -> AnalysisFilterAttributeType:
    return "ANALYSIS_NAME"
# AnalysisFilterAttributeType definition

AnalysisFilterAttributeType = Literal[
    "ANALYSIS_NAME",
    "DIRECT_QUICKSIGHT_OWNER",
    "DIRECT_QUICKSIGHT_SOLE_OWNER",
    "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
    "QUICKSIGHT_OWNER",
    "QUICKSIGHT_USER",
    "QUICKSIGHT_VIEWER_OR_OWNER",
]

AnchorOptionType#

# AnchorOptionType usage example

from mypy_boto3_quicksight.literals import AnchorOptionType

def get_value() -> AnchorOptionType:
    return "NOW"
# AnchorOptionType definition

AnchorOptionType = Literal[
    "NOW",
]

ArcThicknessOptionsType#

# ArcThicknessOptionsType usage example

from mypy_boto3_quicksight.literals import ArcThicknessOptionsType

def get_value() -> ArcThicknessOptionsType:
    return "LARGE"
# ArcThicknessOptionsType definition

ArcThicknessOptionsType = Literal[
    "LARGE",
    "MEDIUM",
    "SMALL",
]

ArcThicknessType#

# ArcThicknessType usage example

from mypy_boto3_quicksight.literals import ArcThicknessType

def get_value() -> ArcThicknessType:
    return "LARGE"
# ArcThicknessType definition

ArcThicknessType = Literal[
    "LARGE",
    "MEDIUM",
    "SMALL",
    "WHOLE",
]

AssetBundleExportFormatType#

# AssetBundleExportFormatType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportFormatType

def get_value() -> AssetBundleExportFormatType:
    return "CLOUDFORMATION_JSON"
# AssetBundleExportFormatType definition

AssetBundleExportFormatType = Literal[
    "CLOUDFORMATION_JSON",
    "QUICKSIGHT_JSON",
]

AssetBundleExportJobAnalysisPropertyToOverrideType#

# AssetBundleExportJobAnalysisPropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobAnalysisPropertyToOverrideType

def get_value() -> AssetBundleExportJobAnalysisPropertyToOverrideType:
    return "Name"
# AssetBundleExportJobAnalysisPropertyToOverrideType definition

AssetBundleExportJobAnalysisPropertyToOverrideType = Literal[
    "Name",
]

AssetBundleExportJobDashboardPropertyToOverrideType#

# AssetBundleExportJobDashboardPropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobDashboardPropertyToOverrideType

def get_value() -> AssetBundleExportJobDashboardPropertyToOverrideType:
    return "Name"
# AssetBundleExportJobDashboardPropertyToOverrideType definition

AssetBundleExportJobDashboardPropertyToOverrideType = Literal[
    "Name",
]

AssetBundleExportJobDataSetPropertyToOverrideType#

# AssetBundleExportJobDataSetPropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobDataSetPropertyToOverrideType

def get_value() -> AssetBundleExportJobDataSetPropertyToOverrideType:
    return "Name"
# AssetBundleExportJobDataSetPropertyToOverrideType definition

AssetBundleExportJobDataSetPropertyToOverrideType = Literal[
    "Name",
]

AssetBundleExportJobDataSourcePropertyToOverrideType#

# AssetBundleExportJobDataSourcePropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobDataSourcePropertyToOverrideType

def get_value() -> AssetBundleExportJobDataSourcePropertyToOverrideType:
    return "Catalog"
# AssetBundleExportJobDataSourcePropertyToOverrideType definition

AssetBundleExportJobDataSourcePropertyToOverrideType = Literal[
    "Catalog",
    "ClusterId",
    "Database",
    "DataSetName",
    "DisableSsl",
    "Domain",
    "Host",
    "InstanceId",
    "ManifestFileLocation",
    "Name",
    "Password",
    "Port",
    "RoleArn",
    "SecretArn",
    "Username",
    "Warehouse",
    "WorkGroup",
]

AssetBundleExportJobRefreshSchedulePropertyToOverrideType#

# AssetBundleExportJobRefreshSchedulePropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobRefreshSchedulePropertyToOverrideType

def get_value() -> AssetBundleExportJobRefreshSchedulePropertyToOverrideType:
    return "StartAfterDateTime"
# AssetBundleExportJobRefreshSchedulePropertyToOverrideType definition

AssetBundleExportJobRefreshSchedulePropertyToOverrideType = Literal[
    "StartAfterDateTime",
]

AssetBundleExportJobStatusType#

# AssetBundleExportJobStatusType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobStatusType

def get_value() -> AssetBundleExportJobStatusType:
    return "FAILED"
# AssetBundleExportJobStatusType definition

AssetBundleExportJobStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "QUEUED_FOR_IMMEDIATE_EXECUTION",
    "SUCCESSFUL",
]

AssetBundleExportJobThemePropertyToOverrideType#

# AssetBundleExportJobThemePropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobThemePropertyToOverrideType

def get_value() -> AssetBundleExportJobThemePropertyToOverrideType:
    return "Name"
# AssetBundleExportJobThemePropertyToOverrideType definition

AssetBundleExportJobThemePropertyToOverrideType = Literal[
    "Name",
]

AssetBundleExportJobVPCConnectionPropertyToOverrideType#

# AssetBundleExportJobVPCConnectionPropertyToOverrideType usage example

from mypy_boto3_quicksight.literals import AssetBundleExportJobVPCConnectionPropertyToOverrideType

def get_value() -> AssetBundleExportJobVPCConnectionPropertyToOverrideType:
    return "DnsResolvers"
# AssetBundleExportJobVPCConnectionPropertyToOverrideType definition

AssetBundleExportJobVPCConnectionPropertyToOverrideType = Literal[
    "DnsResolvers",
    "Name",
    "RoleArn",
]

AssetBundleImportFailureActionType#

# AssetBundleImportFailureActionType usage example

from mypy_boto3_quicksight.literals import AssetBundleImportFailureActionType

def get_value() -> AssetBundleImportFailureActionType:
    return "DO_NOTHING"
# AssetBundleImportFailureActionType definition

AssetBundleImportFailureActionType = Literal[
    "DO_NOTHING",
    "ROLLBACK",
]

AssetBundleImportJobStatusType#

# AssetBundleImportJobStatusType usage example

from mypy_boto3_quicksight.literals import AssetBundleImportJobStatusType

def get_value() -> AssetBundleImportJobStatusType:
    return "FAILED"
# AssetBundleImportJobStatusType definition

AssetBundleImportJobStatusType = Literal[
    "FAILED",
    "FAILED_ROLLBACK_COMPLETED",
    "FAILED_ROLLBACK_ERROR",
    "FAILED_ROLLBACK_IN_PROGRESS",
    "IN_PROGRESS",
    "QUEUED_FOR_IMMEDIATE_EXECUTION",
    "SUCCESSFUL",
]

AssignmentStatusType#

# AssignmentStatusType usage example

from mypy_boto3_quicksight.literals import AssignmentStatusType

def get_value() -> AssignmentStatusType:
    return "DISABLED"
# AssignmentStatusType definition

AssignmentStatusType = Literal[
    "DISABLED",
    "DRAFT",
    "ENABLED",
]

AuthenticationMethodOptionType#

# AuthenticationMethodOptionType usage example

from mypy_boto3_quicksight.literals import AuthenticationMethodOptionType

def get_value() -> AuthenticationMethodOptionType:
    return "ACTIVE_DIRECTORY"
# AuthenticationMethodOptionType definition

AuthenticationMethodOptionType = Literal[
    "ACTIVE_DIRECTORY",
    "IAM_AND_QUICKSIGHT",
    "IAM_IDENTITY_CENTER",
    "IAM_ONLY",
]

AuthorSpecifiedAggregationType#

# AuthorSpecifiedAggregationType usage example

from mypy_boto3_quicksight.literals import AuthorSpecifiedAggregationType

def get_value() -> AuthorSpecifiedAggregationType:
    return "AVERAGE"
# AuthorSpecifiedAggregationType definition

AuthorSpecifiedAggregationType = Literal[
    "AVERAGE",
    "COUNT",
    "DISTINCT_COUNT",
    "MAX",
    "MEDIAN",
    "MIN",
    "PERCENTILE",
    "STDEV",
    "STDEVP",
    "SUM",
    "VAR",
    "VARP",
]

AxisBindingType#

# AxisBindingType usage example

from mypy_boto3_quicksight.literals import AxisBindingType

def get_value() -> AxisBindingType:
    return "PRIMARY_YAXIS"
# AxisBindingType definition

AxisBindingType = Literal[
    "PRIMARY_YAXIS",
    "SECONDARY_YAXIS",
]

BarChartOrientationType#

# BarChartOrientationType usage example

from mypy_boto3_quicksight.literals import BarChartOrientationType

def get_value() -> BarChartOrientationType:
    return "HORIZONTAL"
# BarChartOrientationType definition

BarChartOrientationType = Literal[
    "HORIZONTAL",
    "VERTICAL",
]

BarsArrangementType#

# BarsArrangementType usage example

from mypy_boto3_quicksight.literals import BarsArrangementType

def get_value() -> BarsArrangementType:
    return "CLUSTERED"
# BarsArrangementType definition

BarsArrangementType = Literal[
    "CLUSTERED",
    "STACKED",
    "STACKED_PERCENT",
]

BaseMapStyleTypeType#

# BaseMapStyleTypeType usage example

from mypy_boto3_quicksight.literals import BaseMapStyleTypeType

def get_value() -> BaseMapStyleTypeType:
    return "DARK_GRAY"
# BaseMapStyleTypeType definition

BaseMapStyleTypeType = Literal[
    "DARK_GRAY",
    "IMAGERY",
    "LIGHT_GRAY",
    "STREET",
]

BoxPlotFillStyleType#

# BoxPlotFillStyleType usage example

from mypy_boto3_quicksight.literals import BoxPlotFillStyleType

def get_value() -> BoxPlotFillStyleType:
    return "SOLID"
# BoxPlotFillStyleType definition

BoxPlotFillStyleType = Literal[
    "SOLID",
    "TRANSPARENT",
]

CategoricalAggregationFunctionType#

# CategoricalAggregationFunctionType usage example

from mypy_boto3_quicksight.literals import CategoricalAggregationFunctionType

def get_value() -> CategoricalAggregationFunctionType:
    return "COUNT"
# CategoricalAggregationFunctionType definition

CategoricalAggregationFunctionType = Literal[
    "COUNT",
    "DISTINCT_COUNT",
]

CategoryFilterFunctionType#

# CategoryFilterFunctionType usage example

from mypy_boto3_quicksight.literals import CategoryFilterFunctionType

def get_value() -> CategoryFilterFunctionType:
    return "CONTAINS"
# CategoryFilterFunctionType definition

CategoryFilterFunctionType = Literal[
    "CONTAINS",
    "EXACT",
]

CategoryFilterMatchOperatorType#

# CategoryFilterMatchOperatorType usage example

from mypy_boto3_quicksight.literals import CategoryFilterMatchOperatorType

def get_value() -> CategoryFilterMatchOperatorType:
    return "CONTAINS"
# CategoryFilterMatchOperatorType definition

CategoryFilterMatchOperatorType = Literal[
    "CONTAINS",
    "DOES_NOT_CONTAIN",
    "DOES_NOT_EQUAL",
    "ENDS_WITH",
    "EQUALS",
    "STARTS_WITH",
]

CategoryFilterSelectAllOptionsType#

# CategoryFilterSelectAllOptionsType usage example

from mypy_boto3_quicksight.literals import CategoryFilterSelectAllOptionsType

def get_value() -> CategoryFilterSelectAllOptionsType:
    return "FILTER_ALL_VALUES"
# CategoryFilterSelectAllOptionsType definition

CategoryFilterSelectAllOptionsType = Literal[
    "FILTER_ALL_VALUES",
]

CategoryFilterTypeType#

# CategoryFilterTypeType usage example

from mypy_boto3_quicksight.literals import CategoryFilterTypeType

def get_value() -> CategoryFilterTypeType:
    return "CUSTOM_FILTER"
# CategoryFilterTypeType definition

CategoryFilterTypeType = Literal[
    "CUSTOM_FILTER",
    "CUSTOM_FILTER_LIST",
    "FILTER_LIST",
]

ColorFillTypeType#

# ColorFillTypeType usage example

from mypy_boto3_quicksight.literals import ColorFillTypeType

def get_value() -> ColorFillTypeType:
    return "DISCRETE"
# ColorFillTypeType definition

ColorFillTypeType = Literal[
    "DISCRETE",
    "GRADIENT",
]

ColumnDataRoleType#

# ColumnDataRoleTy