Liking cljdoc? Tell your friends :D

cdk.api.services.rum

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.rum package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.rum package. 
raw docstring

build-cfn-app-monitor-app-monitor-configuration-property-builderclj

(build-cfn-app-monitor-app-monitor-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-app-monitor-app-monitor-configuration-property-builder function updates a CfnAppMonitor$AppMonitorConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAppMonitor$AppMonitorConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allowCookiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-cookies
enableXRayjava.lang.Booleancdk.support/lookup-entry:enable-x-ray
excludedPagesjava.util.Listcdk.support/lookup-entry:excluded-pages
favoritePagesjava.util.Listcdk.support/lookup-entry:favorite-pages
guestRoleArnjava.lang.Stringcdk.support/lookup-entry:guest-role-arn
identityPoolIdjava.lang.Stringcdk.support/lookup-entry:identity-pool-id
includedPagesjava.util.Listcdk.support/lookup-entry:included-pages
metricDestinationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-destinations
sessionSampleRatejava.lang.Numbercdk.support/lookup-entry:session-sample-rate
telemetriesjava.util.Listcdk.support/lookup-entry:telemetries
The build-cfn-app-monitor-app-monitor-configuration-property-builder function updates a CfnAppMonitor$AppMonitorConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnAppMonitor$AppMonitorConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowCookies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-cookies` |
| `enableXRay` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-x-ray` |
| `excludedPages` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-pages` |
| `favoritePages` | java.util.List | [[cdk.support/lookup-entry]] | `:favorite-pages` |
| `guestRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:guest-role-arn` |
| `identityPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-pool-id` |
| `includedPages` | java.util.List | [[cdk.support/lookup-entry]] | `:included-pages` |
| `metricDestinations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-destinations` |
| `sessionSampleRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-sample-rate` |
| `telemetries` | java.util.List | [[cdk.support/lookup-entry]] | `:telemetries` |
sourceraw docstring

build-cfn-app-monitor-builderclj

(build-cfn-app-monitor-builder builder id config)

The build-cfn-app-monitor-builder function updates a CfnAppMonitor$Builder instance using the provided configuration. The function takes the CfnAppMonitor$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appMonitorConfigurationsoftware.amazon.awscdk.services.rum.CfnAppMonitor$AppMonitorConfigurationPropertycdk.support/lookup-entry:app-monitor-configuration
customEventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-events
cwLogEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cw-log-enabled
domainjava.lang.Stringcdk.support/lookup-entry:domain
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-app-monitor-builder function updates a CfnAppMonitor$Builder instance using the provided configuration.
  The function takes the CfnAppMonitor$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appMonitorConfiguration` | software.amazon.awscdk.services.rum.CfnAppMonitor$AppMonitorConfigurationProperty | [[cdk.support/lookup-entry]] | `:app-monitor-configuration` |
| `customEvents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-events` |
| `cwLogEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cw-log-enabled` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-monitor-custom-events-property-builderclj

(build-cfn-app-monitor-custom-events-property-builder builder id config)

The build-cfn-app-monitor-custom-events-property-builder function updates a CfnAppMonitor$CustomEventsProperty$Builder instance using the provided configuration. The function takes the CfnAppMonitor$CustomEventsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-app-monitor-custom-events-property-builder function updates a CfnAppMonitor$CustomEventsProperty$Builder instance using the provided configuration.
  The function takes the CfnAppMonitor$CustomEventsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-app-monitor-metric-definition-property-builderclj

(build-cfn-app-monitor-metric-definition-property-builder builder id config)

The build-cfn-app-monitor-metric-definition-property-builder function updates a CfnAppMonitor$MetricDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnAppMonitor$MetricDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dimensionKeyssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dimension-keys
eventPatternjava.lang.Stringcdk.support/lookup-entry:event-pattern
namejava.lang.Stringcdk.support/lookup-entry:name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
unitLabeljava.lang.Stringcdk.support/lookup-entry:unit-label
valueKeyjava.lang.Stringcdk.support/lookup-entry:value-key
The build-cfn-app-monitor-metric-definition-property-builder function updates a CfnAppMonitor$MetricDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnAppMonitor$MetricDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dimensionKeys` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimension-keys` |
| `eventPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-pattern` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `unitLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit-label` |
| `valueKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:value-key` |
sourceraw docstring

build-cfn-app-monitor-metric-destination-property-builderclj

(build-cfn-app-monitor-metric-destination-property-builder builder id config)

The build-cfn-app-monitor-metric-destination-property-builder function updates a CfnAppMonitor$MetricDestinationProperty$Builder instance using the provided configuration. The function takes the CfnAppMonitor$MetricDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationjava.lang.Stringcdk.support/lookup-entry:destination
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
metricDefinitionsjava.util.Listcdk.support/lookup-entry:metric-definitions
The build-cfn-app-monitor-metric-destination-property-builder function updates a CfnAppMonitor$MetricDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnAppMonitor$MetricDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
| `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `metricDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-definitions` |
sourceraw docstring

build-cfn-app-monitor-props-builderclj

(build-cfn-app-monitor-props-builder builder id config)

The build-cfn-app-monitor-props-builder function updates a CfnAppMonitorProps$Builder instance using the provided configuration. The function takes the CfnAppMonitorProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appMonitorConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:app-monitor-configuration
customEventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-events
cwLogEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cw-log-enabled
domainjava.lang.Stringcdk.support/lookup-entry:domain
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-app-monitor-props-builder function updates a CfnAppMonitorProps$Builder instance using the provided configuration.
  The function takes the CfnAppMonitorProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appMonitorConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:app-monitor-configuration` |
| `customEvents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-events` |
| `cwLogEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cw-log-enabled` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-app-monitor-app-monitor-configuration-property-builderclj

(cfn-app-monitor-app-monitor-configuration-property-builder id config)

Creates a CfnAppMonitor$AppMonitorConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppMonitor$AppMonitorConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-monitor-builderclj

(cfn-app-monitor-builder scope id config)

Creates a CfnAppMonitor$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnAppMonitor$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-monitor-custom-events-property-builderclj

(cfn-app-monitor-custom-events-property-builder id config)

Creates a CfnAppMonitor$CustomEventsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppMonitor$CustomEventsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-monitor-metric-definition-property-builderclj

(cfn-app-monitor-metric-definition-property-builder id config)

Creates a CfnAppMonitor$MetricDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppMonitor$MetricDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-monitor-metric-destination-property-builderclj

(cfn-app-monitor-metric-destination-property-builder id config)

Creates a CfnAppMonitor$MetricDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppMonitor$MetricDestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-monitor-props-builderclj

(cfn-app-monitor-props-builder id config)

Creates a CfnAppMonitorProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppMonitorProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close