Class CfnAnalysisProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysisProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnalysisProps
@Stability(Stable)
@Internal
public static final class CfnAnalysisProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisProps
An implementation for
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 ObjectAWS::QuickSight::Analysis.Definition.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 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 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
-
getAwsAccountId
Description copied from interface:CfnAnalysisPropsThe ID of the AWS account where you are creating an analysis.- Specified by:
getAwsAccountIdin interfaceCfnAnalysisProps
-
getName
Description copied from interface:CfnAnalysisPropsA descriptive name for the analysis that you're creating.This name displays for the analysis in the Amazon QuickSight console.
- Specified by:
getNamein interfaceCfnAnalysisProps
-
getDefinition
Description copied from interface:CfnAnalysisPropsAWS::QuickSight::Analysis.Definition.- Specified by:
getDefinitionin interfaceCfnAnalysisProps
-
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.
- Specified by:
getParametersin interfaceCfnAnalysisProps
-
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.- Specified by:
getPermissionsin interfaceCfnAnalysisProps
-
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.- Specified by:
getSourceEntityin interfaceCfnAnalysisProps
-
getStatus
Description copied from interface:CfnAnalysisPropsStatus associated with the analysis.- Specified by:
getStatusin interfaceCfnAnalysisProps
-
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
-
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 QuickSight console, make sure that you have access to it.
- Specified by:
getThemeArnin interfaceCfnAnalysisProps
-
$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()
-