Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.cloudtrail

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

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

add-event-selector-options-builderclj

(add-event-selector-options-builder id config)

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

build-add-event-selector-options-builderclj

(build-add-event-selector-options-builder builder id config)

The build-add-event-selector-options-builder function updates a AddEventSelectorOptions$Builder instance using the provided configuration. The function takes the AddEventSelectorOptions$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
excludeManagementEventSourcesjava.util.Listcdk.support/lookup-entry:exclude-management-event-sources
includeManagementEventsjava.lang.Booleancdk.support/lookup-entry:include-management-events
readWriteTypesoftware.amazon.awscdk.services.cloudtrail.ReadWriteTypecdk.api.services.cloudtrail/read-write-type:read-write-type
The build-add-event-selector-options-builder function updates a AddEventSelectorOptions$Builder instance using the provided configuration.
  The function takes the AddEventSelectorOptions$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 |
|---|---|---|---|
| `excludeManagementEventSources` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-management-event-sources` |
| `includeManagementEvents` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-management-events` |
| `readWriteType` | software.amazon.awscdk.services.cloudtrail.ReadWriteType | [[cdk.api.services.cloudtrail/read-write-type]] | `:read-write-type` |
sourceraw 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
destinationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destinations
namejava.lang.Stringcdk.support/lookup-entry:name
sourcejava.lang.Stringcdk.support/lookup-entry:source
tagsjava.util.Listcdk.support/lookup-entry:tags
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 |
|---|---|---|---|
| `destinations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destinations` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-channel-destination-property-builderclj

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

