@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.517Z") @Stability(value=Stable) public class CfnDashboard extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDashboard.Builder
A fluent builder for
CfnDashboard. |
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::IoTSiteWise::Dashboard`.
|
protected |
CfnDashboard(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDashboard(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDashboardArn() |
String |
getAttrDashboardId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDashboardDefinition()
`AWS::IoTSiteWise::Dashboard.DashboardDefinition`.
|
String |
getDashboardDescription()
`AWS::IoTSiteWise::Dashboard.DashboardDescription`.
|
String |
getDashboardName()
`AWS::IoTSiteWise::Dashboard.DashboardName`.
|
String |
getProjectId()
`AWS::IoTSiteWise::Dashboard.ProjectId`.
|
TagManager |
getTags()
`AWS::IoTSiteWise::Dashboard.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDashboardDefinition(String value)
`AWS::IoTSiteWise::Dashboard.DashboardDefinition`.
|
void |
setDashboardDescription(String value)
`AWS::IoTSiteWise::Dashboard.DashboardDescription`.
|
void |
setDashboardName(String value)
`AWS::IoTSiteWise::Dashboard.DashboardName`.
|
void |
setProjectId(String value)
`AWS::IoTSiteWise::Dashboard.ProjectId`.
|
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 getAttrDashboardArn()
@Stability(value=Stable) @NotNull public String getAttrDashboardId()
@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 getDashboardDefinition()
@Stability(value=Stable)
public void setDashboardDefinition(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDashboardDescription()
@Stability(value=Stable)
public void setDashboardDescription(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDashboardName()
@Stability(value=Stable)
public void setDashboardName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getProjectId()
@Stability(value=Stable)
public void setProjectId(@Nullable
String value)
Copyright © 2021. All rights reserved.