Liking cljdoc? Tell your friends :D

cdk.api.services.osis

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

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

build-cfn-pipeline-buffer-options-property-builderclj

(build-cfn-pipeline-buffer-options-property-builder builder id config)

The build-cfn-pipeline-buffer-options-property-builder function updates a CfnPipeline$BufferOptionsProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$BufferOptionsProperty$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
persistentBufferEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:persistent-buffer-enabled
The build-cfn-pipeline-buffer-options-property-builder function updates a CfnPipeline$BufferOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$BufferOptionsProperty$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 |
|---|---|---|---|
| `persistentBufferEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:persistent-buffer-enabled` |
sourceraw docstring

build-cfn-pipeline-builderclj

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

The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration. The function takes the CfnPipeline$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
bufferOptionssoftware.amazon.awscdk.services.osis.CfnPipeline$BufferOptionsPropertycdk.support/lookup-entry:buffer-options
encryptionAtRestOptionssoftware.amazon.awscdk.services.osis.CfnPipeline$EncryptionAtRestOptionsPropertycdk.support/lookup-entry:encryption-at-rest-options
logPublishingOptionssoftware.amazon.awscdk.services.osis.CfnPipeline$LogPublishingOptionsPropertycdk.support/lookup-entry:log-publishing-options
maxUnitsjava.lang.Numbercdk.support/lookup-entry:max-units
minUnitsjava.lang.Numbercdk.support/lookup-entry:min-units
pipelineConfigurationBodyjava.lang.Stringcdk.support/lookup-entry:pipeline-configuration-body
pipelineNamejava.lang.Stringcdk.support/lookup-entry:pipeline-name
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcOptionssoftware.amazon.awscdk.services.osis.CfnPipeline$VpcOptionsPropertycdk.support/lookup-entry:vpc-options
The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration.
  The function takes the CfnPipeline$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 |
|---|---|---|---|
| `bufferOptions` | software.amazon.awscdk.services.osis.CfnPipeline$BufferOptionsProperty | [[cdk.support/lookup-entry]] | `:buffer-options` |
| `encryptionAtRestOptions` | software.amazon.awscdk.services.osis.CfnPipeline$EncryptionAtRestOptionsProperty | [[cdk.support/lookup-entry]] | `:encryption-at-rest-options` |
| `logPublishingOptions` | software.amazon.awscdk.services.osis.CfnPipeline$LogPublishingOptionsProperty | [[cdk.support/lookup-entry]] | `:log-publishing-options` |
| `maxUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-units` |
| `minUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-units` |
| `pipelineConfigurationBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-configuration-body` |
| `pipelineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcOptions` | software.amazon.awscdk.services.osis.CfnPipeline$VpcOptionsProperty | [[cdk.support/lookup-entry]] | `:vpc-options` |
sourceraw docstring

build-cfn-pipeline-cloud-watch-log-destination-property-builderclj

