Class CfnAnalysisProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisProps
CfnAnalysisProps-
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.CfnAnalysisProps
CfnAnalysisProps.Builder, CfnAnalysisProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAnalysisProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAnalysisProps.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 for the analysis that you're creating.final StringThe ID of the AWS account where you are creating an analysis.final ObjectReturns union: eitherIResolvableorCfnAnalysis.AnalysisDefinitionPropertyfinal ObjectErrors associated with the analysis.final StringgetName()A descriptive name for the analysis that you're creating.final ObjectThe parameter names and override values that you want to use.final ObjectA structure that describes the principals and the resource-level permissions on an analysis.final ObjectA list of the associated sheets with the unique identifier and name of each sheet.final ObjectA source entity to use for the analysis that you're creating.final StringStatus associated with the analysis.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.final StringThe ARN for the theme to apply to the analysis that you're creating.final ObjectThe option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.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 theCfnAnalysisProps.Builder.
-
-
Method Details
-
getAnalysisId
Description copied from interface:CfnAnalysisPropsThe ID for the analysis that you're creating.This ID displays in the URL of the analysis.
- Specified by:
getAnalysisIdin interfaceCfnAnalysisProps- See Also:
-
getAwsAccountId
Description copied from interface:CfnAnalysisPropsThe ID of the AWS account where you are creating an analysis.- Specified by:
getAwsAccountIdin interfaceCfnAnalysisProps- See Also:
-
getName
Description copied from interface:CfnAnalysisPropsA descriptive name for the analysis that you're creating.This name displays for the analysis in the Amazon Quick Sight console.
- Specified by:
getNamein interfaceCfnAnalysisProps- See Also:
-
getDefinition
Description copied from interface:CfnAnalysisPropsReturns union: eitherIResolvableorCfnAnalysis.AnalysisDefinitionProperty- Specified by:
getDefinitionin interfaceCfnAnalysisProps- See Also:
-
getErrors
Description copied from interface:CfnAnalysisPropsErrors associated with the analysis.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.AnalysisErrorProperty>- Specified by:
getErrorsin interfaceCfnAnalysisProps- See Also:
-
getFolderArns
- Specified by:
getFolderArnsin interfaceCfnAnalysisProps- See Also:
-
getParameters
Description copied from interface:CfnAnalysisPropsThe parameter names and override values that you want to use.An analysis can have any parameter type, and some parameters might accept multiple values.
Returns union: either
IResolvableorCfnAnalysis.ParametersProperty- Specified by:
getParametersin interfaceCfnAnalysisProps- See Also:
-
getPermissions
Description copied from interface:CfnAnalysisPropsA structure that describes the principals and the resource-level permissions on an analysis.You can use the
Permissionsstructure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).To specify no permissions, omit
Permissions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnAnalysisProps- See Also:
-
getSheets
Description copied from interface:CfnAnalysisPropsA list of the associated sheets with the unique identifier and name of each sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetProperty>- Specified by:
getSheetsin interfaceCfnAnalysisProps- See Also:
-
getSourceEntity
Description copied from interface:CfnAnalysisPropsA source entity to use for the analysis that you're creating.This metadata structure contains details that describe a source template and one or more datasets.
Either a
SourceEntityor aDefinitionmust be provided in order for the request to be valid.Returns union: either
IResolvableorCfnAnalysis.AnalysisSourceEntityProperty- Specified by:
getSourceEntityin interfaceCfnAnalysisProps- See Also:
-
getStatus
Description copied from interface:CfnAnalysisPropsStatus associated with the analysis.- Specified by:
getStatusin interfaceCfnAnalysisProps- See Also:
-
getTags
Description copied from interface:CfnAnalysisPropsContains a map of the key-value pairs for the resource tag or tags assigned to the analysis.- Specified by:
getTagsin interfaceCfnAnalysisProps- See Also:
-
getThemeArn
Description copied from interface:CfnAnalysisPropsThe ARN for the theme to apply to the analysis that you're creating.To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
- Specified by:
getThemeArnin interfaceCfnAnalysisProps- See Also:
-
getValidationStrategy
Description copied from interface:CfnAnalysisPropsThe option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.When you set this value to
LENIENT, validation is skipped for specific errors.Returns union: either
IResolvableorCfnAnalysis.ValidationStrategyProperty- Specified by:
getValidationStrategyin interfaceCfnAnalysisProps- See Also:
-
$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()
-