public static final class CfnAnalysisProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnalysisProps
CfnAnalysisProps
CfnAnalysisProps.Builder, CfnAnalysisProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAnalysisId()
The ID for the analysis that you're creating.
|
java.lang.String |
getAwsAccountId()
The ID of the AWS account where you are creating an analysis.
|
java.lang.Object |
getErrors()
`AWS::QuickSight::Analysis.Errors`.
|
java.lang.String |
getName()
A descriptive name for the analysis that you're creating.
|
java.lang.Object |
getParameters()
The parameter names and override values that you want to use.
|
java.lang.Object |
getPermissions()
A structure that describes the principals and the resource-level permissions on an analysis.
|
java.lang.Object |
getSourceEntity()
A source entity to use for the analysis that you're creating.
|
java.util.List<CfnTag> |
getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
|
java.lang.String |
getThemeArn()
The ARN for the theme to apply to the analysis that you're creating.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAnalysisId()
CfnAnalysisProps
This ID displays in the URL of the analysis.
getAnalysisId
in interface CfnAnalysisProps
public final java.lang.String getAwsAccountId()
CfnAnalysisProps
getAwsAccountId
in interface CfnAnalysisProps
public final java.lang.Object getSourceEntity()
CfnAnalysisProps
This metadata structure contains details that describe a source template and one or more datasets.
getSourceEntity
in interface CfnAnalysisProps
public final java.lang.Object getErrors()
CfnAnalysisProps
getErrors
in interface CfnAnalysisProps
public final java.lang.String getName()
CfnAnalysisProps
This name displays for the analysis in the Amazon QuickSight console.
getName
in interface CfnAnalysisProps
public final java.lang.Object getParameters()
CfnAnalysisProps
An analysis can have any parameter type, and some parameters might accept multiple values.
getParameters
in interface CfnAnalysisProps
public final java.lang.Object getPermissions()
CfnAnalysisProps
You can use the Permissions
structure 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
.
getPermissions
in interface CfnAnalysisProps
public final java.util.List<CfnTag> getTags()
CfnAnalysisProps
getTags
in interface CfnAnalysisProps
public final java.lang.String getThemeArn()
CfnAnalysisProps
To see the theme in the Amazon QuickSight console, make sure that you have access to it.
getThemeArn
in interface CfnAnalysisProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()