@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.909Z") @Stability(value=Stable) public class CfnDashboard extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnDashboard.AdHocFilteringOptionProperty |
static class |
CfnDashboard.Builder
A fluent builder for
CfnDashboard. |
static interface |
CfnDashboard.DashboardPublishOptionsProperty |
static interface |
CfnDashboard.DashboardSourceEntityProperty |
static interface |
CfnDashboard.DashboardSourceTemplateProperty |
static interface |
CfnDashboard.DataSetReferenceProperty |
static interface |
CfnDashboard.DateTimeParameterProperty |
static interface |
CfnDashboard.DecimalParameterProperty |
static interface |
CfnDashboard.ExportToCSVOptionProperty |
static interface |
CfnDashboard.IntegerParameterProperty |
static interface |
CfnDashboard.ParametersProperty |
static interface |
CfnDashboard.ResourcePermissionProperty |
static interface |
CfnDashboard.SheetControlsOptionProperty |
static interface |
CfnDashboard.StringParameterProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDashboard(software.constructs.Construct scope,
String id,
CfnDashboardProps props)
Create a new `AWS::QuickSight::Dashboard`.
|
protected |
CfnDashboard(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDashboard(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCreatedTime() |
String |
getAttrLastPublishedTime() |
String |
getAttrLastUpdatedTime() |
String |
getAwsAccountId()
`AWS::QuickSight::Dashboard.AwsAccountId`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDashboardId()
`AWS::QuickSight::Dashboard.DashboardId`.
|
Object |
getDashboardPublishOptions()
`AWS::QuickSight::Dashboard.DashboardPublishOptions`.
|
String |
getName()
`AWS::QuickSight::Dashboard.Name`.
|
Object |
getParameters()
`AWS::QuickSight::Dashboard.Parameters`.
|
Object |
getPermissions()
`AWS::QuickSight::Dashboard.Permissions`.
|
Object |
getSourceEntity()
`AWS::QuickSight::Dashboard.SourceEntity`.
|
TagManager |
getTags()
`AWS::QuickSight::Dashboard.Tags`.
|
String |
getThemeArn()
`AWS::QuickSight::Dashboard.ThemeArn`.
|
String |
getVersionDescription()
`AWS::QuickSight::Dashboard.VersionDescription`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAwsAccountId(String value)
`AWS::QuickSight::Dashboard.AwsAccountId`.
|
void |
setDashboardId(String value)
`AWS::QuickSight::Dashboard.DashboardId`.
|
void |
setDashboardPublishOptions(CfnDashboard.DashboardPublishOptionsProperty value)
`AWS::QuickSight::Dashboard.DashboardPublishOptions`.
|
void |
setDashboardPublishOptions(IResolvable value)
`AWS::QuickSight::Dashboard.DashboardPublishOptions`.
|
void |
setName(String value)
`AWS::QuickSight::Dashboard.Name`.
|
void |
setParameters(CfnDashboard.ParametersProperty value)
`AWS::QuickSight::Dashboard.Parameters`.
|
void |
setParameters(IResolvable value)
`AWS::QuickSight::Dashboard.Parameters`.
|
void |
setPermissions(IResolvable value)
`AWS::QuickSight::Dashboard.Permissions`.
|
void |
setPermissions(List<Object> value)
`AWS::QuickSight::Dashboard.Permissions`.
|
void |
setSourceEntity(CfnDashboard.DashboardSourceEntityProperty value)
`AWS::QuickSight::Dashboard.SourceEntity`.
|
void |
setSourceEntity(IResolvable value)
`AWS::QuickSight::Dashboard.SourceEntity`.
|
void |
setThemeArn(String value)
`AWS::QuickSight::Dashboard.ThemeArn`.
|
void |
setVersionDescription(String value)
`AWS::QuickSight::Dashboard.VersionDescription`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDashboard(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDashboard(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDashboard(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDashboardProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrCreatedTime()
@Stability(value=Stable) @NotNull public String getAttrLastPublishedTime()
@Stability(value=Stable) @NotNull public String getAttrLastUpdatedTime()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getAwsAccountId()
@Stability(value=Stable)
public void setAwsAccountId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDashboardId()
@Stability(value=Stable)
public void setDashboardId(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getDashboardPublishOptions()
@Stability(value=Stable)
public void setDashboardPublishOptions(@Nullable
CfnDashboard.DashboardPublishOptionsProperty value)
@Stability(value=Stable)
public void setDashboardPublishOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getParameters()
@Stability(value=Stable)
public void setParameters(@Nullable
CfnDashboard.ParametersProperty value)
@Stability(value=Stable)
public void setParameters(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getPermissions()
@Stability(value=Stable)
public void setPermissions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setPermissions(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getSourceEntity()
@Stability(value=Stable)
public void setSourceEntity(@Nullable
CfnDashboard.DashboardSourceEntityProperty value)
@Stability(value=Stable)
public void setSourceEntity(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getThemeArn()
@Stability(value=Stable)
public void setThemeArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getVersionDescription()
@Stability(value=Stable)
public void setVersionDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.