(build-cfn-pipeline-cloud-watch-log-destination-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-pipeline-cloud-watch-log-destination-property-builder function updates a CfnPipeline$CloudWatchLogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$CloudWatchLogDestinationProperty$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
logGroupjava.lang.Stringcdk.support/lookup-entry:log-group
The build-cfn-pipeline-cloud-watch-log-destination-property-builder function updates a CfnPipeline$CloudWatchLogDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$CloudWatchLogDestinationProperty$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 |
|---|---|---|---|
| `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` |
sourceraw docstring

build-cfn-pipeline-encryption-at-rest-options-property-builderclj

(build-cfn-pipeline-encryption-at-rest-options-property-builder builder
                                                                id
                                                                config)

The build-cfn-pipeline-encryption-at-rest-options-property-builder function updates a CfnPipeline$EncryptionAtRestOptionsProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$EncryptionAtRestOptionsProperty$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
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
The build-cfn-pipeline-encryption-at-rest-options-property-builder function updates a CfnPipeline$EncryptionAtRestOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$EncryptionAtRestOptionsProperty$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 |
|---|---|---|---|
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
sourceraw docstring

build-cfn-pipeline-log-publishing-options-property-builderclj

(build-cfn-pipeline-log-publishing-options-property-builder builder id config)

The build-cfn-pipeline-log-publishing-options-property-builder function updates a CfnPipeline$LogPublishingOptionsProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$LogPublishingOptionsProperty$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
cloudWatchLogDestinationsoftware.amazon.awscdk.services.osis.CfnPipeline$CloudWatchLogDestinationPropertycdk.support/lookup-entry:cloud-watch-log-destination
isLoggingEnabledjava.lang.Booleancdk.support/lookup-entry:is-logging-enabled
The build-cfn-pipeline-log-publishing-options-property-builder function updates a CfnPipeline$LogPublishingOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$LogPublishingOptionsProperty$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 |
|---|---|---|---|
| `cloudWatchLogDestination` | software.amazon.awscdk.services.osis.CfnPipeline$CloudWatchLogDestinationProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-log-destination` |
| `isLoggingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-logging-enabled` |
sourceraw docstring

build-cfn-pipeline-props-builderclj

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

The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration. The function takes the CfnPipelineProps$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
bufferOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:buffer-options
encryptionAtRestOptionssoftware.amazon.awscdk.services.osis.CfnPipeline$EncryptionAtRestOptionsPropertycdk.support/lookup-entry:encryption-at-rest-options
logPublishingOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-publishing-options
maxUnitsjava.lang.Numbercdk.support/lookup-entry:max-units
minUnitsjava.lang.Numbercdk.support/lookup-entry:min-units
pipelineConfigurationBodyjava.lang.Stringcdk.support/lookup-entry:pipeline-configuration-body
pipelineNamejava.lang.Stringcdk.support/lookup-entry:pipeline-name
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-options
The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration.
  The function takes the CfnPipelineProps$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 |
|---|---|---|---|
| `bufferOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:buffer-options` |
| `encryptionAtRestOptions` | software.amazon.awscdk.services.osis.CfnPipeline$EncryptionAtRestOptionsProperty | [[cdk.support/lookup-entry]] | `:encryption-at-rest-options` |
| `logPublishingOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-publishing-options` |
| `maxUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-units` |
| `minUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-units` |
| `pipelineConfigurationBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-configuration-body` |
| `pipelineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-options` |
sourceraw docstring

build-cfn-pipeline-vpc-endpoint-property-builderclj

(build-cfn-pipeline-vpc-endpoint-property-builder builder id config)

The build-cfn-pipeline-vpc-endpoint-property-builder function updates a CfnPipeline$VpcEndpointProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$VpcEndpointProperty$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
vpcEndpointIdjava.lang.Stringcdk.support/lookup-entry:vpc-endpoint-id
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
vpcOptionssoftware.amazon.awscdk.services.osis.CfnPipeline$VpcOptionsPropertycdk.support/lookup-entry:vpc-options
The build-cfn-pipeline-vpc-endpoint-property-builder function updates a CfnPipeline$VpcEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$VpcEndpointProperty$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 |
|---|---|---|---|
| `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
| `vpcOptions` | software.amazon.awscdk.services.osis.CfnPipeline$VpcOptionsProperty | [[cdk.support/lookup-entry]] | `:vpc-options` |
sourceraw docstring

build-cfn-pipeline-vpc-options-property-builderclj

(build-cfn-pipeline-vpc-options-property-builder builder id config)

The build-cfn-pipeline-vpc-options-property-builder function updates a CfnPipeline$VpcOptionsProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$VpcOptionsProperty$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
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-pipeline-vpc-options-property-builder function updates a CfnPipeline$VpcOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$VpcOptionsProperty$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 |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

cfn-pipeline-buffer-options-property-builderclj

(cfn-pipeline-buffer-options-property-builder id config)

Creates a CfnPipeline$BufferOptionsProperty$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  `CfnPipeline$BufferOptionsProperty$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-pipeline-builderclj

(cfn-pipeline-builder scope id config)

Creates a CfnPipeline$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  `CfnPipeline$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-pipeline-cloud-watch-log-destination-property-builderclj

(cfn-pipeline-cloud-watch-log-destination-property-builder id config)

Creates a CfnPipeline$CloudWatchLogDestinationProperty$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  `CfnPipeline$CloudWatchLogDestinationProperty$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-pipeline-encryption-at-rest-options-property-builderclj

(cfn-pipeline-encryption-at-rest-options-property-builder id config)

Creates a CfnPipeline$EncryptionAtRestOptionsProperty$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  `CfnPipeline$EncryptionAtRestOptionsProperty$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-pipeline-log-publishing-options-property-builderclj

(cfn-pipeline-log-publishing-options-property-builder id config)

Creates a CfnPipeline$LogPublishingOptionsProperty$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  `CfnPipeline$LogPublishingOptionsProperty$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-pipeline-props-builderclj

(cfn-pipeline-props-builder id config)

Creates a CfnPipelineProps$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  `CfnPipelineProps$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-pipeline-vpc-endpoint-property-builderclj

(cfn-pipeline-vpc-endpoint-property-builder id config)

Creates a CfnPipeline$VpcEndpointProperty$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  `CfnPipeline$VpcEndpointProperty$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-pipeline-vpc-options-property-builderclj

(cfn-pipeline-vpc-options-property-builder id config)

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