Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.internetmonitor package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.internetmonitor package.
(build-cfn-monitor-builder builder id config)
The build-cfn-monitor-builder function updates a CfnMonitor$Builder instance using the provided configuration. The function takes the CfnMonitor$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 |
---|---|---|---|
healthEventsConfig | software.amazon.awscdk.services.internetmonitor.CfnMonitor$HealthEventsConfigProperty | cdk.support/lookup-entry | :health-events-config |
includeLinkedAccounts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-linked-accounts |
internetMeasurementsLogDelivery | software.amazon.awscdk.services.internetmonitor.CfnMonitor$InternetMeasurementsLogDeliveryProperty | cdk.support/lookup-entry | :internet-measurements-log-delivery |
linkedAccountId | java.lang.String | cdk.support/lookup-entry | :linked-account-id |
maxCityNetworksToMonitor | java.lang.Number | cdk.support/lookup-entry | :max-city-networks-to-monitor |
monitorName | java.lang.String | cdk.support/lookup-entry | :monitor-name |
resources | java.util.List | cdk.support/lookup-entry | :resources |
resourcesToAdd | java.util.List | cdk.support/lookup-entry | :resources-to-add |
resourcesToRemove | java.util.List | cdk.support/lookup-entry | :resources-to-remove |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trafficPercentageToMonitor | java.lang.Number | cdk.support/lookup-entry | :traffic-percentage-to-monitor |
The build-cfn-monitor-builder function updates a CfnMonitor$Builder instance using the provided configuration. The function takes the CfnMonitor$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 | |---|---|---|---| | `healthEventsConfig` | software.amazon.awscdk.services.internetmonitor.CfnMonitor$HealthEventsConfigProperty | [[cdk.support/lookup-entry]] | `:health-events-config` | | `includeLinkedAccounts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-linked-accounts` | | `internetMeasurementsLogDelivery` | software.amazon.awscdk.services.internetmonitor.CfnMonitor$InternetMeasurementsLogDeliveryProperty | [[cdk.support/lookup-entry]] | `:internet-measurements-log-delivery` | | `linkedAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:linked-account-id` | | `maxCityNetworksToMonitor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-city-networks-to-monitor` | | `monitorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitor-name` | | `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` | | `resourcesToAdd` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-to-add` | | `resourcesToRemove` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-to-remove` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trafficPercentageToMonitor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:traffic-percentage-to-monitor` |
(build-cfn-monitor-health-events-config-property-builder builder id config)
The build-cfn-monitor-health-events-config-property-builder function updates a CfnMonitor$HealthEventsConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$HealthEventsConfigProperty$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 |
---|---|---|---|
availabilityLocalHealthEventsConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :availability-local-health-events-config |
availabilityScoreThreshold | java.lang.Number | cdk.support/lookup-entry | :availability-score-threshold |
performanceLocalHealthEventsConfig | software.amazon.awscdk.services.internetmonitor.CfnMonitor$LocalHealthEventsConfigProperty | cdk.support/lookup-entry | :performance-local-health-events-config |
performanceScoreThreshold | java.lang.Number | cdk.support/lookup-entry | :performance-score-threshold |
The build-cfn-monitor-health-events-config-property-builder function updates a CfnMonitor$HealthEventsConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$HealthEventsConfigProperty$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 | |---|---|---|---| | `availabilityLocalHealthEventsConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:availability-local-health-events-config` | | `availabilityScoreThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:availability-score-threshold` | | `performanceLocalHealthEventsConfig` | software.amazon.awscdk.services.internetmonitor.CfnMonitor$LocalHealthEventsConfigProperty | [[cdk.support/lookup-entry]] | `:performance-local-health-events-config` | | `performanceScoreThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:performance-score-threshold` |
(build-cfn-monitor-internet-measurements-log-delivery-property-builder builder
id
config)
The build-cfn-monitor-internet-measurements-log-delivery-property-builder function updates a CfnMonitor$InternetMeasurementsLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$InternetMeasurementsLogDeliveryProperty$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 |
---|---|---|---|
s3Config | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-config |
The build-cfn-monitor-internet-measurements-log-delivery-property-builder function updates a CfnMonitor$InternetMeasurementsLogDeliveryProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$InternetMeasurementsLogDeliveryProperty$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 | |---|---|---|---| | `s3Config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-config` |
(build-cfn-monitor-local-health-events-config-property-builder builder
id
config)
The build-cfn-monitor-local-health-events-config-property-builder function updates a CfnMonitor$LocalHealthEventsConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$LocalHealthEventsConfigProperty$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 |
---|---|---|---|
healthScoreThreshold | java.lang.Number | cdk.support/lookup-entry | :health-score-threshold |
minTrafficImpact | java.lang.Number | cdk.support/lookup-entry | :min-traffic-impact |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-monitor-local-health-events-config-property-builder function updates a CfnMonitor$LocalHealthEventsConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$LocalHealthEventsConfigProperty$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 | |---|---|---|---| | `healthScoreThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-score-threshold` | | `minTrafficImpact` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-traffic-impact` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-monitor-props-builder builder id config)
The build-cfn-monitor-props-builder function updates a CfnMonitorProps$Builder instance using the provided configuration. The function takes the CfnMonitorProps$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 |
---|---|---|---|
healthEventsConfig | software.amazon.awscdk.services.internetmonitor.CfnMonitor$HealthEventsConfigProperty | cdk.support/lookup-entry | :health-events-config |
includeLinkedAccounts | java.lang.Boolean | cdk.support/lookup-entry | :include-linked-accounts |
internetMeasurementsLogDelivery | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :internet-measurements-log-delivery |
linkedAccountId | java.lang.String | cdk.support/lookup-entry | :linked-account-id |
maxCityNetworksToMonitor | java.lang.Number | cdk.support/lookup-entry | :max-city-networks-to-monitor |
monitorName | java.lang.String | cdk.support/lookup-entry | :monitor-name |
resources | java.util.List | cdk.support/lookup-entry | :resources |
resourcesToAdd | java.util.List | cdk.support/lookup-entry | :resources-to-add |
resourcesToRemove | java.util.List | cdk.support/lookup-entry | :resources-to-remove |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trafficPercentageToMonitor | java.lang.Number | cdk.support/lookup-entry | :traffic-percentage-to-monitor |
The build-cfn-monitor-props-builder function updates a CfnMonitorProps$Builder instance using the provided configuration. The function takes the CfnMonitorProps$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 | |---|---|---|---| | `healthEventsConfig` | software.amazon.awscdk.services.internetmonitor.CfnMonitor$HealthEventsConfigProperty | [[cdk.support/lookup-entry]] | `:health-events-config` | | `includeLinkedAccounts` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-linked-accounts` | | `internetMeasurementsLogDelivery` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:internet-measurements-log-delivery` | | `linkedAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:linked-account-id` | | `maxCityNetworksToMonitor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-city-networks-to-monitor` | | `monitorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitor-name` | | `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` | | `resourcesToAdd` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-to-add` | | `resourcesToRemove` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-to-remove` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trafficPercentageToMonitor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:traffic-percentage-to-monitor` |
(build-cfn-monitor-s3-config-property-builder builder id config)
The build-cfn-monitor-s3-config-property-builder function updates a CfnMonitor$S3ConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$S3ConfigProperty$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 |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
bucketPrefix | java.lang.String | cdk.support/lookup-entry | :bucket-prefix |
logDeliveryStatus | java.lang.String | cdk.support/lookup-entry | :log-delivery-status |
The build-cfn-monitor-s3-config-property-builder function updates a CfnMonitor$S3ConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitor$S3ConfigProperty$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 | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` | | `logDeliveryStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-delivery-status` |
(cfn-monitor-builder scope id config)
Creates a CfnMonitor$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 `CfnMonitor$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 |
(cfn-monitor-health-events-config-property-builder id config)
Creates a CfnMonitor$HealthEventsConfigProperty$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 |
Creates a `CfnMonitor$HealthEventsConfigProperty$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 |
(cfn-monitor-internet-measurements-log-delivery-property-builder id config)
Creates a CfnMonitor$InternetMeasurementsLogDeliveryProperty$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 |
Creates a `CfnMonitor$InternetMeasurementsLogDeliveryProperty$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 |
(cfn-monitor-local-health-events-config-property-builder id config)
Creates a CfnMonitor$LocalHealthEventsConfigProperty$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 |
Creates a `CfnMonitor$LocalHealthEventsConfigProperty$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 |
(cfn-monitor-props-builder id config)
Creates a CfnMonitorProps$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 |
Creates a `CfnMonitorProps$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 |
(cfn-monitor-s3-config-property-builder id config)
Creates a CfnMonitor$S3ConfigProperty$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 |
Creates a `CfnMonitor$S3ConfigProperty$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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close