| Package | Description |
|---|---|
| software.amazon.awscdk.services.rum |
AWS::RUM Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.appMonitorConfiguration(CfnAppMonitor.AppMonitorConfigurationProperty appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.appMonitorConfiguration(IResolvable appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
static CfnAppMonitor.Builder |
CfnAppMonitor.Builder.create(software.constructs.Construct scope,
String id) |
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.cwLogEnabled(Boolean cwLogEnabled)
Data collected by CloudWatch RUM is kept by RUM for 30 days and then deleted.
|
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.cwLogEnabled(IResolvable cwLogEnabled)
Data collected by CloudWatch RUM is kept by RUM for 30 days and then deleted.
|
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.domain(String domain)
The top-level internet domain name for which your application has administrative authority.
|
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.name(String name)
A name for the app monitor.
|
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.tags(List<? extends CfnTag> tags)
Assigns one or more tags (key-value pairs) to the app monitor.
|
Copyright © 2022. All rights reserved.