Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.ivs

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

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

build-cfn-channel-builderclj

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

The build-cfn-channel-builder function updates a CfnChannel$Builder instance using the provided configuration. The function takes the CfnChannel$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
authorizedjava.lang.Booleancdk.support/lookup-entry:authorized
insecureIngestjava.lang.Booleancdk.support/lookup-entry:insecure-ingest
latencyModejava.lang.Stringcdk.support/lookup-entry:latency-mode
namejava.lang.Stringcdk.support/lookup-entry:name
presetjava.lang.Stringcdk.support/lookup-entry:preset
recordingConfigurationArnjava.lang.Stringcdk.support/lookup-entry:recording-configuration-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-channel-builder function updates a CfnChannel$Builder instance using the provided configuration.
  The function takes the CfnChannel$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 |
|---|---|---|---|
| `authorized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorized` |
| `insecureIngest` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:insecure-ingest` |
| `latencyMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:latency-mode` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `preset` | java.lang.String | [[cdk.support/lookup-entry]] | `:preset` |
| `recordingConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:recording-configuration-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-channel-props-builderclj

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

The build-cfn-channel-props-builder function updates a CfnChannelProps$Builder instance using the provided configuration. The function takes the CfnChannelProps$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
authorizedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authorized
insecureIngestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:insecure-ingest
latencyModejava.lang.Stringcdk.support/lookup-entry:latency-mode
namejava.lang.Stringcdk.support/lookup-entry:name
presetjava.lang.Stringcdk.support/lookup-entry:preset
recordingConfigurationArnjava.lang.Stringcdk.support/lookup-entry:recording-configuration-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-channel-props-builder function updates a CfnChannelProps$Builder instance using the provided configuration.
  The function takes the CfnChannelProps$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 |
|---|---|---|---|
| `authorized` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authorized` |
| `insecureIngest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:insecure-ingest` |
| `latencyMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:latency-mode` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `preset` | java.lang.String | [[cdk.support/lookup-entry]] | `:preset` |
| `recordingConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:recording-configuration-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-encoder-configuration-builderclj

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

The build-cfn-encoder-configuration-builder function updates a CfnEncoderConfiguration$Builder instance using the provided configuration. The function takes the CfnEncoderConfiguration$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
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
videosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:video
The build-cfn-encoder-configuration-builder function updates a CfnEncoderConfiguration$Builder instance using the provided configuration.
  The function takes the CfnEncoderConfiguration$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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `video` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:video` |
sourceraw docstring

build-cfn-encoder-configuration-props-builderclj

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

The build-cfn-encoder-configuration-props-builder function updates a CfnEncoderConfigurationProps$Builder instance using the provided configuration. The function takes the CfnEncoderConfigurationProps$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
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
videosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:video
The build-cfn-encoder-configuration-props-builder function updates a CfnEncoderConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnEncoderConfigurationProps$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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `video` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:video` |
sourceraw docstring

build-cfn-encoder-configuration-video-property-builderclj

(build-cfn-encoder-configuration-video-property-builder builder id config)

The build-cfn-encoder-configuration-video-property-builder function updates a CfnEncoderConfiguration$VideoProperty$Builder instance using the provided configuration. The function takes the CfnEncoderConfiguration$VideoProperty$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
bitratejava.lang.Numbercdk.support/lookup-entry:bitrate
frameratejava.lang.Numbercdk.support/lookup-entry:framerate
heightjava.lang.Numbercdk.support/lookup-entry:height
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-cfn-encoder-configuration-video-property-builder function updates a CfnEncoderConfiguration$VideoProperty$Builder instance using the provided configuration.
  The function takes the CfnEncoderConfiguration$VideoProperty$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 |
|---|---|---|---|
| `bitrate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bitrate` |
| `framerate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:framerate` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-cfn-playback-key-pair-builderclj

(build-cfn-playback-key-pair-builder builder id config)

The build-cfn-playback-key-pair-builder function updates a CfnPlaybackKeyPair$Builder instance using the provided configuration. The function takes the CfnPlaybackKeyPair$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
namejava.lang.Stringcdk.support/lookup-entry:name
publicKeyMaterialjava.lang.Stringcdk.support/lookup-entry:public-key-material
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-playback-key-pair-builder function updates a CfnPlaybackKeyPair$Builder instance using the provided configuration.
  The function takes the CfnPlaybackKeyPair$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` |
| `publicKeyMaterial` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key-material` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-playback-key-pair-props-builderclj

(build-cfn-playback-key-pair-props-builder builder id config)

