Liking cljdoc? Tell your friends :D

cdk.api.services.devopsguru

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

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

build-cfn-notification-channel-builderclj

(build-cfn-notification-channel-builder builder id config)

The build-cfn-notification-channel-builder function updates a CfnNotificationChannel$Builder instance using the provided configuration. The function takes the CfnNotificationChannel$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
configsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:config
The build-cfn-notification-channel-builder function updates a CfnNotificationChannel$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannel$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 |
|---|---|---|---|
| `config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config` |
sourceraw docstring

build-cfn-notification-channel-notification-channel-config-property-builderclj

(build-cfn-notification-channel-notification-channel-config-property-builder
  builder
  id
  config)

The build-cfn-notification-channel-notification-channel-config-property-builder function updates a CfnNotificationChannel$NotificationChannelConfigProperty$Builder instance using the provided configuration. The function takes the CfnNotificationChannel$NotificationChannelConfigProperty$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
filterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filters
snssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sns
The build-cfn-notification-channel-notification-channel-config-property-builder function updates a CfnNotificationChannel$NotificationChannelConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannel$NotificationChannelConfigProperty$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 |
|---|---|---|---|
| `filters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filters` |
| `sns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sns` |
sourceraw docstring

build-cfn-notification-channel-notification-filter-config-property-builderclj

(build-cfn-notification-channel-notification-filter-config-property-builder
  builder
  id
  config)

The build-cfn-notification-channel-notification-filter-config-property-builder function updates a CfnNotificationChannel$NotificationFilterConfigProperty$Builder instance using the provided configuration. The function takes the CfnNotificationChannel$NotificationFilterConfigProperty$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
messageTypesjava.util.Listcdk.support/lookup-entry:message-types
severitiesjava.util.Listcdk.support/lookup-entry:severities
The build-cfn-notification-channel-notification-filter-config-property-builder function updates a CfnNotificationChannel$NotificationFilterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannel$NotificationFilterConfigProperty$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 |
|---|---|---|---|
| `messageTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:message-types` |
| `severities` | java.util.List | [[cdk.support/lookup-entry]] | `:severities` |
sourceraw docstring

build-cfn-notification-channel-props-builderclj

(build-cfn-notification-channel-props-builder builder id config)

The build-cfn-notification-channel-props-builder function updates a CfnNotificationChannelProps$Builder instance using the provided configuration. The function takes the CfnNotificationChannelProps$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
configsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:config
The build-cfn-notification-channel-props-builder function updates a CfnNotificationChannelProps$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannelProps$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 |
|---|---|---|---|
| `config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config` |
sourceraw docstring

build-cfn-notification-channel-sns-channel-config-property-builderclj