The build-cfn-channel-destination-property-builder function updates a CfnChannel$DestinationProperty$Builder instance using the provided configuration. The function takes the CfnChannel$DestinationProperty$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
locationjava.lang.Stringcdk.support/lookup-entry:location
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-channel-destination-property-builder function updates a CfnChannel$DestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$DestinationProperty$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 |
|---|---|---|---|
| `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` |
| `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
destinationsjava.util.Listcdk.support/lookup-entry:destinations
namejava.lang.Stringcdk.support/lookup-entry:name
sourcejava.lang.Stringcdk.support/lookup-entry:source
tagsjava.util.Listcdk.support/lookup-entry:tags
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 |
|---|---|---|---|
| `destinations` | java.util.List | [[cdk.support/lookup-entry]] | `:destinations` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-event-data-store-advanced-event-selector-property-builderclj

(build-cfn-event-data-store-advanced-event-selector-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-event-data-store-advanced-event-selector-property-builder function updates a CfnEventDataStore$AdvancedEventSelectorProperty$Builder instance using the provided configuration. The function takes the CfnEventDataStore$AdvancedEventSelectorProperty$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
fieldSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-selectors
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-event-data-store-advanced-event-selector-property-builder function updates a CfnEventDataStore$AdvancedEventSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnEventDataStore$AdvancedEventSelectorProperty$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 |
|---|---|---|---|
| `fieldSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-selectors` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-event-data-store-advanced-field-selector-property-builderclj

(build-cfn-event-data-store-advanced-field-selector-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-event-data-store-advanced-field-selector-property-builder function updates a CfnEventDataStore$AdvancedFieldSelectorProperty$Builder instance using the provided configuration. The function takes the CfnEventDataStore$AdvancedFieldSelectorProperty$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
endsWithjava.util.Listcdk.support/lookup-entry:ends-with
equalTojava.util.Listcdk.support/lookup-entry:equal-to
fieldjava.lang.Stringcdk.support/lookup-entry:field
notEndsWithjava.util.Listcdk.support/lookup-entry:not-ends-with
notEqualsjava.util.Listcdk.support/lookup-entry:not-equals
notStartsWithjava.util.Listcdk.support/lookup-entry:not-starts-with
startsWithjava.util.Listcdk.support/lookup-entry:starts-with
The build-cfn-event-data-store-advanced-field-selector-property-builder function updates a CfnEventDataStore$AdvancedFieldSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnEventDataStore$AdvancedFieldSelectorProperty$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 |
|---|---|---|---|
| `endsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:ends-with` |
| `equalTo` | java.util.List | [[cdk.support/lookup-entry]] | `:equal-to` |
| `field` | java.lang.String | [[cdk.support/lookup-entry]] | `:field` |
| `notEndsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:not-ends-with` |
| `notEquals` | java.util.List | [[cdk.support/lookup-entry]] | `:not-equals` |
| `notStartsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:not-starts-with` |
| `startsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:starts-with` |
sourceraw docstring

build-cfn-event-data-store-builderclj

(build-cfn-event-data-store-builder builder id config)

The build-cfn-event-data-store-builder function updates a CfnEventDataStore$Builder instance using the provided configuration. The function takes the CfnEventDataStore$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
advancedEventSelectorsjava.util.Listcdk.support/lookup-entry:advanced-event-selectors
billingModejava.lang.Stringcdk.support/lookup-entry:billing-mode
federationEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:federation-enabled
federationRoleArnjava.lang.Stringcdk.support/lookup-entry:federation-role-arn
ingestionEnabledjava.lang.Booleancdk.support/lookup-entry:ingestion-enabled
insightSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:insight-selectors
insightsDestinationjava.lang.Stringcdk.support/lookup-entry:insights-destination
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
multiRegionEnabledjava.lang.Booleancdk.support/lookup-entry:multi-region-enabled
namejava.lang.Stringcdk.support/lookup-entry:name
organizationEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:organization-enabled
retentionPeriodjava.lang.Numbercdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
terminationProtectionEnabledjava.lang.Booleancdk.support/lookup-entry:termination-protection-enabled
The build-cfn-event-data-store-builder function updates a CfnEventDataStore$Builder instance using the provided configuration.
  The function takes the CfnEventDataStore$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 |
|---|---|---|---|
| `advancedEventSelectors` | java.util.List | [[cdk.support/lookup-entry]] | `:advanced-event-selectors` |
| `billingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-mode` |
| `federationEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federation-enabled` |
| `federationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:federation-role-arn` |
| `ingestionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ingestion-enabled` |
| `insightSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:insight-selectors` |
| `insightsDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:insights-destination` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `multiRegionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-region-enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `organizationEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:organization-enabled` |
| `retentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `terminationProtectionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protection-enabled` |
sourceraw docstring

build-cfn-event-data-store-insight-selector-property-builderclj

(build-cfn-event-data-store-insight-selector-property-builder builder id config)

The build-cfn-event-data-store-insight-selector-property-builder function updates a CfnEventDataStore$InsightSelectorProperty$Builder instance using the provided configuration. The function takes the CfnEventDataStore$InsightSelectorProperty$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
insightTypejava.lang.Stringcdk.support/lookup-entry:insight-type
The build-cfn-event-data-store-insight-selector-property-builder function updates a CfnEventDataStore$InsightSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnEventDataStore$InsightSelectorProperty$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 |
|---|---|---|---|
| `insightType` | java.lang.String | [[cdk.support/lookup-entry]] | `:insight-type` |
sourceraw docstring

build-cfn-event-data-store-props-builderclj

(build-cfn-event-data-store-props-builder builder id config)

The build-cfn-event-data-store-props-builder function updates a CfnEventDataStoreProps$Builder instance using the provided configuration. The function takes the CfnEventDataStoreProps$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
advancedEventSelectorsjava.util.Listcdk.support/lookup-entry:advanced-event-selectors
billingModejava.lang.Stringcdk.support/lookup-entry:billing-mode
federationEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:federation-enabled
federationRoleArnjava.lang.Stringcdk.support/lookup-entry:federation-role-arn
ingestionEnabledjava.lang.Booleancdk.support/lookup-entry:ingestion-enabled
insightSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:insight-selectors
insightsDestinationjava.lang.Stringcdk.support/lookup-entry:insights-destination
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
multiRegionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:multi-region-enabled
namejava.lang.Stringcdk.support/lookup-entry:name
organizationEnabledjava.lang.Booleancdk.support/lookup-entry:organization-enabled
retentionPeriodjava.lang.Numbercdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
terminationProtectionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:termination-protection-enabled
The build-cfn-event-data-store-props-builder function updates a CfnEventDataStoreProps$Builder instance using the provided configuration.
  The function takes the CfnEventDataStoreProps$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 |
|---|---|---|---|
| `advancedEventSelectors` | java.util.List | [[cdk.support/lookup-entry]] | `:advanced-event-selectors` |
| `billingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-mode` |
| `federationEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federation-enabled` |
| `federationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:federation-role-arn` |
| `ingestionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ingestion-enabled` |
| `insightSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:insight-selectors` |
| `insightsDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:insights-destination` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `multiRegionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-region-enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `organizationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:organization-enabled` |
| `retentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `terminationProtectionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:termination-protection-enabled` |
sourceraw docstring

build-cfn-resource-policy-builderclj

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

The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration. The function takes the CfnResourcePolicy$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
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
resourcePolicyjava.lang.Objectcdk.support/lookup-entry:resource-policy
The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration.
  The function takes the CfnResourcePolicy$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
| `resourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:resource-policy` |
sourceraw docstring

build-cfn-resource-policy-props-builderclj

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

The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration. The function takes the CfnResourcePolicyProps$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
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
resourcePolicyjava.lang.Objectcdk.support/lookup-entry:resource-policy
The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration.
  The function takes the CfnResourcePolicyProps$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
| `resourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:resource-policy` |
sourceraw docstring

build-cfn-trail-advanced-event-selector-property-builderclj

(build-cfn-trail-advanced-event-selector-property-builder builder id config)

The build-cfn-trail-advanced-event-selector-property-builder function updates a CfnTrail$AdvancedEventSelectorProperty$Builder instance using the provided configuration. The function takes the CfnTrail$AdvancedEventSelectorProperty$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
fieldSelectorsjava.util.Listcdk.support/lookup-entry:field-selectors
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-trail-advanced-event-selector-property-builder function updates a CfnTrail$AdvancedEventSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnTrail$AdvancedEventSelectorProperty$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 |
|---|---|---|---|
| `fieldSelectors` | java.util.List | [[cdk.support/lookup-entry]] | `:field-selectors` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-trail-advanced-field-selector-property-builderclj

(build-cfn-trail-advanced-field-selector-property-builder builder id config)

The build-cfn-trail-advanced-field-selector-property-builder function updates a CfnTrail$AdvancedFieldSelectorProperty$Builder instance using the provided configuration. The function takes the CfnTrail$AdvancedFieldSelectorProperty$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
endsWithjava.util.Listcdk.support/lookup-entry:ends-with
equalTojava.util.Listcdk.support/lookup-entry:equal-to
fieldjava.lang.Stringcdk.support/lookup-entry:field
notEndsWithjava.util.Listcdk.support/lookup-entry:not-ends-with
notEqualsjava.util.Listcdk.support/lookup-entry:not-equals
notStartsWithjava.util.Listcdk.support/lookup-entry:not-starts-with
startsWithjava.util.Listcdk.support/lookup-entry:starts-with
The build-cfn-trail-advanced-field-selector-property-builder function updates a CfnTrail$AdvancedFieldSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnTrail$AdvancedFieldSelectorProperty$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 |
|---|---|---|---|
| `endsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:ends-with` |
| `equalTo` | java.util.List | [[cdk.support/lookup-entry]] | `:equal-to` |
| `field` | java.lang.String | [[cdk.support/lookup-entry]] | `:field` |
| `notEndsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:not-ends-with` |
| `notEquals` | java.util.List | [[cdk.support/lookup-entry]] | `:not-equals` |
| `notStartsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:not-starts-with` |
| `startsWith` | java.util.List | [[cdk.support/lookup-entry]] | `:starts-with` |
sourceraw docstring

build-cfn-trail-builderclj

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

The build-cfn-trail-builder function updates a CfnTrail$Builder instance using the provided configuration. The function takes the CfnTrail$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
advancedEventSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:advanced-event-selectors
cloudWatchLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-logs-log-group-arn
cloudWatchLogsRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-logs-role-arn
enableLogFileValidationjava.lang.Booleancdk.support/lookup-entry:enable-log-file-validation
eventSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-selectors
includeGlobalServiceEventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-global-service-events
insightSelectorsjava.util.Listcdk.support/lookup-entry:insight-selectors
isLoggingjava.lang.Booleancdk.support/lookup-entry:is-logging
isMultiRegionTrailjava.lang.Booleancdk.support/lookup-entry:is-multi-region-trail
isOrganizationTrailjava.lang.Booleancdk.support/lookup-entry:is-organization-trail
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
s3BucketNamejava.lang.Stringcdk.support/lookup-entry:s3-bucket-name
s3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:s3-key-prefix
snsTopicNamejava.lang.Stringcdk.support/lookup-entry:sns-topic-name
tagsjava.util.Listcdk.support/lookup-entry:tags
trailNamejava.lang.Stringcdk.support/lookup-entry:trail-name
The build-cfn-trail-builder function updates a CfnTrail$Builder instance using the provided configuration.
  The function takes the CfnTrail$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 |
|---|---|---|---|
| `advancedEventSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:advanced-event-selectors` |
| `cloudWatchLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-log-group-arn` |
| `cloudWatchLogsRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-role-arn` |
| `enableLogFileValidation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-log-file-validation` |
| `eventSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-selectors` |
| `includeGlobalServiceEvents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-global-service-events` |
| `insightSelectors` | java.util.List | [[cdk.support/lookup-entry]] | `:insight-selectors` |
| `isLogging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-logging` |
| `isMultiRegionTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-multi-region-trail` |
| `isOrganizationTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-organization-trail` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` |
| `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
| `snsTopicName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `trailName` | java.lang.String | [[cdk.support/lookup-entry]] | `:trail-name` |
sourceraw docstring