The build-cfn-playback-key-pair-props-builder function updates a CfnPlaybackKeyPairProps$Builder instance using the provided configuration. The function takes the CfnPlaybackKeyPairProps$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
namejava.lang.Stringcdk.support/lookup-entry:name
publicKeyMaterialjava.lang.Stringcdk.support/lookup-entry:public-key-material
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-playback-key-pair-props-builder function updates a CfnPlaybackKeyPairProps$Builder instance using the provided configuration.
  The function takes the CfnPlaybackKeyPairProps$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` |
| `publicKeyMaterial` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key-material` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-playback-restriction-policy-builderclj

(build-cfn-playback-restriction-policy-builder builder id config)

The build-cfn-playback-restriction-policy-builder function updates a CfnPlaybackRestrictionPolicy$Builder instance using the provided configuration. The function takes the CfnPlaybackRestrictionPolicy$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
allowedCountriesjava.util.Listcdk.support/lookup-entry:allowed-countries
allowedOriginsjava.util.Listcdk.support/lookup-entry:allowed-origins
enableStrictOriginEnforcementjava.lang.Booleancdk.support/lookup-entry:enable-strict-origin-enforcement
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-playback-restriction-policy-builder function updates a CfnPlaybackRestrictionPolicy$Builder instance using the provided configuration.
  The function takes the CfnPlaybackRestrictionPolicy$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 |
|---|---|---|---|
| `allowedCountries` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-countries` |
| `allowedOrigins` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-origins` |
| `enableStrictOriginEnforcement` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-strict-origin-enforcement` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-playback-restriction-policy-props-builderclj

(build-cfn-playback-restriction-policy-props-builder builder id config)

The build-cfn-playback-restriction-policy-props-builder function updates a CfnPlaybackRestrictionPolicyProps$Builder instance using the provided configuration. The function takes the CfnPlaybackRestrictionPolicyProps$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
allowedCountriesjava.util.Listcdk.support/lookup-entry:allowed-countries
allowedOriginsjava.util.Listcdk.support/lookup-entry:allowed-origins
enableStrictOriginEnforcementsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-strict-origin-enforcement
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-playback-restriction-policy-props-builder function updates a CfnPlaybackRestrictionPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnPlaybackRestrictionPolicyProps$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 |
|---|---|---|---|
| `allowedCountries` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-countries` |
| `allowedOrigins` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-origins` |
| `enableStrictOriginEnforcement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-strict-origin-enforcement` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-recording-configuration-builderclj

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

The build-cfn-recording-configuration-builder function updates a CfnRecordingConfiguration$Builder instance using the provided configuration. The function takes the CfnRecordingConfiguration$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.IResolvablecdk.support/lookup-entry:destination-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
recordingReconnectWindowSecondsjava.lang.Numbercdk.support/lookup-entry:recording-reconnect-window-seconds
renditionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rendition-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
thumbnailConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:thumbnail-configuration
The build-cfn-recording-configuration-builder function updates a CfnRecordingConfiguration$Builder instance using the provided configuration.
  The function takes the CfnRecordingConfiguration$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.IResolvable | [[cdk.support/lookup-entry]] | `:destination-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recordingReconnectWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:recording-reconnect-window-seconds` |
| `renditionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rendition-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thumbnailConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:thumbnail-configuration` |
sourceraw docstring

build-cfn-recording-configuration-destination-configuration-property-builderclj

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

The build-cfn-recording-configuration-destination-configuration-property-builder function updates a CfnRecordingConfiguration$DestinationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRecordingConfiguration$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
s3software.amazon.awscdk.services.ivs.CfnRecordingConfiguration$S3DestinationConfigurationPropertycdk.support/lookup-entry:s3
The build-cfn-recording-configuration-destination-configuration-property-builder function updates a CfnRecordingConfiguration$DestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordingConfiguration$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 |
|---|---|---|---|
| `s3` | software.amazon.awscdk.services.ivs.CfnRecordingConfiguration$S3DestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3` |
sourceraw docstring

build-cfn-recording-configuration-props-builderclj

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

The build-cfn-recording-configuration-props-builder function updates a CfnRecordingConfigurationProps$Builder instance using the provided configuration. The function takes the CfnRecordingConfigurationProps$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.IResolvablecdk.support/lookup-entry:destination-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
recordingReconnectWindowSecondsjava.lang.Numbercdk.support/lookup-entry:recording-reconnect-window-seconds
renditionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rendition-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
thumbnailConfigurationsoftware.amazon.awscdk.services.ivs.CfnRecordingConfiguration$ThumbnailConfigurationPropertycdk.support/lookup-entry:thumbnail-configuration
The build-cfn-recording-configuration-props-builder function updates a CfnRecordingConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnRecordingConfigurationProps$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.IResolvable | [[cdk.support/lookup-entry]] | `:destination-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recordingReconnectWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:recording-reconnect-window-seconds` |
| `renditionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rendition-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thumbnailConfiguration` | software.amazon.awscdk.services.ivs.CfnRecordingConfiguration$ThumbnailConfigurationProperty | [[cdk.support/lookup-entry]] | `:thumbnail-configuration` |
sourceraw docstring