(build-cfn-notification-channel-sns-channel-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-notification-channel-sns-channel-config-property-builder function updates a CfnNotificationChannel$SnsChannelConfigProperty$Builder instance using the provided configuration. The function takes the CfnNotificationChannel$SnsChannelConfigProperty$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
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-notification-channel-sns-channel-config-property-builder function updates a CfnNotificationChannel$SnsChannelConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannel$SnsChannelConfigProperty$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 |
|---|---|---|---|
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-resource-collection-builderclj

(build-cfn-resource-collection-builder builder id config)

The build-cfn-resource-collection-builder function updates a CfnResourceCollection$Builder instance using the provided configuration. The function takes the CfnResourceCollection$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
resourceCollectionFiltersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-collection-filter
The build-cfn-resource-collection-builder function updates a CfnResourceCollection$Builder instance using the provided configuration.
  The function takes the CfnResourceCollection$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 |
|---|---|---|---|
| `resourceCollectionFilter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-collection-filter` |
sourceraw docstring

build-cfn-resource-collection-cloud-formation-collection-filter-property-builderclj

(build-cfn-resource-collection-cloud-formation-collection-filter-property-builder
  builder
  id
  config)

The build-cfn-resource-collection-cloud-formation-collection-filter-property-builder function updates a CfnResourceCollection$CloudFormationCollectionFilterProperty$Builder instance using the provided configuration. The function takes the CfnResourceCollection$CloudFormationCollectionFilterProperty$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
stackNamesjava.util.Listcdk.support/lookup-entry:stack-names
The build-cfn-resource-collection-cloud-formation-collection-filter-property-builder function updates a CfnResourceCollection$CloudFormationCollectionFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceCollection$CloudFormationCollectionFilterProperty$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 |
|---|---|---|---|
| `stackNames` | java.util.List | [[cdk.support/lookup-entry]] | `:stack-names` |
sourceraw docstring

build-cfn-resource-collection-props-builderclj

(build-cfn-resource-collection-props-builder builder id config)

The build-cfn-resource-collection-props-builder function updates a CfnResourceCollectionProps$Builder instance using the provided configuration. The function takes the CfnResourceCollectionProps$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
resourceCollectionFiltersoftware.amazon.awscdk.services.devopsguru.CfnResourceCollection$ResourceCollectionFilterPropertycdk.support/lookup-entry:resource-collection-filter
The build-cfn-resource-collection-props-builder function updates a CfnResourceCollectionProps$Builder instance using the provided configuration.
  The function takes the CfnResourceCollectionProps$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 |
|---|---|---|---|
| `resourceCollectionFilter` | software.amazon.awscdk.services.devopsguru.CfnResourceCollection$ResourceCollectionFilterProperty | [[cdk.support/lookup-entry]] | `:resource-collection-filter` |
sourceraw docstring

build-cfn-resource-collection-resource-collection-filter-property-builderclj

(build-cfn-resource-collection-resource-collection-filter-property-builder
  builder
  id
  config)

The build-cfn-resource-collection-resource-collection-filter-property-builder function updates a CfnResourceCollection$ResourceCollectionFilterProperty$Builder instance using the provided configuration. The function takes the CfnResourceCollection$ResourceCollectionFilterProperty$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
cloudFormationsoftware.amazon.awscdk.services.devopsguru.CfnResourceCollection$CloudFormationCollectionFilterPropertycdk.support/lookup-entry:cloud-formation
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-resource-collection-resource-collection-filter-property-builder function updates a CfnResourceCollection$ResourceCollectionFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceCollection$ResourceCollectionFilterProperty$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 |
|---|---|---|---|
| `cloudFormation` | software.amazon.awscdk.services.devopsguru.CfnResourceCollection$CloudFormationCollectionFilterProperty | [[cdk.support/lookup-entry]] | `:cloud-formation` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-resource-collection-tag-collection-property-builderclj

(build-cfn-resource-collection-tag-collection-property-builder builder
                                                               id
                                                               config)

The build-cfn-resource-collection-tag-collection-property-builder function updates a CfnResourceCollection$TagCollectionProperty$Builder instance using the provided configuration. The function takes the CfnResourceCollection$TagCollectionProperty$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
appBoundaryKeyjava.lang.Stringcdk.support/lookup-entry:app-boundary-key
tagValuesjava.util.Listcdk.support/lookup-entry:tag-values
The build-cfn-resource-collection-tag-collection-property-builder function updates a CfnResourceCollection$TagCollectionProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceCollection$TagCollectionProperty$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 |
|---|---|---|---|
| `appBoundaryKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-boundary-key` |
| `tagValues` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-values` |
sourceraw docstring

cfn-log-anomaly-detection-integration-builderclj

(cfn-log-anomaly-detection-integration-builder scope id)

Creates a CfnLogAnomalyDetectionIntegration$Builder instance using a parent scope and ID, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
scopesoftware.constructs.ConstructThe parent scope construct of the object being built.
idString or Keyword or SymbolValue to use as both the ID of the object being build and the namespace when looking up configuration values.
Creates a  `CfnLogAnomalyDetectionIntegration$Builder` instance using a parent scope and ID, 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. |
sourceraw docstring

cfn-log-anomaly-detection-integration-props-builderclj

(cfn-log-anomaly-detection-integration-props-builder)

Creates a CfnLogAnomalyDetectionIntegrationProps$Builder instance using a no-argument construct,then builds it.

Creates a  `CfnLogAnomalyDetectionIntegrationProps$Builder` instance using a no-argument construct,then builds it.
sourceraw docstring

cfn-notification-channel-builderclj

(cfn-notification-channel-builder scope id config)

Creates a CfnNotificationChannel$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  `CfnNotificationChannel$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-notification-channel-notification-channel-config-property-builderclj

(cfn-notification-channel-notification-channel-config-property-builder id
                                                                       config)

Creates a CfnNotificationChannel$NotificationChannelConfigProperty$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  `CfnNotificationChannel$NotificationChannelConfigProperty$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-notification-channel-notification-filter-config-property-builderclj

(cfn-notification-channel-notification-filter-config-property-builder id config)

Creates a CfnNotificationChannel$NotificationFilterConfigProperty$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  `CfnNotificationChannel$NotificationFilterConfigProperty$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-notification-channel-props-builderclj

(cfn-notification-channel-props-builder id config)

Creates a CfnNotificationChannelProps$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  `CfnNotificationChannelProps$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-notification-channel-sns-channel-config-property-builderclj

(cfn-notification-channel-sns-channel-config-property-builder id config)

Creates a CfnNotificationChannel$SnsChannelConfigProperty$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  `CfnNotificationChannel$SnsChannelConfigProperty$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-resource-collection-builderclj

(cfn-resource-collection-builder scope id config)

Creates a CfnResourceCollection$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  `CfnResourceCollection$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-resource-collection-cloud-formation-collection-filter-property-builderclj

(cfn-resource-collection-cloud-formation-collection-filter-property-builder
  id
  config)

Creates a CfnResourceCollection$CloudFormationCollectionFilterProperty$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  `CfnResourceCollection$CloudFormationCollectionFilterProperty$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-resource-collection-props-builderclj

(cfn-resource-collection-props-builder id config)

Creates a CfnResourceCollectionProps$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  `CfnResourceCollectionProps$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-resource-collection-resource-collection-filter-property-builderclj

(cfn-resource-collection-resource-collection-filter-property-builder id config)

Creates a CfnResourceCollection$ResourceCollectionFilterProperty$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  `CfnResourceCollection$ResourceCollectionFilterProperty$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-resource-collection-tag-collection-property-builderclj

(cfn-resource-collection-tag-collection-property-builder id config)

Creates a CfnResourceCollection$TagCollectionProperty$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  `CfnResourceCollection$TagCollectionProperty$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