Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.events package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.events package.
(api-destination-attributes-builder id config)
Creates a ApiDestinationAttributes$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 `ApiDestinationAttributes$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 |
(api-destination-builder scope id config)
Creates a ApiDestination$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 `ApiDestination$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 |
(api-destination-props-builder id config)
Creates a ApiDestinationProps$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 `ApiDestinationProps$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 |
(archive-builder scope id config)
Creates a Archive$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 `Archive$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 |
(archive-props-builder id config)
Creates a ArchiveProps$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 `ArchiveProps$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 |
(base-archive-props-builder id config)
Creates a BaseArchiveProps$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 `BaseArchiveProps$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 |
(build-api-destination-attributes-builder builder id config)
The build-api-destination-attributes-builder function updates a ApiDestinationAttributes$Builder instance using the provided configuration. The function takes the ApiDestinationAttributes$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 |
---|---|---|---|
apiDestinationArn | java.lang.String | cdk.support/lookup-entry | :api-destination-arn |
connection | software.amazon.awscdk.services.events.IConnection | cdk.support/lookup-entry | :connection |
The build-api-destination-attributes-builder function updates a ApiDestinationAttributes$Builder instance using the provided configuration. The function takes the ApiDestinationAttributes$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 | |---|---|---|---| | `apiDestinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-destination-arn` | | `connection` | software.amazon.awscdk.services.events.IConnection | [[cdk.support/lookup-entry]] | `:connection` |
(build-api-destination-builder builder id config)
The build-api-destination-builder function updates a ApiDestination$Builder instance using the provided configuration. The function takes the ApiDestination$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 |
---|---|---|---|
apiDestinationName | java.lang.String | cdk.support/lookup-entry | :api-destination-name |
connection | software.amazon.awscdk.services.events.IConnection | cdk.support/lookup-entry | :connection |
description | java.lang.String | cdk.support/lookup-entry | :description |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
httpMethod | software.amazon.awscdk.services.events.HttpMethod | cdk.api.services.events/http-method | :http-method |
rateLimitPerSecond | java.lang.Number | cdk.support/lookup-entry | :rate-limit-per-second |
The build-api-destination-builder function updates a ApiDestination$Builder instance using the provided configuration. The function takes the ApiDestination$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 | |---|---|---|---| | `apiDestinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-destination-name` | | `connection` | software.amazon.awscdk.services.events.IConnection | [[cdk.support/lookup-entry]] | `:connection` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` | | `httpMethod` | software.amazon.awscdk.services.events.HttpMethod | [[cdk.api.services.events/http-method]] | `:http-method` | | `rateLimitPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rate-limit-per-second` |
(build-api-destination-props-builder builder id config)
The build-api-destination-props-builder function updates a ApiDestinationProps$Builder instance using the provided configuration. The function takes the ApiDestinationProps$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 |
---|---|---|---|
apiDestinationName | java.lang.String | cdk.support/lookup-entry | :api-destination-name |
connection | software.amazon.awscdk.services.events.IConnection | cdk.support/lookup-entry | :connection |
description | java.lang.String | cdk.support/lookup-entry | :description |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
httpMethod | software.amazon.awscdk.services.events.HttpMethod | cdk.api.services.events/http-method | :http-method |
rateLimitPerSecond | java.lang.Number | cdk.support/lookup-entry | :rate-limit-per-second |
The build-api-destination-props-builder function updates a ApiDestinationProps$Builder instance using the provided configuration. The function takes the ApiDestinationProps$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 | |---|---|---|---| | `apiDestinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-destination-name` | | `connection` | software.amazon.awscdk.services.events.IConnection | [[cdk.support/lookup-entry]] | `:connection` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` | | `httpMethod` | software.amazon.awscdk.services.events.HttpMethod | [[cdk.api.services.events/http-method]] | `:http-method` | | `rateLimitPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rate-limit-per-second` |
(build-archive-builder builder id config)
The build-archive-builder function updates a Archive$Builder instance using the provided configuration. The function takes the Archive$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 |
---|---|---|---|
archiveName | java.lang.String | cdk.support/lookup-entry | :archive-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
retention | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :retention |
sourceEventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :source-event-bus |
The build-archive-builder function updates a Archive$Builder instance using the provided configuration. The function takes the Archive$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 | |---|---|---|---| | `archiveName` | java.lang.String | [[cdk.support/lookup-entry]] | `:archive-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `retention` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retention` | | `sourceEventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:source-event-bus` |
(build-archive-props-builder builder id config)
The build-archive-props-builder function updates a ArchiveProps$Builder instance using the provided configuration. The function takes the ArchiveProps$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 |
---|---|---|---|
archiveName | java.lang.String | cdk.support/lookup-entry | :archive-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
retention | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :retention |
sourceEventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :source-event-bus |
The build-archive-props-builder function updates a ArchiveProps$Builder instance using the provided configuration. The function takes the ArchiveProps$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 | |---|---|---|---| | `archiveName` | java.lang.String | [[cdk.support/lookup-entry]] | `:archive-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `retention` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retention` | | `sourceEventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:source-event-bus` |
(build-base-archive-props-builder builder id config)
The build-base-archive-props-builder function updates a BaseArchiveProps$Builder instance using the provided configuration. The function takes the BaseArchiveProps$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 |
---|---|---|---|
archiveName | java.lang.String | cdk.support/lookup-entry | :archive-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
retention | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :retention |
The build-base-archive-props-builder function updates a BaseArchiveProps$Builder instance using the provided configuration. The function takes the BaseArchiveProps$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 | |---|---|---|---| | `archiveName` | java.lang.String | [[cdk.support/lookup-entry]] | `:archive-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `retention` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retention` |
(build-cfn-api-destination-builder builder id config)
The build-cfn-api-destination-builder function updates a CfnApiDestination$Builder instance using the provided configuration. The function takes the CfnApiDestination$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 |
---|---|---|---|
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
httpMethod | java.lang.String | cdk.support/lookup-entry | :http-method |
invocationEndpoint | java.lang.String | cdk.support/lookup-entry | :invocation-endpoint |
invocationRateLimitPerSecond | java.lang.Number | cdk.support/lookup-entry | :invocation-rate-limit-per-second |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-api-destination-builder function updates a CfnApiDestination$Builder instance using the provided configuration. The function takes the CfnApiDestination$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 | |---|---|---|---| | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` | | `invocationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-endpoint` | | `invocationRateLimitPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:invocation-rate-limit-per-second` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-api-destination-props-builder builder id config)
The build-cfn-api-destination-props-builder function updates a CfnApiDestinationProps$Builder instance using the provided configuration. The function takes the CfnApiDestinationProps$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 |
---|---|---|---|
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
httpMethod | java.lang.String | cdk.support/lookup-entry | :http-method |
invocationEndpoint | java.lang.String | cdk.support/lookup-entry | :invocation-endpoint |
invocationRateLimitPerSecond | java.lang.Number | cdk.support/lookup-entry | :invocation-rate-limit-per-second |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-api-destination-props-builder function updates a CfnApiDestinationProps$Builder instance using the provided configuration. The function takes the CfnApiDestinationProps$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 | |---|---|---|---| | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` | | `invocationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-endpoint` | | `invocationRateLimitPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:invocation-rate-limit-per-second` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-archive-builder builder id config)
The build-cfn-archive-builder function updates a CfnArchive$Builder instance using the provided configuration. The function takes the CfnArchive$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 |
---|---|---|---|
archiveName | java.lang.String | cdk.support/lookup-entry | :archive-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | java.lang.Object | cdk.support/lookup-entry | :event-pattern |
retentionDays | java.lang.Number | cdk.support/lookup-entry | :retention-days |
sourceArn | java.lang.String | cdk.support/lookup-entry | :source-arn |
The build-cfn-archive-builder function updates a CfnArchive$Builder instance using the provided configuration. The function takes the CfnArchive$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 | |---|---|---|---| | `archiveName` | java.lang.String | [[cdk.support/lookup-entry]] | `:archive-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:event-pattern` | | `retentionDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-days` | | `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` |
(build-cfn-archive-props-builder builder id config)
The build-cfn-archive-props-builder function updates a CfnArchiveProps$Builder instance using the provided configuration. The function takes the CfnArchiveProps$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 |
---|---|---|---|
archiveName | java.lang.String | cdk.support/lookup-entry | :archive-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | java.lang.Object | cdk.support/lookup-entry | :event-pattern |
retentionDays | java.lang.Number | cdk.support/lookup-entry | :retention-days |
sourceArn | java.lang.String | cdk.support/lookup-entry | :source-arn |
The build-cfn-archive-props-builder function updates a CfnArchiveProps$Builder instance using the provided configuration. The function takes the CfnArchiveProps$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 | |---|---|---|---| | `archiveName` | java.lang.String | [[cdk.support/lookup-entry]] | `:archive-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:event-pattern` | | `retentionDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-days` | | `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` |
(build-cfn-connection-api-key-auth-parameters-property-builder builder
id
config)
The build-cfn-connection-api-key-auth-parameters-property-builder function updates a CfnConnection$ApiKeyAuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ApiKeyAuthParametersProperty$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 |
---|---|---|---|
apiKeyName | java.lang.String | cdk.support/lookup-entry | :api-key-name |
apiKeyValue | java.lang.String | cdk.support/lookup-entry | :api-key-value |
The build-cfn-connection-api-key-auth-parameters-property-builder function updates a CfnConnection$ApiKeyAuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ApiKeyAuthParametersProperty$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 | |---|---|---|---| | `apiKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-name` | | `apiKeyValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-value` |
(build-cfn-connection-auth-parameters-property-builder builder id config)
The build-cfn-connection-auth-parameters-property-builder function updates a CfnConnection$AuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$AuthParametersProperty$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 |
---|---|---|---|
apiKeyAuthParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :api-key-auth-parameters |
basicAuthParameters | software.amazon.awscdk.services.events.CfnConnection$BasicAuthParametersProperty | cdk.support/lookup-entry | :basic-auth-parameters |
invocationHttpParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :invocation-http-parameters |
oAuthParameters | software.amazon.awscdk.services.events.CfnConnection$OAuthParametersProperty | cdk.support/lookup-entry | :o-auth-parameters |
The build-cfn-connection-auth-parameters-property-builder function updates a CfnConnection$AuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$AuthParametersProperty$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 | |---|---|---|---| | `apiKeyAuthParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:api-key-auth-parameters` | | `basicAuthParameters` | software.amazon.awscdk.services.events.CfnConnection$BasicAuthParametersProperty | [[cdk.support/lookup-entry]] | `:basic-auth-parameters` | | `invocationHttpParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:invocation-http-parameters` | | `oAuthParameters` | software.amazon.awscdk.services.events.CfnConnection$OAuthParametersProperty | [[cdk.support/lookup-entry]] | `:o-auth-parameters` |
(build-cfn-connection-basic-auth-parameters-property-builder builder id config)
The build-cfn-connection-basic-auth-parameters-property-builder function updates a CfnConnection$BasicAuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$BasicAuthParametersProperty$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 |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-connection-basic-auth-parameters-property-builder function updates a CfnConnection$BasicAuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$BasicAuthParametersProperty$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 | |---|---|---|---| | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-connection-builder builder id config)
The build-cfn-connection-builder function updates a CfnConnection$Builder instance using the provided configuration. The function takes the CfnConnection$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 |
---|---|---|---|
authParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auth-parameters |
authorizationType | java.lang.String | cdk.support/lookup-entry | :authorization-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-connection-builder function updates a CfnConnection$Builder instance using the provided configuration. The function takes the CfnConnection$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 | |---|---|---|---| | `authParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth-parameters` | | `authorizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-connection-client-parameters-property-builder builder id config)
The build-cfn-connection-client-parameters-property-builder function updates a CfnConnection$ClientParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ClientParametersProperty$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 |
---|---|---|---|
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | java.lang.String | cdk.support/lookup-entry | :client-secret |
The build-cfn-connection-client-parameters-property-builder function updates a CfnConnection$ClientParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ClientParametersProperty$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 | |---|---|---|---| | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
(build-cfn-connection-connection-http-parameters-property-builder builder
id
config)
The build-cfn-connection-connection-http-parameters-property-builder function updates a CfnConnection$ConnectionHttpParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ConnectionHttpParametersProperty$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 |
---|---|---|---|
bodyParameters | java.util.List | cdk.support/lookup-entry | :body-parameters |
headerParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :header-parameters |
queryStringParameters | java.util.List | cdk.support/lookup-entry | :query-string-parameters |
The build-cfn-connection-connection-http-parameters-property-builder function updates a CfnConnection$ConnectionHttpParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ConnectionHttpParametersProperty$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 | |---|---|---|---| | `bodyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:body-parameters` | | `headerParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:header-parameters` | | `queryStringParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
(build-cfn-connection-o-auth-parameters-property-builder builder id config)
The build-cfn-connection-o-auth-parameters-property-builder function updates a CfnConnection$OAuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$OAuthParametersProperty$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 |
---|---|---|---|
authorizationEndpoint | java.lang.String | cdk.support/lookup-entry | :authorization-endpoint |
clientParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :client-parameters |
httpMethod | java.lang.String | cdk.support/lookup-entry | :http-method |
oAuthHttpParameters | software.amazon.awscdk.services.events.CfnConnection$ConnectionHttpParametersProperty | cdk.support/lookup-entry | :o-auth-http-parameters |
The build-cfn-connection-o-auth-parameters-property-builder function updates a CfnConnection$OAuthParametersProperty$Builder instance using the provided configuration. The function takes the CfnConnection$OAuthParametersProperty$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 | |---|---|---|---| | `authorizationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-endpoint` | | `clientParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-parameters` | | `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` | | `oAuthHttpParameters` | software.amazon.awscdk.services.events.CfnConnection$ConnectionHttpParametersProperty | [[cdk.support/lookup-entry]] | `:o-auth-http-parameters` |
(build-cfn-connection-parameter-property-builder builder id config)
The build-cfn-connection-parameter-property-builder function updates a CfnConnection$ParameterProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ParameterProperty$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 |
---|---|---|---|
isValueSecret | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-value-secret |
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-connection-parameter-property-builder function updates a CfnConnection$ParameterProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ParameterProperty$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 | |---|---|---|---| | `isValueSecret` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-value-secret` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-connection-props-builder builder id config)
The build-cfn-connection-props-builder function updates a CfnConnectionProps$Builder instance using the provided configuration. The function takes the CfnConnectionProps$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 |
---|---|---|---|
authParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auth-parameters |
authorizationType | java.lang.String | cdk.support/lookup-entry | :authorization-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-connection-props-builder function updates a CfnConnectionProps$Builder instance using the provided configuration. The function takes the CfnConnectionProps$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 | |---|---|---|---| | `authParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth-parameters` | | `authorizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-endpoint-builder builder id config)
The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration. The function takes the CfnEndpoint$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBuses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-buses |
name | java.lang.String | cdk.support/lookup-entry | :name |
replicationConfig | software.amazon.awscdk.services.events.CfnEndpoint$ReplicationConfigProperty | cdk.support/lookup-entry | :replication-config |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
routingConfig | software.amazon.awscdk.services.events.CfnEndpoint$RoutingConfigProperty | cdk.support/lookup-entry | :routing-config |
The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration. The function takes the CfnEndpoint$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBuses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-buses` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `replicationConfig` | software.amazon.awscdk.services.events.CfnEndpoint$ReplicationConfigProperty | [[cdk.support/lookup-entry]] | `:replication-config` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `routingConfig` | software.amazon.awscdk.services.events.CfnEndpoint$RoutingConfigProperty | [[cdk.support/lookup-entry]] | `:routing-config` |
(build-cfn-endpoint-endpoint-event-bus-property-builder builder id config)
The build-cfn-endpoint-endpoint-event-bus-property-builder function updates a CfnEndpoint$EndpointEventBusProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$EndpointEventBusProperty$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 |
---|---|---|---|
eventBusArn | java.lang.String | cdk.support/lookup-entry | :event-bus-arn |
The build-cfn-endpoint-endpoint-event-bus-property-builder function updates a CfnEndpoint$EndpointEventBusProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$EndpointEventBusProperty$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 | |---|---|---|---| | `eventBusArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-arn` |
(build-cfn-endpoint-failover-config-property-builder builder id config)
The build-cfn-endpoint-failover-config-property-builder function updates a CfnEndpoint$FailoverConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$FailoverConfigProperty$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 |
---|---|---|---|
primary | software.amazon.awscdk.services.events.CfnEndpoint$PrimaryProperty | cdk.support/lookup-entry | :primary |
secondary | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :secondary |
The build-cfn-endpoint-failover-config-property-builder function updates a CfnEndpoint$FailoverConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$FailoverConfigProperty$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 | |---|---|---|---| | `primary` | software.amazon.awscdk.services.events.CfnEndpoint$PrimaryProperty | [[cdk.support/lookup-entry]] | `:primary` | | `secondary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secondary` |
(build-cfn-endpoint-primary-property-builder builder id config)
The build-cfn-endpoint-primary-property-builder function updates a CfnEndpoint$PrimaryProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$PrimaryProperty$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 |
---|---|---|---|
healthCheck | java.lang.String | cdk.support/lookup-entry | :health-check |
The build-cfn-endpoint-primary-property-builder function updates a CfnEndpoint$PrimaryProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$PrimaryProperty$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 | |---|---|---|---| | `healthCheck` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check` |
(build-cfn-endpoint-props-builder builder id config)
The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration. The function takes the CfnEndpointProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBuses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-buses |
name | java.lang.String | cdk.support/lookup-entry | :name |
replicationConfig | software.amazon.awscdk.services.events.CfnEndpoint$ReplicationConfigProperty | cdk.support/lookup-entry | :replication-config |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
routingConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :routing-config |
The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration. The function takes the CfnEndpointProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBuses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-buses` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `replicationConfig` | software.amazon.awscdk.services.events.CfnEndpoint$ReplicationConfigProperty | [[cdk.support/lookup-entry]] | `:replication-config` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `routingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:routing-config` |
(build-cfn-endpoint-replication-config-property-builder builder id config)
The build-cfn-endpoint-replication-config-property-builder function updates a CfnEndpoint$ReplicationConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$ReplicationConfigProperty$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 |
---|---|---|---|
state | java.lang.String | cdk.support/lookup-entry | :state |
The build-cfn-endpoint-replication-config-property-builder function updates a CfnEndpoint$ReplicationConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$ReplicationConfigProperty$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 | |---|---|---|---| | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
(build-cfn-endpoint-routing-config-property-builder builder id config)
The build-cfn-endpoint-routing-config-property-builder function updates a CfnEndpoint$RoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$RoutingConfigProperty$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 |
---|---|---|---|
failoverConfig | software.amazon.awscdk.services.events.CfnEndpoint$FailoverConfigProperty | cdk.support/lookup-entry | :failover-config |
The build-cfn-endpoint-routing-config-property-builder function updates a CfnEndpoint$RoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$RoutingConfigProperty$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 | |---|---|---|---| | `failoverConfig` | software.amazon.awscdk.services.events.CfnEndpoint$FailoverConfigProperty | [[cdk.support/lookup-entry]] | `:failover-config` |
(build-cfn-endpoint-secondary-property-builder builder id config)
The build-cfn-endpoint-secondary-property-builder function updates a CfnEndpoint$SecondaryProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$SecondaryProperty$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 |
---|---|---|---|
route | java.lang.String | cdk.support/lookup-entry | :route |
The build-cfn-endpoint-secondary-property-builder function updates a CfnEndpoint$SecondaryProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$SecondaryProperty$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 | |---|---|---|---| | `route` | java.lang.String | [[cdk.support/lookup-entry]] | `:route` |
(build-cfn-event-bus-builder builder id config)
The build-cfn-event-bus-builder function updates a CfnEventBus$Builder instance using the provided configuration. The function takes the CfnEventBus$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 |
---|---|---|---|
deadLetterConfig | software.amazon.awscdk.services.events.CfnEventBus$DeadLetterConfigProperty | cdk.support/lookup-entry | :dead-letter-config |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventSourceName | java.lang.String | cdk.support/lookup-entry | :event-source-name |
kmsKeyIdentifier | java.lang.String | cdk.support/lookup-entry | :kms-key-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-event-bus-builder function updates a CfnEventBus$Builder instance using the provided configuration. The function takes the CfnEventBus$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 | |---|---|---|---| | `deadLetterConfig` | software.amazon.awscdk.services.events.CfnEventBus$DeadLetterConfigProperty | [[cdk.support/lookup-entry]] | `:dead-letter-config` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-name` | | `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-event-bus-dead-letter-config-property-builder builder id config)
The build-cfn-event-bus-dead-letter-config-property-builder function updates a CfnEventBus$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventBus$DeadLetterConfigProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-event-bus-dead-letter-config-property-builder function updates a CfnEventBus$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventBus$DeadLetterConfigProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-event-bus-policy-builder builder id config)
The build-cfn-event-bus-policy-builder function updates a CfnEventBusPolicy$Builder instance using the provided configuration. The function takes the CfnEventBusPolicy$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
condition | software.amazon.awscdk.services.events.CfnEventBusPolicy$ConditionProperty | cdk.support/lookup-entry | :condition |
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
principal | java.lang.String | cdk.support/lookup-entry | :principal |
statement | java.lang.Object | cdk.support/lookup-entry | :statement |
statementId | java.lang.String | cdk.support/lookup-entry | :statement-id |
The build-cfn-event-bus-policy-builder function updates a CfnEventBusPolicy$Builder instance using the provided configuration. The function takes the CfnEventBusPolicy$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `condition` | software.amazon.awscdk.services.events.CfnEventBusPolicy$ConditionProperty | [[cdk.support/lookup-entry]] | `:condition` | | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` | | `statement` | java.lang.Object | [[cdk.support/lookup-entry]] | `:statement` | | `statementId` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-id` |
(build-cfn-event-bus-policy-condition-property-builder builder id config)
The build-cfn-event-bus-policy-condition-property-builder function updates a CfnEventBusPolicy$ConditionProperty$Builder instance using the provided configuration. The function takes the CfnEventBusPolicy$ConditionProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-event-bus-policy-condition-property-builder function updates a CfnEventBusPolicy$ConditionProperty$Builder instance using the provided configuration. The function takes the CfnEventBusPolicy$ConditionProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-event-bus-policy-props-builder builder id config)
The build-cfn-event-bus-policy-props-builder function updates a CfnEventBusPolicyProps$Builder instance using the provided configuration. The function takes the CfnEventBusPolicyProps$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
condition | software.amazon.awscdk.services.events.CfnEventBusPolicy$ConditionProperty | cdk.support/lookup-entry | :condition |
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
principal | java.lang.String | cdk.support/lookup-entry | :principal |
statement | java.lang.Object | cdk.support/lookup-entry | :statement |
statementId | java.lang.String | cdk.support/lookup-entry | :statement-id |
The build-cfn-event-bus-policy-props-builder function updates a CfnEventBusPolicyProps$Builder instance using the provided configuration. The function takes the CfnEventBusPolicyProps$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `condition` | software.amazon.awscdk.services.events.CfnEventBusPolicy$ConditionProperty | [[cdk.support/lookup-entry]] | `:condition` | | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` | | `statement` | java.lang.Object | [[cdk.support/lookup-entry]] | `:statement` | | `statementId` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-id` |
(build-cfn-event-bus-props-builder builder id config)
The build-cfn-event-bus-props-builder function updates a CfnEventBusProps$Builder instance using the provided configuration. The function takes the CfnEventBusProps$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 |
---|---|---|---|
deadLetterConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dead-letter-config |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventSourceName | java.lang.String | cdk.support/lookup-entry | :event-source-name |
kmsKeyIdentifier | java.lang.String | cdk.support/lookup-entry | :kms-key-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-event-bus-props-builder function updates a CfnEventBusProps$Builder instance using the provided configuration. The function takes the CfnEventBusProps$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 | |---|---|---|---| | `deadLetterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dead-letter-config` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-name` | | `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-rule-app-sync-parameters-property-builder builder id config)
The build-cfn-rule-app-sync-parameters-property-builder function updates a CfnRule$AppSyncParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$AppSyncParametersProperty$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 |
---|---|---|---|
graphQlOperation | java.lang.String | cdk.support/lookup-entry | :graph-ql-operation |
The build-cfn-rule-app-sync-parameters-property-builder function updates a CfnRule$AppSyncParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$AppSyncParametersProperty$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 | |---|---|---|---| | `graphQlOperation` | java.lang.String | [[cdk.support/lookup-entry]] | `:graph-ql-operation` |
(build-cfn-rule-aws-vpc-configuration-property-builder builder id config)
The build-cfn-rule-aws-vpc-configuration-property-builder function updates a CfnRule$AwsVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRule$AwsVpcConfigurationProperty$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 |
---|---|---|---|
assignPublicIp | java.lang.String | cdk.support/lookup-entry | :assign-public-ip |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
The build-cfn-rule-aws-vpc-configuration-property-builder function updates a CfnRule$AwsVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRule$AwsVpcConfigurationProperty$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 | |---|---|---|---| | `assignPublicIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:assign-public-ip` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
(build-cfn-rule-batch-array-properties-property-builder builder id config)
The build-cfn-rule-batch-array-properties-property-builder function updates a CfnRule$BatchArrayPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnRule$BatchArrayPropertiesProperty$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 |
---|---|---|---|
size | java.lang.Number | cdk.support/lookup-entry | :size |
The build-cfn-rule-batch-array-properties-property-builder function updates a CfnRule$BatchArrayPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnRule$BatchArrayPropertiesProperty$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 | |---|---|---|---| | `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
(build-cfn-rule-batch-parameters-property-builder builder id config)
The build-cfn-rule-batch-parameters-property-builder function updates a CfnRule$BatchParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$BatchParametersProperty$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 |
---|---|---|---|
arrayProperties | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :array-properties |
jobDefinition | java.lang.String | cdk.support/lookup-entry | :job-definition |
jobName | java.lang.String | cdk.support/lookup-entry | :job-name |
retryStrategy | software.amazon.awscdk.services.events.CfnRule$BatchRetryStrategyProperty | cdk.support/lookup-entry | :retry-strategy |
The build-cfn-rule-batch-parameters-property-builder function updates a CfnRule$BatchParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$BatchParametersProperty$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 | |---|---|---|---| | `arrayProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:array-properties` | | `jobDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition` | | `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` | | `retryStrategy` | software.amazon.awscdk.services.events.CfnRule$BatchRetryStrategyProperty | [[cdk.support/lookup-entry]] | `:retry-strategy` |
(build-cfn-rule-batch-retry-strategy-property-builder builder id config)
The build-cfn-rule-batch-retry-strategy-property-builder function updates a CfnRule$BatchRetryStrategyProperty$Builder instance using the provided configuration. The function takes the CfnRule$BatchRetryStrategyProperty$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 |
---|---|---|---|
attempts | java.lang.Number | cdk.support/lookup-entry | :attempts |
The build-cfn-rule-batch-retry-strategy-property-builder function updates a CfnRule$BatchRetryStrategyProperty$Builder instance using the provided configuration. The function takes the CfnRule$BatchRetryStrategyProperty$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 | |---|---|---|---| | `attempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:attempts` |
(build-cfn-rule-builder builder id config)
The build-cfn-rule-builder function updates a CfnRule$Builder instance using the provided configuration. The function takes the CfnRule$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
eventPattern | java.lang.Object | cdk.support/lookup-entry | :event-pattern |
name | java.lang.String | cdk.support/lookup-entry | :name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
state | java.lang.String | cdk.support/lookup-entry | :state |
targets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :targets |
The build-cfn-rule-builder function updates a CfnRule$Builder instance using the provided configuration. The function takes the CfnRule$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `eventPattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:event-pattern` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` | | `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-rule-capacity-provider-strategy-item-property-builder builder
id
config)
The build-cfn-rule-capacity-provider-strategy-item-property-builder function updates a CfnRule$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration. The function takes the CfnRule$CapacityProviderStrategyItemProperty$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 |
---|---|---|---|
base | java.lang.Number | cdk.support/lookup-entry | :base |
capacityProvider | java.lang.String | cdk.support/lookup-entry | :capacity-provider |
weight | java.lang.Number | cdk.support/lookup-entry | :weight |
The build-cfn-rule-capacity-provider-strategy-item-property-builder function updates a CfnRule$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration. The function takes the CfnRule$CapacityProviderStrategyItemProperty$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 | |---|---|---|---| | `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` | | `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` | | `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
(build-cfn-rule-dead-letter-config-property-builder builder id config)
The build-cfn-rule-dead-letter-config-property-builder function updates a CfnRule$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnRule$DeadLetterConfigProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-rule-dead-letter-config-property-builder function updates a CfnRule$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnRule$DeadLetterConfigProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-rule-ecs-parameters-property-builder builder id config)
The build-cfn-rule-ecs-parameters-property-builder function updates a CfnRule$EcsParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$EcsParametersProperty$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 |
---|---|---|---|
capacityProviderStrategy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :capacity-provider-strategy |
enableEcsManagedTags | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-ecs-managed-tags |
enableExecuteCommand | java.lang.Boolean | cdk.support/lookup-entry | :enable-execute-command |
group | java.lang.String | cdk.support/lookup-entry | :group |
launchType | java.lang.String | cdk.support/lookup-entry | :launch-type |
networkConfiguration | software.amazon.awscdk.services.events.CfnRule$NetworkConfigurationProperty | cdk.support/lookup-entry | :network-configuration |
placementConstraints | java.util.List | cdk.support/lookup-entry | :placement-constraints |
placementStrategies | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :placement-strategies |
platformVersion | java.lang.String | cdk.support/lookup-entry | :platform-version |
propagateTags | java.lang.String | cdk.support/lookup-entry | :propagate-tags |
referenceId | java.lang.String | cdk.support/lookup-entry | :reference-id |
tagList | java.util.List | cdk.support/lookup-entry | :tag-list |
taskCount | java.lang.Number | cdk.support/lookup-entry | :task-count |
taskDefinitionArn | java.lang.String | cdk.support/lookup-entry | :task-definition-arn |
The build-cfn-rule-ecs-parameters-property-builder function updates a CfnRule$EcsParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$EcsParametersProperty$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 | |---|---|---|---| | `capacityProviderStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capacity-provider-strategy` | | `enableEcsManagedTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` | | `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` | | `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` | | `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` | | `networkConfiguration` | software.amazon.awscdk.services.events.CfnRule$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` | | `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` | | `placementStrategies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-strategies` | | `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` | | `propagateTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagate-tags` | | `referenceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:reference-id` | | `tagList` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-list` | | `taskCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:task-count` | | `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
(build-cfn-rule-http-parameters-property-builder builder id config)
The build-cfn-rule-http-parameters-property-builder function updates a CfnRule$HttpParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$HttpParametersProperty$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 |
---|---|---|---|
headerParameters | java.util.Map | cdk.support/lookup-entry | :header-parameters |
pathParameterValues | java.util.List | cdk.support/lookup-entry | :path-parameter-values |
queryStringParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :query-string-parameters |
The build-cfn-rule-http-parameters-property-builder function updates a CfnRule$HttpParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$HttpParametersProperty$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 | |---|---|---|---| | `headerParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:header-parameters` | | `pathParameterValues` | java.util.List | [[cdk.support/lookup-entry]] | `:path-parameter-values` | | `queryStringParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
(build-cfn-rule-input-transformer-property-builder builder id config)
The build-cfn-rule-input-transformer-property-builder function updates a CfnRule$InputTransformerProperty$Builder instance using the provided configuration. The function takes the CfnRule$InputTransformerProperty$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 |
---|---|---|---|
inputPathsMap | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :input-paths-map |
inputTemplate | java.lang.String | cdk.support/lookup-entry | :input-template |
The build-cfn-rule-input-transformer-property-builder function updates a CfnRule$InputTransformerProperty$Builder instance using the provided configuration. The function takes the CfnRule$InputTransformerProperty$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 | |---|---|---|---| | `inputPathsMap` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-paths-map` | | `inputTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-template` |
(build-cfn-rule-kinesis-parameters-property-builder builder id config)
The build-cfn-rule-kinesis-parameters-property-builder function updates a CfnRule$KinesisParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$KinesisParametersProperty$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 |
---|---|---|---|
partitionKeyPath | java.lang.String | cdk.support/lookup-entry | :partition-key-path |
The build-cfn-rule-kinesis-parameters-property-builder function updates a CfnRule$KinesisParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$KinesisParametersProperty$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 | |---|---|---|---| | `partitionKeyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:partition-key-path` |
(build-cfn-rule-network-configuration-property-builder builder id config)
The build-cfn-rule-network-configuration-property-builder function updates a CfnRule$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRule$NetworkConfigurationProperty$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 |
---|---|---|---|
awsVpcConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :aws-vpc-configuration |
The build-cfn-rule-network-configuration-property-builder function updates a CfnRule$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRule$NetworkConfigurationProperty$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 | |---|---|---|---| | `awsVpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aws-vpc-configuration` |
(build-cfn-rule-placement-constraint-property-builder builder id config)
The build-cfn-rule-placement-constraint-property-builder function updates a CfnRule$PlacementConstraintProperty$Builder instance using the provided configuration. The function takes the CfnRule$PlacementConstraintProperty$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 |
---|---|---|---|
expression | java.lang.String | cdk.support/lookup-entry | :expression |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-rule-placement-constraint-property-builder function updates a CfnRule$PlacementConstraintProperty$Builder instance using the provided configuration. The function takes the CfnRule$PlacementConstraintProperty$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 | |---|---|---|---| | `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-rule-placement-strategy-property-builder builder id config)
The build-cfn-rule-placement-strategy-property-builder function updates a CfnRule$PlacementStrategyProperty$Builder instance using the provided configuration. The function takes the CfnRule$PlacementStrategyProperty$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 |
---|---|---|---|
field | java.lang.String | cdk.support/lookup-entry | :field |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-rule-placement-strategy-property-builder function updates a CfnRule$PlacementStrategyProperty$Builder instance using the provided configuration. The function takes the CfnRule$PlacementStrategyProperty$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 | |---|---|---|---| | `field` | java.lang.String | [[cdk.support/lookup-entry]] | `:field` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-rule-props-builder builder id config)
The build-cfn-rule-props-builder function updates a CfnRuleProps$Builder instance using the provided configuration. The function takes the CfnRuleProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
eventPattern | java.lang.Object | cdk.support/lookup-entry | :event-pattern |
name | java.lang.String | cdk.support/lookup-entry | :name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
state | java.lang.String | cdk.support/lookup-entry | :state |
targets | java.util.List | cdk.support/lookup-entry | :targets |
The build-cfn-rule-props-builder function updates a CfnRuleProps$Builder instance using the provided configuration. The function takes the CfnRuleProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `eventPattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:event-pattern` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-rule-redshift-data-parameters-property-builder builder id config)
The build-cfn-rule-redshift-data-parameters-property-builder function updates a CfnRule$RedshiftDataParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$RedshiftDataParametersProperty$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 |
---|---|---|---|
database | java.lang.String | cdk.support/lookup-entry | :database |
dbUser | java.lang.String | cdk.support/lookup-entry | :db-user |
secretManagerArn | java.lang.String | cdk.support/lookup-entry | :secret-manager-arn |
sql | java.lang.String | cdk.support/lookup-entry | :sql |
sqls | java.util.List | cdk.support/lookup-entry | :sqls |
statementName | java.lang.String | cdk.support/lookup-entry | :statement-name |
withEvent | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :with-event |
The build-cfn-rule-redshift-data-parameters-property-builder function updates a CfnRule$RedshiftDataParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$RedshiftDataParametersProperty$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 | |---|---|---|---| | `database` | java.lang.String | [[cdk.support/lookup-entry]] | `:database` | | `dbUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-user` | | `secretManagerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-manager-arn` | | `sql` | java.lang.String | [[cdk.support/lookup-entry]] | `:sql` | | `sqls` | java.util.List | [[cdk.support/lookup-entry]] | `:sqls` | | `statementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-name` | | `withEvent` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:with-event` |
(build-cfn-rule-retry-policy-property-builder builder id config)
The build-cfn-rule-retry-policy-property-builder function updates a CfnRule$RetryPolicyProperty$Builder instance using the provided configuration. The function takes the CfnRule$RetryPolicyProperty$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 |
---|---|---|---|
maximumEventAgeInSeconds | java.lang.Number | cdk.support/lookup-entry | :maximum-event-age-in-seconds |
maximumRetryAttempts | java.lang.Number | cdk.support/lookup-entry | :maximum-retry-attempts |
The build-cfn-rule-retry-policy-property-builder function updates a CfnRule$RetryPolicyProperty$Builder instance using the provided configuration. The function takes the CfnRule$RetryPolicyProperty$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 | |---|---|---|---| | `maximumEventAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-event-age-in-seconds` | | `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
(build-cfn-rule-run-command-parameters-property-builder builder id config)
The build-cfn-rule-run-command-parameters-property-builder function updates a CfnRule$RunCommandParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$RunCommandParametersProperty$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 |
---|---|---|---|
runCommandTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :run-command-targets |
The build-cfn-rule-run-command-parameters-property-builder function updates a CfnRule$RunCommandParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$RunCommandParametersProperty$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 | |---|---|---|---| | `runCommandTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:run-command-targets` |
(build-cfn-rule-run-command-target-property-builder builder id config)
The build-cfn-rule-run-command-target-property-builder function updates a CfnRule$RunCommandTargetProperty$Builder instance using the provided configuration. The function takes the CfnRule$RunCommandTargetProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-rule-run-command-target-property-builder function updates a CfnRule$RunCommandTargetProperty$Builder instance using the provided configuration. The function takes the CfnRule$RunCommandTargetProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-rule-sage-maker-pipeline-parameter-property-builder builder
id
config)
The build-cfn-rule-sage-maker-pipeline-parameter-property-builder function updates a CfnRule$SageMakerPipelineParameterProperty$Builder instance using the provided configuration. The function takes the CfnRule$SageMakerPipelineParameterProperty$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-rule-sage-maker-pipeline-parameter-property-builder function updates a CfnRule$SageMakerPipelineParameterProperty$Builder instance using the provided configuration. The function takes the CfnRule$SageMakerPipelineParameterProperty$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-rule-sage-maker-pipeline-parameters-property-builder builder
id
config)
The build-cfn-rule-sage-maker-pipeline-parameters-property-builder function updates a CfnRule$SageMakerPipelineParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$SageMakerPipelineParametersProperty$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 |
---|---|---|---|
pipelineParameterList | java.util.List | cdk.support/lookup-entry | :pipeline-parameter-list |
The build-cfn-rule-sage-maker-pipeline-parameters-property-builder function updates a CfnRule$SageMakerPipelineParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$SageMakerPipelineParametersProperty$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 | |---|---|---|---| | `pipelineParameterList` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-parameter-list` |
(build-cfn-rule-sqs-parameters-property-builder builder id config)
The build-cfn-rule-sqs-parameters-property-builder function updates a CfnRule$SqsParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$SqsParametersProperty$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 |
---|---|---|---|
messageGroupId | java.lang.String | cdk.support/lookup-entry | :message-group-id |
The build-cfn-rule-sqs-parameters-property-builder function updates a CfnRule$SqsParametersProperty$Builder instance using the provided configuration. The function takes the CfnRule$SqsParametersProperty$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 | |---|---|---|---| | `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
(build-cfn-rule-tag-property-builder builder id config)
The build-cfn-rule-tag-property-builder function updates a CfnRule$TagProperty$Builder instance using the provided configuration. The function takes the CfnRule$TagProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-rule-tag-property-builder function updates a CfnRule$TagProperty$Builder instance using the provided configuration. The function takes the CfnRule$TagProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-rule-target-property-builder builder id config)
The build-cfn-rule-target-property-builder function updates a CfnRule$TargetProperty$Builder instance using the provided configuration. The function takes the CfnRule$TargetProperty$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 |
---|---|---|---|
appSyncParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :app-sync-parameters |
arn | java.lang.String | cdk.support/lookup-entry | :arn |
batchParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :batch-parameters |
deadLetterConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dead-letter-config |
ecsParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ecs-parameters |
httpParameters | software.amazon.awscdk.services.events.CfnRule$HttpParametersProperty | cdk.support/lookup-entry | :http-parameters |
id | java.lang.String | cdk.support/lookup-entry | :id |
input | java.lang.String | cdk.support/lookup-entry | :input |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
inputTransformer | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :input-transformer |
kinesisParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kinesis-parameters |
redshiftDataParameters | software.amazon.awscdk.services.events.CfnRule$RedshiftDataParametersProperty | cdk.support/lookup-entry | :redshift-data-parameters |
retryPolicy | software.amazon.awscdk.services.events.CfnRule$RetryPolicyProperty | cdk.support/lookup-entry | :retry-policy |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
runCommandParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :run-command-parameters |
sageMakerPipelineParameters | software.amazon.awscdk.services.events.CfnRule$SageMakerPipelineParametersProperty | cdk.support/lookup-entry | :sage-maker-pipeline-parameters |
sqsParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sqs-parameters |
The build-cfn-rule-target-property-builder function updates a CfnRule$TargetProperty$Builder instance using the provided configuration. The function takes the CfnRule$TargetProperty$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 | |---|---|---|---| | `appSyncParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:app-sync-parameters` | | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `batchParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-parameters` | | `deadLetterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dead-letter-config` | | `ecsParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecs-parameters` | | `httpParameters` | software.amazon.awscdk.services.events.CfnRule$HttpParametersProperty | [[cdk.support/lookup-entry]] | `:http-parameters` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `inputTransformer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-transformer` | | `kinesisParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-parameters` | | `redshiftDataParameters` | software.amazon.awscdk.services.events.CfnRule$RedshiftDataParametersProperty | [[cdk.support/lookup-entry]] | `:redshift-data-parameters` | | `retryPolicy` | software.amazon.awscdk.services.events.CfnRule$RetryPolicyProperty | [[cdk.support/lookup-entry]] | `:retry-policy` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `runCommandParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:run-command-parameters` | | `sageMakerPipelineParameters` | software.amazon.awscdk.services.events.CfnRule$SageMakerPipelineParametersProperty | [[cdk.support/lookup-entry]] | `:sage-maker-pipeline-parameters` | | `sqsParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sqs-parameters` |
(build-connection-attributes-builder builder id config)
The build-connection-attributes-builder function updates a ConnectionAttributes$Builder instance using the provided configuration. The function takes the ConnectionAttributes$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 |
---|---|---|---|
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
connectionSecretArn | java.lang.String | cdk.support/lookup-entry | :connection-secret-arn |
The build-connection-attributes-builder function updates a ConnectionAttributes$Builder instance using the provided configuration. The function takes the ConnectionAttributes$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 | |---|---|---|---| | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` | | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `connectionSecretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-secret-arn` |
(build-connection-builder builder id config)
The build-connection-builder function updates a Connection$Builder instance using the provided configuration. The function takes the Connection$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 |
---|---|---|---|
authorization | software.amazon.awscdk.services.events.Authorization | cdk.support/lookup-entry | :authorization |
bodyParameters | java.util.Map | cdk.support/lookup-entry | :body-parameters |
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
headerParameters | java.util.Map | cdk.support/lookup-entry | :header-parameters |
queryStringParameters | java.util.Map | cdk.support/lookup-entry | :query-string-parameters |
The build-connection-builder function updates a Connection$Builder instance using the provided configuration. The function takes the Connection$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 | |---|---|---|---| | `authorization` | software.amazon.awscdk.services.events.Authorization | [[cdk.support/lookup-entry]] | `:authorization` | | `bodyParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:body-parameters` | | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `headerParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:header-parameters` | | `queryStringParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
(build-connection-props-builder builder id config)
The build-connection-props-builder function updates a ConnectionProps$Builder instance using the provided configuration. The function takes the ConnectionProps$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 |
---|---|---|---|
authorization | software.amazon.awscdk.services.events.Authorization | cdk.support/lookup-entry | :authorization |
bodyParameters | java.util.Map | cdk.support/lookup-entry | :body-parameters |
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
headerParameters | java.util.Map | cdk.support/lookup-entry | :header-parameters |
queryStringParameters | java.util.Map | cdk.support/lookup-entry | :query-string-parameters |
The build-connection-props-builder function updates a ConnectionProps$Builder instance using the provided configuration. The function takes the ConnectionProps$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 | |---|---|---|---| | `authorization` | software.amazon.awscdk.services.events.Authorization | [[cdk.support/lookup-entry]] | `:authorization` | | `bodyParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:body-parameters` | | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `headerParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:header-parameters` | | `queryStringParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
(build-cron-options-builder builder id config)
The build-cron-options-builder function updates a CronOptions$Builder instance using the provided configuration. The function takes the CronOptions$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 |
---|---|---|---|
day | java.lang.String | cdk.support/lookup-entry | :day |
hour | java.lang.String | cdk.support/lookup-entry | :hour |
minute | java.lang.String | cdk.support/lookup-entry | :minute |
month | java.lang.String | cdk.support/lookup-entry | :month |
weekDay | java.lang.String | cdk.support/lookup-entry | :week-day |
year | java.lang.String | cdk.support/lookup-entry | :year |
The build-cron-options-builder function updates a CronOptions$Builder instance using the provided configuration. The function takes the CronOptions$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 | |---|---|---|---| | `day` | java.lang.String | [[cdk.support/lookup-entry]] | `:day` | | `hour` | java.lang.String | [[cdk.support/lookup-entry]] | `:hour` | | `minute` | java.lang.String | [[cdk.support/lookup-entry]] | `:minute` | | `month` | java.lang.String | [[cdk.support/lookup-entry]] | `:month` | | `weekDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:week-day` | | `year` | java.lang.String | [[cdk.support/lookup-entry]] | `:year` |
(build-event-bus-attributes-builder builder id config)
The build-event-bus-attributes-builder function updates a EventBusAttributes$Builder instance using the provided configuration. The function takes the EventBusAttributes$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 |
---|---|---|---|
eventBusArn | java.lang.String | cdk.support/lookup-entry | :event-bus-arn |
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
eventBusPolicy | java.lang.String | cdk.support/lookup-entry | :event-bus-policy |
eventSourceName | java.lang.String | cdk.support/lookup-entry | :event-source-name |
The build-event-bus-attributes-builder function updates a EventBusAttributes$Builder instance using the provided configuration. The function takes the EventBusAttributes$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 | |---|---|---|---| | `eventBusArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-arn` | | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `eventBusPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-policy` | | `eventSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-name` |
(build-event-bus-builder builder id config)
The build-event-bus-builder function updates a EventBus$Builder instance using the provided configuration. The function takes the EventBus$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 |
---|---|---|---|
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
eventSourceName | java.lang.String | cdk.support/lookup-entry | :event-source-name |
The build-event-bus-builder function updates a EventBus$Builder instance using the provided configuration. The function takes the EventBus$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 | |---|---|---|---| | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `eventSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-name` |
(build-event-bus-policy-builder builder id config)
The build-event-bus-policy-builder function updates a EventBusPolicy$Builder instance using the provided configuration. The function takes the EventBusPolicy$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 |
---|---|---|---|
eventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :event-bus |
statement | software.amazon.awscdk.services.iam.PolicyStatement | cdk.support/lookup-entry | :statement |
statementId | java.lang.String | cdk.support/lookup-entry | :statement-id |
The build-event-bus-policy-builder function updates a EventBusPolicy$Builder instance using the provided configuration. The function takes the EventBusPolicy$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 | |---|---|---|---| | `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` | | `statement` | software.amazon.awscdk.services.iam.PolicyStatement | [[cdk.support/lookup-entry]] | `:statement` | | `statementId` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-id` |
(build-event-bus-policy-props-builder builder id config)
The build-event-bus-policy-props-builder function updates a EventBusPolicyProps$Builder instance using the provided configuration. The function takes the EventBusPolicyProps$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 |
---|---|---|---|
eventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :event-bus |
statement | software.amazon.awscdk.services.iam.PolicyStatement | cdk.support/lookup-entry | :statement |
statementId | java.lang.String | cdk.support/lookup-entry | :statement-id |
The build-event-bus-policy-props-builder function updates a EventBusPolicyProps$Builder instance using the provided configuration. The function takes the EventBusPolicyProps$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 | |---|---|---|---| | `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` | | `statement` | software.amazon.awscdk.services.iam.PolicyStatement | [[cdk.support/lookup-entry]] | `:statement` | | `statementId` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-id` |
(build-event-bus-props-builder builder id config)
The build-event-bus-props-builder function updates a EventBusProps$Builder instance using the provided configuration. The function takes the EventBusProps$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 |
---|---|---|---|
eventBusName | java.lang.String | cdk.support/lookup-entry | :event-bus-name |
eventSourceName | java.lang.String | cdk.support/lookup-entry | :event-source-name |
The build-event-bus-props-builder function updates a EventBusProps$Builder instance using the provided configuration. The function takes the EventBusProps$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 | |---|---|---|---| | `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` | | `eventSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-name` |
(build-event-common-options-builder builder id config)
The build-event-common-options-builder function updates a EventCommonOptions$Builder instance using the provided configuration. The function takes the EventCommonOptions$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 |
---|---|---|---|
crossStackScope | software.constructs.Construct | cdk.support/lookup-entry | :cross-stack-scope |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
The build-event-common-options-builder function updates a EventCommonOptions$Builder instance using the provided configuration. The function takes the EventCommonOptions$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 | |---|---|---|---| | `crossStackScope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:cross-stack-scope` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
(build-event-pattern-builder builder id config)
The build-event-pattern-builder function updates a EventPattern$Builder instance using the provided configuration. The function takes the EventPattern$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 |
---|---|---|---|
account | java.util.List | cdk.support/lookup-entry | :account |
detail | java.util.Map | cdk.support/lookup-entry | :detail |
detailType | java.util.List | cdk.support/lookup-entry | :detail-type |
id | java.util.List | cdk.support/lookup-entry | :id |
region | java.util.List | cdk.support/lookup-entry | :region |
resources | java.util.List | cdk.support/lookup-entry | :resources |
source | java.util.List | cdk.support/lookup-entry | :source |
time | java.util.List | cdk.support/lookup-entry | :time |
version | java.util.List | cdk.support/lookup-entry | :version |
The build-event-pattern-builder function updates a EventPattern$Builder instance using the provided configuration. The function takes the EventPattern$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 | |---|---|---|---| | `account` | java.util.List | [[cdk.support/lookup-entry]] | `:account` | | `detail` | java.util.Map | [[cdk.support/lookup-entry]] | `:detail` | | `detailType` | java.util.List | [[cdk.support/lookup-entry]] | `:detail-type` | | `id` | java.util.List | [[cdk.support/lookup-entry]] | `:id` | | `region` | java.util.List | [[cdk.support/lookup-entry]] | `:region` | | `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` | | `source` | java.util.List | [[cdk.support/lookup-entry]] | `:source` | | `time` | java.util.List | [[cdk.support/lookup-entry]] | `:time` | | `version` | java.util.List | [[cdk.support/lookup-entry]] | `:version` |
(build-o-auth-authorization-props-builder builder id config)
The build-o-auth-authorization-props-builder function updates a OAuthAuthorizationProps$Builder instance using the provided configuration. The function takes the OAuthAuthorizationProps$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 |
---|---|---|---|
authorizationEndpoint | java.lang.String | cdk.support/lookup-entry | :authorization-endpoint |
bodyParameters | java.util.Map | cdk.support/lookup-entry | :body-parameters |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :client-secret |
headerParameters | java.util.Map | cdk.support/lookup-entry | :header-parameters |
httpMethod | software.amazon.awscdk.services.events.HttpMethod | cdk.api.services.events/http-method | :http-method |
queryStringParameters | java.util.Map | cdk.support/lookup-entry | :query-string-parameters |
The build-o-auth-authorization-props-builder function updates a OAuthAuthorizationProps$Builder instance using the provided configuration. The function takes the OAuthAuthorizationProps$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 | |---|---|---|---| | `authorizationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-endpoint` | | `bodyParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:body-parameters` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:client-secret` | | `headerParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:header-parameters` | | `httpMethod` | software.amazon.awscdk.services.events.HttpMethod | [[cdk.api.services.events/http-method]] | `:http-method` | | `queryStringParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:query-string-parameters` |
(build-on-event-options-builder builder id config)
The build-on-event-options-builder function updates a OnEventOptions$Builder instance using the provided configuration. The function takes the OnEventOptions$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 |
---|---|---|---|
crossStackScope | software.constructs.Construct | cdk.support/lookup-entry | :cross-stack-scope |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
target | software.amazon.awscdk.services.events.IRuleTarget | cdk.support/lookup-entry | :target |
The build-on-event-options-builder function updates a OnEventOptions$Builder instance using the provided configuration. The function takes the OnEventOptions$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 | |---|---|---|---| | `crossStackScope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:cross-stack-scope` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `target` | software.amazon.awscdk.services.events.IRuleTarget | [[cdk.support/lookup-entry]] | `:target` |
(build-rule-builder builder id config)
The build-rule-builder function updates a Rule$Builder instance using the provided configuration. The function takes the Rule$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 |
---|---|---|---|
crossStackScope | software.constructs.Construct | cdk.support/lookup-entry | :cross-stack-scope |
description | java.lang.String | cdk.support/lookup-entry | :description |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
eventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :event-bus |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
schedule | software.amazon.awscdk.services.events.Schedule | cdk.support/lookup-entry | :schedule |
targets | java.util.List | cdk.support/lookup-entry | :targets |
The build-rule-builder function updates a Rule$Builder instance using the provided configuration. The function takes the Rule$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 | |---|---|---|---| | `crossStackScope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:cross-stack-scope` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `schedule` | software.amazon.awscdk.services.events.Schedule | [[cdk.support/lookup-entry]] | `:schedule` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
(build-rule-props-builder builder id config)
The build-rule-props-builder function updates a RuleProps$Builder instance using the provided configuration. The function takes the RuleProps$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 |
---|---|---|---|
crossStackScope | software.constructs.Construct | cdk.support/lookup-entry | :cross-stack-scope |
description | java.lang.String | cdk.support/lookup-entry | :description |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
eventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :event-bus |
eventPattern | software.amazon.awscdk.services.events.EventPattern | cdk.support/lookup-entry | :event-pattern |
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
schedule | software.amazon.awscdk.services.events.Schedule | cdk.support/lookup-entry | :schedule |
targets | java.util.List | cdk.support/lookup-entry | :targets |
The build-rule-props-builder function updates a RuleProps$Builder instance using the provided configuration. The function takes the RuleProps$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 | |---|---|---|---| | `crossStackScope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:cross-stack-scope` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` | | `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` | | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `schedule` | software.amazon.awscdk.services.events.Schedule | [[cdk.support/lookup-entry]] | `:schedule` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
(build-rule-target-config-builder builder id config)
The build-rule-target-config-builder function updates a RuleTargetConfig$Builder instance using the provided configuration. The function takes the RuleTargetConfig$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 |
---|---|---|---|
appSyncParameters | software.amazon.awscdk.services.events.CfnRule$AppSyncParametersProperty | cdk.support/lookup-entry | :app-sync-parameters |
arn | java.lang.String | cdk.support/lookup-entry | :arn |
batchParameters | software.amazon.awscdk.services.events.CfnRule$BatchParametersProperty | cdk.support/lookup-entry | :batch-parameters |
deadLetterConfig | software.amazon.awscdk.services.events.CfnRule$DeadLetterConfigProperty | cdk.support/lookup-entry | :dead-letter-config |
ecsParameters | software.amazon.awscdk.services.events.CfnRule$EcsParametersProperty | cdk.support/lookup-entry | :ecs-parameters |
httpParameters | software.amazon.awscdk.services.events.CfnRule$HttpParametersProperty | cdk.support/lookup-entry | :http-parameters |
input | software.amazon.awscdk.services.events.RuleTargetInput | cdk.support/lookup-entry | :input |
kinesisParameters | software.amazon.awscdk.services.events.CfnRule$KinesisParametersProperty | cdk.support/lookup-entry | :kinesis-parameters |
retryPolicy | software.amazon.awscdk.services.events.CfnRule$RetryPolicyProperty | cdk.support/lookup-entry | :retry-policy |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
runCommandParameters | software.amazon.awscdk.services.events.CfnRule$RunCommandParametersProperty | cdk.support/lookup-entry | :run-command-parameters |
sqsParameters | software.amazon.awscdk.services.events.CfnRule$SqsParametersProperty | cdk.support/lookup-entry | :sqs-parameters |
targetResource | software.constructs.IConstruct | cdk.support/lookup-entry | :target-resource |
The build-rule-target-config-builder function updates a RuleTargetConfig$Builder instance using the provided configuration. The function takes the RuleTargetConfig$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 | |---|---|---|---| | `appSyncParameters` | software.amazon.awscdk.services.events.CfnRule$AppSyncParametersProperty | [[cdk.support/lookup-entry]] | `:app-sync-parameters` | | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `batchParameters` | software.amazon.awscdk.services.events.CfnRule$BatchParametersProperty | [[cdk.support/lookup-entry]] | `:batch-parameters` | | `deadLetterConfig` | software.amazon.awscdk.services.events.CfnRule$DeadLetterConfigProperty | [[cdk.support/lookup-entry]] | `:dead-letter-config` | | `ecsParameters` | software.amazon.awscdk.services.events.CfnRule$EcsParametersProperty | [[cdk.support/lookup-entry]] | `:ecs-parameters` | | `httpParameters` | software.amazon.awscdk.services.events.CfnRule$HttpParametersProperty | [[cdk.support/lookup-entry]] | `:http-parameters` | | `input` | software.amazon.awscdk.services.events.RuleTargetInput | [[cdk.support/lookup-entry]] | `:input` | | `kinesisParameters` | software.amazon.awscdk.services.events.CfnRule$KinesisParametersProperty | [[cdk.support/lookup-entry]] | `:kinesis-parameters` | | `retryPolicy` | software.amazon.awscdk.services.events.CfnRule$RetryPolicyProperty | [[cdk.support/lookup-entry]] | `:retry-policy` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `runCommandParameters` | software.amazon.awscdk.services.events.CfnRule$RunCommandParametersProperty | [[cdk.support/lookup-entry]] | `:run-command-parameters` | | `sqsParameters` | software.amazon.awscdk.services.events.CfnRule$SqsParametersProperty | [[cdk.support/lookup-entry]] | `:sqs-parameters` | | `targetResource` | software.constructs.IConstruct | [[cdk.support/lookup-entry]] | `:target-resource` |
(build-rule-target-input-properties-builder builder id config)
The build-rule-target-input-properties-builder function updates a RuleTargetInputProperties$Builder instance using the provided configuration. The function takes the RuleTargetInputProperties$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 |
---|---|---|---|
input | java.lang.String | cdk.support/lookup-entry | :input |
inputPath | java.lang.String | cdk.support/lookup-entry | :input-path |
inputPathsMap | java.util.Map | cdk.support/lookup-entry | :input-paths-map |
inputTemplate | java.lang.String | cdk.support/lookup-entry | :input-template |
The build-rule-target-input-properties-builder function updates a RuleTargetInputProperties$Builder instance using the provided configuration. The function takes the RuleTargetInputProperties$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 | |---|---|---|---| | `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` | | `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` | | `inputPathsMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-paths-map` | | `inputTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-template` |
(cfn-api-destination-builder scope id config)
Creates a CfnApiDestination$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 `CfnApiDestination$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-api-destination-props-builder id config)
Creates a CfnApiDestinationProps$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 `CfnApiDestinationProps$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-archive-builder scope id config)
Creates a CfnArchive$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 `CfnArchive$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-archive-props-builder id config)
Creates a CfnArchiveProps$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 `CfnArchiveProps$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-connection-api-key-auth-parameters-property-builder id config)
Creates a CfnConnection$ApiKeyAuthParametersProperty$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 `CfnConnection$ApiKeyAuthParametersProperty$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-connection-auth-parameters-property-builder id config)
Creates a CfnConnection$AuthParametersProperty$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 `CfnConnection$AuthParametersProperty$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-connection-basic-auth-parameters-property-builder id config)
Creates a CfnConnection$BasicAuthParametersProperty$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 `CfnConnection$BasicAuthParametersProperty$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-connection-builder scope id config)
Creates a CfnConnection$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 `CfnConnection$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-connection-client-parameters-property-builder id config)
Creates a CfnConnection$ClientParametersProperty$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 `CfnConnection$ClientParametersProperty$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-connection-connection-http-parameters-property-builder id config)
Creates a CfnConnection$ConnectionHttpParametersProperty$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 `CfnConnection$ConnectionHttpParametersProperty$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-connection-o-auth-parameters-property-builder id config)
Creates a CfnConnection$OAuthParametersProperty$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 `CfnConnection$OAuthParametersProperty$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-connection-parameter-property-builder id config)
Creates a CfnConnection$ParameterProperty$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 `CfnConnection$ParameterProperty$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-connection-props-builder id config)
Creates a CfnConnectionProps$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 `CfnConnectionProps$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-endpoint-builder scope id config)
Creates a CfnEndpoint$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 `CfnEndpoint$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-endpoint-endpoint-event-bus-property-builder id config)
Creates a CfnEndpoint$EndpointEventBusProperty$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 `CfnEndpoint$EndpointEventBusProperty$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-endpoint-failover-config-property-builder id config)
Creates a CfnEndpoint$FailoverConfigProperty$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 `CfnEndpoint$FailoverConfigProperty$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-endpoint-primary-property-builder id config)
Creates a CfnEndpoint$PrimaryProperty$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 `CfnEndpoint$PrimaryProperty$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-endpoint-props-builder id config)
Creates a CfnEndpointProps$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 `CfnEndpointProps$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-endpoint-replication-config-property-builder id config)
Creates a CfnEndpoint$ReplicationConfigProperty$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 `CfnEndpoint$ReplicationConfigProperty$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-endpoint-routing-config-property-builder id config)
Creates a CfnEndpoint$RoutingConfigProperty$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 `CfnEndpoint$RoutingConfigProperty$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-endpoint-secondary-property-builder id config)
Creates a CfnEndpoint$SecondaryProperty$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 `CfnEndpoint$SecondaryProperty$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-event-bus-builder scope id config)
Creates a CfnEventBus$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 `CfnEventBus$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-event-bus-dead-letter-config-property-builder id config)
Creates a CfnEventBus$DeadLetterConfigProperty$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 `CfnEventBus$DeadLetterConfigProperty$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-event-bus-policy-builder scope id config)
Creates a CfnEventBusPolicy$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 `CfnEventBusPolicy$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-event-bus-policy-condition-property-builder id config)
Creates a CfnEventBusPolicy$ConditionProperty$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 `CfnEventBusPolicy$ConditionProperty$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-event-bus-policy-props-builder id config)
Creates a CfnEventBusPolicyProps$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 `CfnEventBusPolicyProps$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-event-bus-props-builder id config)
Creates a CfnEventBusProps$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 `CfnEventBusProps$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-rule-app-sync-parameters-property-builder id config)
Creates a CfnRule$AppSyncParametersProperty$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 `CfnRule$AppSyncParametersProperty$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-rule-aws-vpc-configuration-property-builder id config)
Creates a CfnRule$AwsVpcConfigurationProperty$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 `CfnRule$AwsVpcConfigurationProperty$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-rule-batch-array-properties-property-builder id config)
Creates a CfnRule$BatchArrayPropertiesProperty$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 `CfnRule$BatchArrayPropertiesProperty$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-rule-batch-parameters-property-builder id config)
Creates a CfnRule$BatchParametersProperty$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 `CfnRule$BatchParametersProperty$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-rule-batch-retry-strategy-property-builder id config)
Creates a CfnRule$BatchRetryStrategyProperty$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 `CfnRule$BatchRetryStrategyProperty$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-rule-builder scope id config)
Creates a CfnRule$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 `CfnRule$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-rule-capacity-provider-strategy-item-property-builder id config)
Creates a CfnRule$CapacityProviderStrategyItemProperty$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 `CfnRule$CapacityProviderStrategyItemProperty$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-rule-dead-letter-config-property-builder id config)
Creates a CfnRule$DeadLetterConfigProperty$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 `CfnRule$DeadLetterConfigProperty$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-rule-ecs-parameters-property-builder id config)
Creates a CfnRule$EcsParametersProperty$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 `CfnRule$EcsParametersProperty$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-rule-http-parameters-property-builder id config)
Creates a CfnRule$HttpParametersProperty$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 `CfnRule$HttpParametersProperty$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-rule-input-transformer-property-builder id config)
Creates a CfnRule$InputTransformerProperty$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 `CfnRule$InputTransformerProperty$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-rule-kinesis-parameters-property-builder id config)
Creates a CfnRule$KinesisParametersProperty$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 `CfnRule$KinesisParametersProperty$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-rule-network-configuration-property-builder id config)
Creates a CfnRule$NetworkConfigurationProperty$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 `CfnRule$NetworkConfigurationProperty$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-rule-placement-constraint-property-builder id config)
Creates a CfnRule$PlacementConstraintProperty$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 `CfnRule$PlacementConstraintProperty$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-rule-placement-strategy-property-builder id config)
Creates a CfnRule$PlacementStrategyProperty$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 `CfnRule$PlacementStrategyProperty$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-rule-props-builder id config)
Creates a CfnRuleProps$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 `CfnRuleProps$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-rule-redshift-data-parameters-property-builder id config)
Creates a CfnRule$RedshiftDataParametersProperty$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 `CfnRule$RedshiftDataParametersProperty$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-rule-retry-policy-property-builder id config)
Creates a CfnRule$RetryPolicyProperty$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 `CfnRule$RetryPolicyProperty$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-rule-run-command-parameters-property-builder id config)
Creates a CfnRule$RunCommandParametersProperty$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 `CfnRule$RunCommandParametersProperty$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-rule-run-command-target-property-builder id config)
Creates a CfnRule$RunCommandTargetProperty$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 `CfnRule$RunCommandTargetProperty$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-rule-sage-maker-pipeline-parameter-property-builder id config)
Creates a CfnRule$SageMakerPipelineParameterProperty$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 `CfnRule$SageMakerPipelineParameterProperty$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-rule-sage-maker-pipeline-parameters-property-builder id config)
Creates a CfnRule$SageMakerPipelineParametersProperty$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 `CfnRule$SageMakerPipelineParametersProperty$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-rule-sqs-parameters-property-builder id config)
Creates a CfnRule$SqsParametersProperty$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 `CfnRule$SqsParametersProperty$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-rule-tag-property-builder id config)
Creates a CfnRule$TagProperty$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 `CfnRule$TagProperty$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-rule-target-property-builder id config)
Creates a CfnRule$TargetProperty$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 `CfnRule$TargetProperty$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 |
(connection-attributes-builder id config)
Creates a ConnectionAttributes$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 `ConnectionAttributes$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 |
(connection-builder scope id config)
Creates a Connection$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 `Connection$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 |
(connection-props-builder id config)
Creates a ConnectionProps$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 `ConnectionProps$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 |
(cron-options-builder id config)
Creates a CronOptions$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 `CronOptions$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 |
(event-bus-attributes-builder id config)
Creates a EventBusAttributes$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 `EventBusAttributes$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 |
(event-bus-builder scope id config)
Creates a EventBus$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 `EventBus$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 |
(event-bus-policy-builder scope id config)
Creates a EventBusPolicy$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 `EventBusPolicy$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 |
(event-bus-policy-props-builder id config)
Creates a EventBusPolicyProps$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 `EventBusPolicyProps$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 |
(event-bus-props-builder id config)
Creates a EventBusProps$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 `EventBusProps$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 |
(event-common-options-builder id config)
Creates a EventCommonOptions$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 `EventCommonOptions$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 |
(event-pattern-builder id config)
Creates a EventPattern$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 `EventPattern$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 |
(http-method config id item-key)
The http-method
function data interprets values in the provided config data into a
HttpMethod
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
HttpMethod
- the value is returned.:get
- HttpMethod/GET
is returned:patch
- HttpMethod/PATCH
is returned:put
- HttpMethod/PUT
is returned:post
- HttpMethod/POST
is returned:head
- HttpMethod/HEAD
is returned:delete
- HttpMethod/DELETE
is returned:options
- HttpMethod/OPTIONS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `http-method` function data interprets values in the provided config data into a `HttpMethod` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `HttpMethod` - the value is returned. * is `:get` - `HttpMethod/GET` is returned * is `:patch` - `HttpMethod/PATCH` is returned * is `:put` - `HttpMethod/PUT` is returned * is `:post` - `HttpMethod/POST` is returned * is `:head` - `HttpMethod/HEAD` is returned * is `:delete` - `HttpMethod/DELETE` is returned * is `:options` - `HttpMethod/OPTIONS` is returned If a value is not found or matches the above criteria, nil is returned.
(o-auth-authorization-props-builder id config)
Creates a OAuthAuthorizationProps$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 `OAuthAuthorizationProps$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 |
(on-event-options-builder id config)
Creates a OnEventOptions$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 `OnEventOptions$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 |
(rule-builder scope id config)
Creates a Rule$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 `Rule$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 |
(rule-props-builder id config)
Creates a RuleProps$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 `RuleProps$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 |
(rule-target-config-builder id config)
Creates a RuleTargetConfig$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 `RuleTargetConfig$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 |
(rule-target-input-properties-builder id config)
Creates a RuleTargetInputProperties$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 `RuleTargetInputProperties$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