build-cfn-recording-configuration-rendition-configuration-property-builderclj

(build-cfn-recording-configuration-rendition-configuration-property-builder
  builder
  id
  config)

The build-cfn-recording-configuration-rendition-configuration-property-builder function updates a CfnRecordingConfiguration$RenditionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRecordingConfiguration$RenditionConfigurationProperty$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
renditionSelectionjava.lang.Stringcdk.support/lookup-entry:rendition-selection
renditionsjava.util.Listcdk.support/lookup-entry:renditions
The build-cfn-recording-configuration-rendition-configuration-property-builder function updates a CfnRecordingConfiguration$RenditionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordingConfiguration$RenditionConfigurationProperty$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 |
|---|---|---|---|
| `renditionSelection` | java.lang.String | [[cdk.support/lookup-entry]] | `:rendition-selection` |
| `renditions` | java.util.List | [[cdk.support/lookup-entry]] | `:renditions` |
sourceraw docstring

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

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

The build-cfn-recording-configuration-s3-destination-configuration-property-builder function updates a CfnRecordingConfiguration$S3DestinationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRecordingConfiguration$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-recording-configuration-s3-destination-configuration-property-builder function updates a CfnRecordingConfiguration$S3DestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordingConfiguration$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-recording-configuration-thumbnail-configuration-property-builderclj

(build-cfn-recording-configuration-thumbnail-configuration-property-builder
  builder
  id
  config)

The build-cfn-recording-configuration-thumbnail-configuration-property-builder function updates a CfnRecordingConfiguration$ThumbnailConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRecordingConfiguration$ThumbnailConfigurationProperty$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
recordingModejava.lang.Stringcdk.support/lookup-entry:recording-mode
resolutionjava.lang.Stringcdk.support/lookup-entry:resolution
storagejava.util.Listcdk.support/lookup-entry:storage
targetIntervalSecondsjava.lang.Numbercdk.support/lookup-entry:target-interval-seconds
The build-cfn-recording-configuration-thumbnail-configuration-property-builder function updates a CfnRecordingConfiguration$ThumbnailConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordingConfiguration$ThumbnailConfigurationProperty$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 |
|---|---|---|---|
| `recordingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:recording-mode` |
| `resolution` | java.lang.String | [[cdk.support/lookup-entry]] | `:resolution` |
| `storage` | java.util.List | [[cdk.support/lookup-entry]] | `:storage` |
| `targetIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-interval-seconds` |
sourceraw docstring

build-cfn-stage-builderclj

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

The build-cfn-stage-builder function updates a CfnStage$Builder instance using the provided configuration. The function takes the CfnStage$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
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-stage-builder function updates a CfnStage$Builder instance using the provided configuration.
  The function takes the CfnStage$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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-stage-props-builderclj

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

The build-cfn-stage-props-builder function updates a CfnStageProps$Builder instance using the provided configuration. The function takes the CfnStageProps$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
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-stage-props-builder function updates a CfnStageProps$Builder instance using the provided configuration.
  The function takes the CfnStageProps$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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-storage-configuration-builderclj

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

The build-cfn-storage-configuration-builder function updates a CfnStorageConfiguration$Builder instance using the provided configuration. The function takes the CfnStorageConfiguration$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
namejava.lang.Stringcdk.support/lookup-entry:name
s3software.amazon.awscdk.services.ivs.CfnStorageConfiguration$S3StorageConfigurationPropertycdk.support/lookup-entry:s3
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-storage-configuration-builder function updates a CfnStorageConfiguration$Builder instance using the provided configuration.
  The function takes the CfnStorageConfiguration$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` |
| `s3` | software.amazon.awscdk.services.ivs.CfnStorageConfiguration$S3StorageConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-storage-configuration-props-builderclj

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

The build-cfn-storage-configuration-props-builder function updates a CfnStorageConfigurationProps$Builder instance using the provided configuration. The function takes the CfnStorageConfigurationProps$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
namejava.lang.Stringcdk.support/lookup-entry:name
s3software.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-storage-configuration-props-builder function updates a CfnStorageConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnStorageConfigurationProps$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` |
| `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-storage-configuration-s3-storage-configuration-property-builderclj

(build-cfn-storage-configuration-s3-storage-configuration-property-builder
  builder
  id
  config)

The build-cfn-storage-configuration-s3-storage-configuration-property-builder function updates a CfnStorageConfiguration$S3StorageConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageConfiguration$S3StorageConfigurationProperty$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-storage-configuration-s3-storage-configuration-property-builder function updates a CfnStorageConfiguration$S3StorageConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStorageConfiguration$S3StorageConfigurationProperty$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-stream-key-builderclj

(build-cfn-stream-key-builder builder id config)

The build-cfn-stream-key-builder function updates a CfnStreamKey$Builder instance using the provided configuration. The function takes the CfnStreamKey$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
channelArnjava.lang.Stringcdk.support/lookup-entry:channel-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-stream-key-builder function updates a CfnStreamKey$Builder instance using the provided configuration.
  The function takes the CfnStreamKey$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 |
|---|---|---|---|
| `channelArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-stream-key-props-builderclj

