@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.006Z") @Stability(value=Stable) public class CfnAppMonitor extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rum.*;
CfnAppMonitor cfnAppMonitor = CfnAppMonitor.Builder.create(this, "MyCfnAppMonitor")
.appMonitorConfiguration(AppMonitorConfigurationProperty.builder()
.allowCookies(false)
.enableXRay(false)
.excludedPages(List.of("excludedPages"))
.favoritePages(List.of("favoritePages"))
.guestRoleArn("guestRoleArn")
.identityPoolId("identityPoolId")
.includedPages(List.of("includedPages"))
.sessionSampleRate(123)
.telemetries(List.of("telemetries"))
.build())
.cwLogEnabled(false)
.domain("domain")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnAppMonitor.AppMonitorConfigurationProperty
Example:
|
static class |
CfnAppMonitor.Builder
A fluent builder for
CfnAppMonitor. |
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 |
|---|---|
|
CfnAppMonitor(software.constructs.Construct scope,
String id)
Create a new `AWS::RUM::AppMonitor`.
|
|
CfnAppMonitor(software.constructs.Construct scope,
String id,
CfnAppMonitorProps props)
Create a new `AWS::RUM::AppMonitor`.
|
protected |
CfnAppMonitor(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAppMonitor(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAppMonitorConfiguration()
`AWS::RUM::AppMonitor.AppMonitorConfiguration`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getCwLogEnabled()
`AWS::RUM::AppMonitor.CwLogEnabled`.
|
String |
getDomain()
`AWS::RUM::AppMonitor.Domain`.
|
String |
getName()
`AWS::RUM::AppMonitor.Name`.
|
TagManager |
getTags()
`AWS::RUM::AppMonitor.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAppMonitorConfiguration(CfnAppMonitor.AppMonitorConfigurationProperty value)
`AWS::RUM::AppMonitor.AppMonitorConfiguration`.
|
void |
setAppMonitorConfiguration(IResolvable value)
`AWS::RUM::AppMonitor.AppMonitorConfiguration`.
|
void |
setCwLogEnabled(Boolean value)
`AWS::RUM::AppMonitor.CwLogEnabled`.
|
void |
setCwLogEnabled(IResolvable value)
`AWS::RUM::AppMonitor.CwLogEnabled`.
|
void |
setDomain(String value)
`AWS::RUM::AppMonitor.Domain`.
|
void |
setName(String value)
`AWS::RUM::AppMonitor.Name`.
|
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 CfnAppMonitor(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAppMonitor(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnAppMonitor(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnAppMonitorProps 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.@Stability(value=Stable)
public CfnAppMonitor(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. 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) @Nullable public Object getAppMonitorConfiguration()
@Stability(value=Stable)
public void setAppMonitorConfiguration(@Nullable
CfnAppMonitor.AppMonitorConfigurationProperty value)
@Stability(value=Stable)
public void setAppMonitorConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getCwLogEnabled()
@Stability(value=Stable)
public void setCwLogEnabled(@Nullable
Boolean value)
@Stability(value=Stable)
public void setCwLogEnabled(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDomain()
@Stability(value=Stable)
public void setDomain(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.