build-cfn-trail-data-resource-property-builderclj

(build-cfn-trail-data-resource-property-builder builder id config)

The build-cfn-trail-data-resource-property-builder function updates a CfnTrail$DataResourceProperty$Builder instance using the provided configuration. The function takes the CfnTrail$DataResourceProperty$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
typejava.lang.Stringcdk.support/lookup-entry:type
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-trail-data-resource-property-builder function updates a CfnTrail$DataResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnTrail$DataResourceProperty$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 |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-trail-event-selector-property-builderclj

(build-cfn-trail-event-selector-property-builder builder id config)

The build-cfn-trail-event-selector-property-builder function updates a CfnTrail$EventSelectorProperty$Builder instance using the provided configuration. The function takes the CfnTrail$EventSelectorProperty$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
dataResourcesjava.util.Listcdk.support/lookup-entry:data-resources
excludeManagementEventSourcesjava.util.Listcdk.support/lookup-entry:exclude-management-event-sources
includeManagementEventsjava.lang.Booleancdk.support/lookup-entry:include-management-events
readWriteTypejava.lang.Stringcdk.support/lookup-entry:read-write-type
The build-cfn-trail-event-selector-property-builder function updates a CfnTrail$EventSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnTrail$EventSelectorProperty$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 |
|---|---|---|---|
| `dataResources` | java.util.List | [[cdk.support/lookup-entry]] | `:data-resources` |
| `excludeManagementEventSources` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-management-event-sources` |
| `includeManagementEvents` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-management-events` |
| `readWriteType` | java.lang.String | [[cdk.support/lookup-entry]] | `:read-write-type` |
sourceraw docstring