(build-cfn-stream-key-props-builder builder id config)

The build-cfn-stream-key-props-builder function updates a CfnStreamKeyProps$Builder instance using the provided configuration. The function takes the CfnStreamKeyProps$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
channelArnjava.lang.Stringcdk.support/lookup-entry:channel-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-stream-key-props-builder function updates a CfnStreamKeyProps$Builder instance using the provided configuration.
  The function takes the CfnStreamKeyProps$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 |
|---|---|---|---|
| `channelArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-channel-builderclj

(cfn-channel-builder scope id config)

Creates a CfnChannel$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  `CfnChannel$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-channel-props-builderclj

(cfn-channel-props-builder id config)

Creates a CfnChannelProps$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  `CfnChannelProps$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-encoder-configuration-builderclj

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

Creates a CfnEncoderConfiguration$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  `CfnEncoderConfiguration$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-encoder-configuration-props-builderclj

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

Creates a CfnEncoderConfigurationProps$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  `CfnEncoderConfigurationProps$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-encoder-configuration-video-property-builderclj

(cfn-encoder-configuration-video-property-builder id config)

Creates a CfnEncoderConfiguration$VideoProperty$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  `CfnEncoderConfiguration$VideoProperty$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-playback-key-pair-builderclj

(cfn-playback-key-pair-builder scope id config)

Creates a CfnPlaybackKeyPair$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  `CfnPlaybackKeyPair$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-playback-key-pair-props-builderclj

(cfn-playback-key-pair-props-builder id config)

Creates a CfnPlaybackKeyPairProps$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  `CfnPlaybackKeyPairProps$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-playback-restriction-policy-builderclj

(cfn-playback-restriction-policy-builder scope id config)

Creates a CfnPlaybackRestrictionPolicy$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  `CfnPlaybackRestrictionPolicy$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-playback-restriction-policy-props-builderclj

(cfn-playback-restriction-policy-props-builder id config)

Creates a CfnPlaybackRestrictionPolicyProps$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  `CfnPlaybackRestrictionPolicyProps$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-recording-configuration-builderclj

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

Creates a CfnRecordingConfiguration$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  `CfnRecordingConfiguration$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-recording-configuration-destination-configuration-property-builderclj

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

Creates a CfnRecordingConfiguration$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  `CfnRecordingConfiguration$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-recording-configuration-props-builderclj

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

Creates a CfnRecordingConfigurationProps$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  `CfnRecordingConfigurationProps$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-recording-configuration-rendition-configuration-property-builderclj

(cfn-recording-configuration-rendition-configuration-property-builder id config)

Creates a CfnRecordingConfiguration$RenditionConfigurationProperty$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  `CfnRecordingConfiguration$RenditionConfigurationProperty$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-recording-configuration-s3-destination-configuration-property-builderclj

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

Creates a CfnRecordingConfiguration$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  `CfnRecordingConfiguration$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-recording-configuration-thumbnail-configuration-property-builderclj

(cfn-recording-configuration-thumbnail-configuration-property-builder id config)

Creates a CfnRecordingConfiguration$ThumbnailConfigurationProperty$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  `CfnRecordingConfiguration$ThumbnailConfigurationProperty$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-stage-builderclj

(cfn-stage-builder scope id config)

Creates a CfnStage$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  `CfnStage$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-stage-props-builderclj

(cfn-stage-props-builder id config)

Creates a CfnStageProps$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  `CfnStageProps$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-storage-configuration-builderclj

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

Creates a CfnStorageConfiguration$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  `CfnStorageConfiguration$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-storage-configuration-props-builderclj

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

Creates a CfnStorageConfigurationProps$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  `CfnStorageConfigurationProps$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-storage-configuration-s3-storage-configuration-property-builderclj

(cfn-storage-configuration-s3-storage-configuration-property-builder id config)

Creates a CfnStorageConfiguration$S3StorageConfigurationProperty$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  `CfnStorageConfiguration$S3StorageConfigurationProperty$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-stream-key-builderclj

(cfn-stream-key-builder scope id config)

Creates a CfnStreamKey$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  `CfnStreamKey$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-stream-key-props-builderclj

(cfn-stream-key-props-builder id config)

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