Liking cljdoc? Tell your friends :D

cdk.api.services.ivschat

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

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

build-cfn-logging-configuration-builderclj

(build-cfn-logging-configuration-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
destinationConfigurationsoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$DestinationConfigurationPropertycdk.support/lookup-entry:destination-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-logging-configuration-builder function updates a CfnLoggingConfiguration$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$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 |
|---|---|---|---|
| `destinationConfiguration` | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$DestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:destination-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-logging-configuration-cloud-watch-logs-destination-configuration-property-builderclj

(build-cfn-logging-configuration-cloud-watch-logs-destination-configuration-property-builder
  builder
  id
  config)

The build-cfn-logging-configuration-cloud-watch-logs-destination-configuration-property-builder function updates a CfnLoggingConfiguration$CloudWatchLogsDestinationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLoggingConfiguration$CloudWatchLogsDestinationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
The build-cfn-logging-configuration-cloud-watch-logs-destination-configuration-property-builder function updates a CfnLoggingConfiguration$CloudWatchLogsDestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$CloudWatchLogsDestinationConfigurationProperty$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 |
|---|---|---|---|
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
sourceraw docstring

build-cfn-logging-configuration-destination-configuration-property-builderclj

(build-cfn-logging-configuration-destination-configuration-property-builder
  builder
  id
  config)

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

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

FieldDataTypeLookup FunctionData Key
cloudWatchLogssoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$CloudWatchLogsDestinationConfigurationPropertycdk.support/lookup-entry:cloud-watch-logs
firehosesoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$FirehoseDestinationConfigurationPropertycdk.support/lookup-entry:firehose
s3software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$S3DestinationConfigurationPropertycdk.support/lookup-entry:s3
The build-cfn-logging-configuration-destination-configuration-property-builder function updates a CfnLoggingConfiguration$DestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$DestinationConfigurationProperty$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 |
|---|---|---|---|
| `cloudWatchLogs` | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$CloudWatchLogsDestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logs` |
| `firehose` | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$FirehoseDestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:firehose` |
| `s3` | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$S3DestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3` |
sourceraw docstring

build-cfn-logging-configuration-firehose-destination-configuration-property-builderclj

(build-cfn-logging-configuration-firehose-destination-configuration-property-builder
  builder
  id
  config)

The build-cfn-logging-configuration-firehose-destination-configuration-property-builder function updates a CfnLoggingConfiguration$FirehoseDestinationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLoggingConfiguration$FirehoseDestinationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
deliveryStreamNamejava.lang.Stringcdk.support/lookup-entry:delivery-stream-name
The build-cfn-logging-configuration-firehose-destination-configuration-property-builder function updates a CfnLoggingConfiguration$FirehoseDestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$FirehoseDestinationConfigurationProperty$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 |
|---|---|---|---|
| `deliveryStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-name` |
sourceraw docstring

build-cfn-logging-configuration-props-builderclj

(build-cfn-logging-configuration-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
destinationConfigurationsoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$DestinationConfigurationPropertycdk.support/lookup-entry:destination-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-logging-configuration-props-builder function updates a CfnLoggingConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfigurationProps$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 |
|---|---|---|---|
| `destinationConfiguration` | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration$DestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:destination-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-logging-configuration-s3-destination-configuration-property-builderclj

(build-cfn-logging-configuration-s3-destination-configuration-property-builder
  builder
  id
  config)

The build-cfn-logging-configuration-s3-destination-configuration-property-builder function updates a CfnLoggingConfiguration$S3DestinationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLoggingConfiguration$S3DestinationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
The build-cfn-logging-configuration-s3-destination-configuration-property-builder function updates a CfnLoggingConfiguration$S3DestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$S3DestinationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-room-builderclj

(build-cfn-room-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
loggingConfigurationIdentifiersjava.util.Listcdk.support/lookup-entry:logging-configuration-identifiers
maximumMessageLengthjava.lang.Numbercdk.support/lookup-entry:maximum-message-length
maximumMessageRatePerSecondjava.lang.Numbercdk.support/lookup-entry:maximum-message-rate-per-second
messageReviewHandlersoftware.amazon.awscdk.services.ivschat.CfnRoom$MessageReviewHandlerPropertycdk.support/lookup-entry:message-review-handler
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-room-builder function updates a CfnRoom$Builder instance using the provided configuration.
  The function takes the CfnRoom$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 |
|---|---|---|---|
| `loggingConfigurationIdentifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:logging-configuration-identifiers` |
| `maximumMessageLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-message-length` |
| `maximumMessageRatePerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-message-rate-per-second` |
| `messageReviewHandler` | software.amazon.awscdk.services.ivschat.CfnRoom$MessageReviewHandlerProperty | [[cdk.support/lookup-entry]] | `:message-review-handler` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-room-message-review-handler-property-builderclj

(build-cfn-room-message-review-handler-property-builder builder id config)

The build-cfn-room-message-review-handler-property-builder function updates a CfnRoom$MessageReviewHandlerProperty$Builder instance using the provided configuration. The function takes the CfnRoom$MessageReviewHandlerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
fallbackResultjava.lang.Stringcdk.support/lookup-entry:fallback-result
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-room-message-review-handler-property-builder function updates a CfnRoom$MessageReviewHandlerProperty$Builder instance using the provided configuration.
  The function takes the CfnRoom$MessageReviewHandlerProperty$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 |
|---|---|---|---|
| `fallbackResult` | java.lang.String | [[cdk.support/lookup-entry]] | `:fallback-result` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-room-props-builderclj

(build-cfn-room-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
loggingConfigurationIdentifiersjava.util.Listcdk.support/lookup-entry:logging-configuration-identifiers
maximumMessageLengthjava.lang.Numbercdk.support/lookup-entry:maximum-message-length
maximumMessageRatePerSecondjava.lang.Numbercdk.support/lookup-entry:maximum-message-rate-per-second
messageReviewHandlersoftware.amazon.awscdk.services.ivschat.CfnRoom$MessageReviewHandlerPropertycdk.support/lookup-entry:message-review-handler
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-room-props-builder function updates a CfnRoomProps$Builder instance using the provided configuration.
  The function takes the CfnRoomProps$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 |
|---|---|---|---|
| `loggingConfigurationIdentifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:logging-configuration-identifiers` |
| `maximumMessageLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-message-length` |
| `maximumMessageRatePerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-message-rate-per-second` |
| `messageReviewHandler` | software.amazon.awscdk.services.ivschat.CfnRoom$MessageReviewHandlerProperty | [[cdk.support/lookup-entry]] | `:message-review-handler` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-logging-configuration-builderclj

(cfn-logging-configuration-builder scope id config)

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

cfn-logging-configuration-cloud-watch-logs-destination-configuration-property-builderclj

(cfn-logging-configuration-cloud-watch-logs-destination-configuration-property-builder
  id
  config)

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

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

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

cfn-logging-configuration-destination-configuration-property-builderclj

(cfn-logging-configuration-destination-configuration-property-builder id config)

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

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

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

cfn-logging-configuration-firehose-destination-configuration-property-builderclj

(cfn-logging-configuration-firehose-destination-configuration-property-builder
  id
  config)

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

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

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

cfn-logging-configuration-props-builderclj

(cfn-logging-configuration-props-builder id config)

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

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

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

cfn-logging-configuration-s3-destination-configuration-property-builderclj

(cfn-logging-configuration-s3-destination-configuration-property-builder id
                                                                         config)

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

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

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

cfn-room-builderclj

(cfn-room-builder scope id config)

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

cfn-room-message-review-handler-property-builderclj

(cfn-room-message-review-handler-property-builder id config)

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

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

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

cfn-room-props-builderclj

(cfn-room-props-builder id config)

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

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

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

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

× close