build-cfn-trail-insight-selector-property-builderclj

(build-cfn-trail-insight-selector-property-builder builder id config)

The build-cfn-trail-insight-selector-property-builder function updates a CfnTrail$InsightSelectorProperty$Builder instance using the provided configuration. The function takes the CfnTrail$InsightSelectorProperty$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
insightTypejava.lang.Stringcdk.support/lookup-entry:insight-type
The build-cfn-trail-insight-selector-property-builder function updates a CfnTrail$InsightSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnTrail$InsightSelectorProperty$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 |
|---|---|---|---|
| `insightType` | java.lang.String | [[cdk.support/lookup-entry]] | `:insight-type` |
sourceraw docstring

build-cfn-trail-props-builderclj

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

The build-cfn-trail-props-builder function updates a CfnTrailProps$Builder instance using the provided configuration. The function takes the CfnTrailProps$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
advancedEventSelectorsjava.util.Listcdk.support/lookup-entry:advanced-event-selectors
cloudWatchLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-logs-log-group-arn
cloudWatchLogsRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-logs-role-arn
enableLogFileValidationjava.lang.Booleancdk.support/lookup-entry:enable-log-file-validation
eventSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-selectors
includeGlobalServiceEventsjava.lang.Booleancdk.support/lookup-entry:include-global-service-events
insightSelectorsjava.util.Listcdk.support/lookup-entry:insight-selectors
isLoggingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-logging
isMultiRegionTrailsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-multi-region-trail
isOrganizationTrailjava.lang.Booleancdk.support/lookup-entry:is-organization-trail
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
s3BucketNamejava.lang.Stringcdk.support/lookup-entry:s3-bucket-name
s3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:s3-key-prefix
snsTopicNamejava.lang.Stringcdk.support/lookup-entry:sns-topic-name
tagsjava.util.Listcdk.support/lookup-entry:tags
trailNamejava.lang.Stringcdk.support/lookup-entry:trail-name
The build-cfn-trail-props-builder function updates a CfnTrailProps$Builder instance using the provided configuration.
  The function takes the CfnTrailProps$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 |
|---|---|---|---|
| `advancedEventSelectors` | java.util.List | [[cdk.support/lookup-entry]] | `:advanced-event-selectors` |
| `cloudWatchLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-log-group-arn` |
| `cloudWatchLogsRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-role-arn` |
| `enableLogFileValidation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-log-file-validation` |
| `eventSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-selectors` |
| `includeGlobalServiceEvents` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-global-service-events` |
| `insightSelectors` | java.util.List | [[cdk.support/lookup-entry]] | `:insight-selectors` |
| `isLogging` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-logging` |
| `isMultiRegionTrail` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-multi-region-trail` |
| `isOrganizationTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-organization-trail` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` |
| `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
| `snsTopicName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `trailName` | java.lang.String | [[cdk.support/lookup-entry]] | `:trail-name` |
sourceraw docstring

build-s3-event-selector-builderclj

(build-s3-event-selector-builder builder id config)

The build-s3-event-selector-builder function updates a S3EventSelector$Builder instance using the provided configuration. The function takes the S3EventSelector$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
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
objectPrefixjava.lang.Stringcdk.support/lookup-entry:object-prefix
The build-s3-event-selector-builder function updates a S3EventSelector$Builder instance using the provided configuration.
  The function takes the S3EventSelector$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 |
|---|---|---|---|
| `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` |
| `objectPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-prefix` |
sourceraw docstring

build-trail-builderclj

(build-trail-builder builder id config)

The build-trail-builder function updates a Trail$Builder instance using the provided configuration. The function takes the Trail$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
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
cloudWatchLogGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:cloud-watch-log-group
cloudWatchLogsRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:cloud-watch-logs-retention
enableFileValidationjava.lang.Booleancdk.support/lookup-entry:enable-file-validation
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
includeGlobalServiceEventsjava.lang.Booleancdk.support/lookup-entry:include-global-service-events
insightTypesjava.util.Listcdk.support/lookup-entry:insight-types
isMultiRegionTrailjava.lang.Booleancdk.support/lookup-entry:is-multi-region-trail
isOrganizationTrailjava.lang.Booleancdk.support/lookup-entry:is-organization-trail
managementEventssoftware.amazon.awscdk.services.cloudtrail.ReadWriteTypecdk.api.services.cloudtrail/read-write-type:management-events
orgIdjava.lang.Stringcdk.support/lookup-entry:org-id
s3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:s3-key-prefix
sendToCloudWatchLogsjava.lang.Booleancdk.support/lookup-entry:send-to-cloud-watch-logs
snsTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:sns-topic
trailNamejava.lang.Stringcdk.support/lookup-entry:trail-name
The build-trail-builder function updates a Trail$Builder instance using the provided configuration.
  The function takes the Trail$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 |
|---|---|---|---|
| `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` |
| `cloudWatchLogGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group` |
| `cloudWatchLogsRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:cloud-watch-logs-retention` |
| `enableFileValidation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-file-validation` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `includeGlobalServiceEvents` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-global-service-events` |
| `insightTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:insight-types` |
| `isMultiRegionTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-multi-region-trail` |
| `isOrganizationTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-organization-trail` |
| `managementEvents` | software.amazon.awscdk.services.cloudtrail.ReadWriteType | [[cdk.api.services.cloudtrail/read-write-type]] | `:management-events` |
| `orgId` | java.lang.String | [[cdk.support/lookup-entry]] | `:org-id` |
| `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
| `sendToCloudWatchLogs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:send-to-cloud-watch-logs` |
| `snsTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:sns-topic` |
| `trailName` | java.lang.String | [[cdk.support/lookup-entry]] | `:trail-name` |
sourceraw docstring

build-trail-props-builderclj

(build-trail-props-builder builder id config)

The build-trail-props-builder function updates a TrailProps$Builder instance using the provided configuration. The function takes the TrailProps$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
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
cloudWatchLogGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:cloud-watch-log-group
cloudWatchLogsRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:cloud-watch-logs-retention
enableFileValidationjava.lang.Booleancdk.support/lookup-entry:enable-file-validation
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
includeGlobalServiceEventsjava.lang.Booleancdk.support/lookup-entry:include-global-service-events
insightTypesjava.util.Listcdk.support/lookup-entry:insight-types
isMultiRegionTrailjava.lang.Booleancdk.support/lookup-entry:is-multi-region-trail
isOrganizationTrailjava.lang.Booleancdk.support/lookup-entry:is-organization-trail
managementEventssoftware.amazon.awscdk.services.cloudtrail.ReadWriteTypecdk.api.services.cloudtrail/read-write-type:management-events
orgIdjava.lang.Stringcdk.support/lookup-entry:org-id
s3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:s3-key-prefix
sendToCloudWatchLogsjava.lang.Booleancdk.support/lookup-entry:send-to-cloud-watch-logs
snsTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:sns-topic
trailNamejava.lang.Stringcdk.support/lookup-entry:trail-name
The build-trail-props-builder function updates a TrailProps$Builder instance using the provided configuration.
  The function takes the TrailProps$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 |
|---|---|---|---|
| `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` |
| `cloudWatchLogGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group` |
| `cloudWatchLogsRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:cloud-watch-logs-retention` |
| `enableFileValidation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-file-validation` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `includeGlobalServiceEvents` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-global-service-events` |
| `insightTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:insight-types` |
| `isMultiRegionTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-multi-region-trail` |
| `isOrganizationTrail` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-organization-trail` |
| `managementEvents` | software.amazon.awscdk.services.cloudtrail.ReadWriteType | [[cdk.api.services.cloudtrail/read-write-type]] | `:management-events` |
| `orgId` | java.lang.String | [[cdk.support/lookup-entry]] | `:org-id` |
| `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
| `sendToCloudWatchLogs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:send-to-cloud-watch-logs` |
| `snsTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:sns-topic` |
| `trailName` | java.lang.String | [[cdk.support/lookup-entry]] | `:trail-name` |
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-destination-property-builderclj

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

Creates a CfnChannel$DestinationProperty$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  `CfnChannel$DestinationProperty$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-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-event-data-store-advanced-event-selector-property-builderclj

(cfn-event-data-store-advanced-event-selector-property-builder id config)

Creates a CfnEventDataStore$AdvancedEventSelectorProperty$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  `CfnEventDataStore$AdvancedEventSelectorProperty$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-event-data-store-advanced-field-selector-property-builderclj

(cfn-event-data-store-advanced-field-selector-property-builder id config)

Creates a CfnEventDataStore$AdvancedFieldSelectorProperty$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  `CfnEventDataStore$AdvancedFieldSelectorProperty$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-event-data-store-builderclj

(cfn-event-data-store-builder scope id config)

Creates a CfnEventDataStore$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  `CfnEventDataStore$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-event-data-store-insight-selector-property-builderclj

(cfn-event-data-store-insight-selector-property-builder id config)

Creates a CfnEventDataStore$InsightSelectorProperty$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  `CfnEventDataStore$InsightSelectorProperty$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-event-data-store-props-builderclj

(cfn-event-data-store-props-builder id config)

Creates a CfnEventDataStoreProps$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  `CfnEventDataStoreProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-resource-policy-builderclj

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

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

cfn-resource-policy-props-builderclj

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

Creates a CfnResourcePolicyProps$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  `CfnResourcePolicyProps$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-trail-advanced-event-selector-property-builderclj

(cfn-trail-advanced-event-selector-property-builder id config)

Creates a CfnTrail$AdvancedEventSelectorProperty$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  `CfnTrail$AdvancedEventSelectorProperty$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-trail-advanced-field-selector-property-builderclj

(cfn-trail-advanced-field-selector-property-builder id config)

Creates a CfnTrail$AdvancedFieldSelectorProperty$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  `CfnTrail$AdvancedFieldSelectorProperty$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-trail-builderclj

(cfn-trail-builder scope id config)

Creates a CfnTrail$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  `CfnTrail$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-trail-data-resource-property-builderclj

(cfn-trail-data-resource-property-builder id config)

Creates a CfnTrail$DataResourceProperty$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  `CfnTrail$DataResourceProperty$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-trail-event-selector-property-builderclj

(cfn-trail-event-selector-property-builder id config)

Creates a CfnTrail$EventSelectorProperty$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  `CfnTrail$EventSelectorProperty$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-trail-insight-selector-property-builderclj

(cfn-trail-insight-selector-property-builder id config)

Creates a CfnTrail$InsightSelectorProperty$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  `CfnTrail$InsightSelectorProperty$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-trail-props-builderclj

(cfn-trail-props-builder id config)

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

data-resource-typeclj

(data-resource-type config id item-key)

The data-resource-type function data interprets values in the provided config data into a DataResourceType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of DataResourceType - the value is returned.
  • is :s3-object - DataResourceType/S3_OBJECT is returned
  • is :lambda-function - DataResourceType/LAMBDA_FUNCTION is returned

If a value is not found or matches the above criteria, nil is returned.

The `data-resource-type` function data interprets values in the provided config data into a 
`DataResourceType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `DataResourceType` - the value is returned.
* is `:s3-object` - `DataResourceType/S3_OBJECT` is returned
* is `:lambda-function` - `DataResourceType/LAMBDA_FUNCTION` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

management-event-sourcesclj

(management-event-sources config id item-key)

The management-event-sources function data interprets values in the provided config data into a ManagementEventSources instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ManagementEventSources - the value is returned.
  • is :kms - ManagementEventSources/KMS is returned
  • is :rds-data-api - ManagementEventSources/RDS_DATA_API is returned

If a value is not found or matches the above criteria, nil is returned.

The `management-event-sources` function data interprets values in the provided config data into a 
`ManagementEventSources` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ManagementEventSources` - the value is returned.
* is `:kms` - `ManagementEventSources/KMS` is returned
* is `:rds-data-api` - `ManagementEventSources/RDS_DATA_API` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

read-write-typeclj

(read-write-type config id item-key)

The read-write-type function data interprets values in the provided config data into a ReadWriteType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ReadWriteType - the value is returned.
  • is :all - ReadWriteType/ALL is returned
  • is :write-only - ReadWriteType/WRITE_ONLY is returned
  • is :read-only - ReadWriteType/READ_ONLY is returned
  • is :none - ReadWriteType/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `read-write-type` function data interprets values in the provided config data into a 
`ReadWriteType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ReadWriteType` - the value is returned.
* is `:all` - `ReadWriteType/ALL` is returned
* is `:write-only` - `ReadWriteType/WRITE_ONLY` is returned
* is `:read-only` - `ReadWriteType/READ_ONLY` is returned
* is `:none` - `ReadWriteType/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

s3-event-selector-builderclj

(s3-event-selector-builder id config)

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

trail-builderclj

(trail-builder scope id config)

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

trail-props-builderclj

(trail-props-builder id config)

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