Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.inspectorv2

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

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

build-cfn-cis-scan-configuration-builderclj

(build-cfn-cis-scan-configuration-builder builder id config)

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

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
scanNamejava.lang.Stringcdk.support/lookup-entry:scan-name
schedulesoftware.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$SchedulePropertycdk.support/lookup-entry:schedule
securityLeveljava.lang.Stringcdk.support/lookup-entry:security-level
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:targets
The build-cfn-cis-scan-configuration-builder function updates a CfnCisScanConfiguration$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `scanName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scan-name` |
| `schedule` | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` |
| `securityLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-level` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-cis-scan-configuration-cis-targets-property-builderclj

(build-cfn-cis-scan-configuration-cis-targets-property-builder builder
                                                               id
                                                               config)

The build-cfn-cis-scan-configuration-cis-targets-property-builder function updates a CfnCisScanConfiguration$CisTargetsProperty$Builder instance using the provided configuration. The function takes the CfnCisScanConfiguration$CisTargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accountIdsjava.util.Listcdk.support/lookup-entry:account-ids
targetResourceTagsjava.util.Mapcdk.support/lookup-entry:target-resource-tags
The build-cfn-cis-scan-configuration-cis-targets-property-builder function updates a CfnCisScanConfiguration$CisTargetsProperty$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$CisTargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountIds` | java.util.List | [[cdk.support/lookup-entry]] | `:account-ids` |
| `targetResourceTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:target-resource-tags` |
sourceraw docstring

build-cfn-cis-scan-configuration-daily-schedule-property-builderclj

(build-cfn-cis-scan-configuration-daily-schedule-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-cis-scan-configuration-daily-schedule-property-builder function updates a CfnCisScanConfiguration$DailyScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCisScanConfiguration$DailyScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
startTimesoftware.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$TimePropertycdk.support/lookup-entry:start-time
The build-cfn-cis-scan-configuration-daily-schedule-property-builder function updates a CfnCisScanConfiguration$DailyScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$DailyScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `startTime` | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$TimeProperty | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-cis-scan-configuration-monthly-schedule-property-builderclj

(build-cfn-cis-scan-configuration-monthly-schedule-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-cis-scan-configuration-monthly-schedule-property-builder function updates a CfnCisScanConfiguration$MonthlyScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCisScanConfiguration$MonthlyScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dayjava.lang.Stringcdk.support/lookup-entry:day
startTimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:start-time
The build-cfn-cis-scan-configuration-monthly-schedule-property-builder function updates a CfnCisScanConfiguration$MonthlyScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$MonthlyScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `day` | java.lang.String | [[cdk.support/lookup-entry]] | `:day` |
| `startTime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-cis-scan-configuration-props-builderclj

(build-cfn-cis-scan-configuration-props-builder builder id config)

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

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
scanNamejava.lang.Stringcdk.support/lookup-entry:scan-name
schedulesoftware.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$SchedulePropertycdk.support/lookup-entry:schedule
securityLeveljava.lang.Stringcdk.support/lookup-entry:security-level
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetssoftware.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$CisTargetsPropertycdk.support/lookup-entry:targets
The build-cfn-cis-scan-configuration-props-builder function updates a CfnCisScanConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `scanName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scan-name` |
| `schedule` | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` |
| `securityLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-level` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `targets` | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$CisTargetsProperty | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-cis-scan-configuration-schedule-property-builderclj

(build-cfn-cis-scan-configuration-schedule-property-builder builder id config)

The build-cfn-cis-scan-configuration-schedule-property-builder function updates a CfnCisScanConfiguration$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCisScanConfiguration$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dailysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:daily
monthlysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monthly
oneTimejava.lang.Objectcdk.support/lookup-entry:one-time
weeklysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:weekly
The build-cfn-cis-scan-configuration-schedule-property-builder function updates a CfnCisScanConfiguration$ScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `daily` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:daily` |
| `monthly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monthly` |
| `oneTime` | java.lang.Object | [[cdk.support/lookup-entry]] | `:one-time` |
| `weekly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:weekly` |
sourceraw docstring

build-cfn-cis-scan-configuration-time-property-builderclj

(build-cfn-cis-scan-configuration-time-property-builder builder id config)

The build-cfn-cis-scan-configuration-time-property-builder function updates a CfnCisScanConfiguration$TimeProperty$Builder instance using the provided configuration. The function takes the CfnCisScanConfiguration$TimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
timeOfDayjava.lang.Stringcdk.support/lookup-entry:time-of-day
timeZonejava.lang.Stringcdk.support/lookup-entry:time-zone
The build-cfn-cis-scan-configuration-time-property-builder function updates a CfnCisScanConfiguration$TimeProperty$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$TimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `timeOfDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-of-day` |
| `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
sourceraw docstring

build-cfn-cis-scan-configuration-weekly-schedule-property-builderclj

(build-cfn-cis-scan-configuration-weekly-schedule-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-cis-scan-configuration-weekly-schedule-property-builder function updates a CfnCisScanConfiguration$WeeklyScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCisScanConfiguration$WeeklyScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
daysjava.util.Listcdk.support/lookup-entry:days
startTimesoftware.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$TimePropertycdk.support/lookup-entry:start-time
The build-cfn-cis-scan-configuration-weekly-schedule-property-builder function updates a CfnCisScanConfiguration$WeeklyScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnCisScanConfiguration$WeeklyScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `days` | java.util.List | [[cdk.support/lookup-entry]] | `:days` |
| `startTime` | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration$TimeProperty | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-filter-builderclj

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

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
filterActionjava.lang.Stringcdk.support/lookup-entry:filter-action
filterCriteriasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-criteria
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-filter-builder function updates a CfnFilter$Builder instance using the provided configuration.
  The function takes the CfnFilter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `filterAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-action` |
| `filterCriteria` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-criteria` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-filter-date-filter-property-builderclj

(build-cfn-filter-date-filter-property-builder builder id config)

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

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
endInclusivejava.lang.Numbercdk.support/lookup-entry:end-inclusive
startInclusivejava.lang.Numbercdk.support/lookup-entry:start-inclusive
The build-cfn-filter-date-filter-property-builder function updates a CfnFilter$DateFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$DateFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `endInclusive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:end-inclusive` |
| `startInclusive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start-inclusive` |
sourceraw docstring

build-cfn-filter-filter-criteria-property-builderclj

(build-cfn-filter-filter-criteria-property-builder builder id config)

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

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
awsAccountIdjava.util.Listcdk.support/lookup-entry:aws-account-id
componentIdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:component-id
componentTypesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:component-type
ec2InstanceImageIdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ec2-instance-image-id
ec2InstanceSubnetIdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ec2-instance-subnet-id
ec2InstanceVpcIdjava.util.Listcdk.support/lookup-entry:ec2-instance-vpc-id
ecrImageArchitecturejava.util.Listcdk.support/lookup-entry:ecr-image-architecture
ecrImageHashsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ecr-image-hash
ecrImagePushedAtjava.util.Listcdk.support/lookup-entry:ecr-image-pushed-at
ecrImageRegistryjava.util.Listcdk.support/lookup-entry:ecr-image-registry
ecrImageRepositoryNamesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ecr-image-repository-name
ecrImageTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ecr-image-tags
findingArnsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:finding-arn
findingStatusjava.util.Listcdk.support/lookup-entry:finding-status
findingTypejava.util.Listcdk.support/lookup-entry:finding-type
firstObservedAtsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:first-observed-at
inspectorScorejava.util.Listcdk.support/lookup-entry:inspector-score
lastObservedAtjava.util.Listcdk.support/lookup-entry:last-observed-at
networkProtocoljava.util.Listcdk.support/lookup-entry:network-protocol
portRangesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:port-range
relatedVulnerabilitiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:related-vulnerabilities
resourceIdjava.util.Listcdk.support/lookup-entry:resource-id
resourceTagsjava.util.Listcdk.support/lookup-entry:resource-tags
resourceTypesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-type
severityjava.util.Listcdk.support/lookup-entry:severity
titlejava.util.Listcdk.support/lookup-entry:title
updatedAtsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:updated-at
vendorSeverityjava.util.Listcdk.support/lookup-entry:vendor-severity
vulnerabilityIdjava.util.Listcdk.support/lookup-entry:vulnerability-id
vulnerabilitySourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vulnerability-source
vulnerablePackagesjava.util.Listcdk.support/lookup-entry:vulnerable-packages
The build-cfn-filter-filter-criteria-property-builder function updates a CfnFilter$FilterCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$FilterCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `awsAccountId` | java.util.List | [[cdk.support/lookup-entry]] | `:aws-account-id` |
| `componentId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:component-id` |
| `componentType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:component-type` |
| `ec2InstanceImageId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ec2-instance-image-id` |
| `ec2InstanceSubnetId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ec2-instance-subnet-id` |
| `ec2InstanceVpcId` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-instance-vpc-id` |
| `ecrImageArchitecture` | java.util.List | [[cdk.support/lookup-entry]] | `:ecr-image-architecture` |
| `ecrImageHash` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecr-image-hash` |
| `ecrImagePushedAt` | java.util.List | [[cdk.support/lookup-entry]] | `:ecr-image-pushed-at` |
| `ecrImageRegistry` | java.util.List | [[cdk.support/lookup-entry]] | `:ecr-image-registry` |
| `ecrImageRepositoryName` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecr-image-repository-name` |
| `ecrImageTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecr-image-tags` |
| `findingArn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:finding-arn` |
| `findingStatus` | java.util.List | [[cdk.support/lookup-entry]] | `:finding-status` |
| `findingType` | java.util.List | [[cdk.support/lookup-entry]] | `:finding-type` |
| `firstObservedAt` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:first-observed-at` |
| `inspectorScore` | java.util.List | [[cdk.support/lookup-entry]] | `:inspector-score` |
| `lastObservedAt` | java.util.List | [[cdk.support/lookup-entry]] | `:last-observed-at` |
| `networkProtocol` | java.util.List | [[cdk.support/lookup-entry]] | `:network-protocol` |
| `portRange` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:port-range` |
| `relatedVulnerabilities` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:related-vulnerabilities` |
| `resourceId` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-id` |
| `resourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-tags` |
| `resourceType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-type` |
| `severity` | java.util.List | [[cdk.support/lookup-entry]] | `:severity` |
| `title` | java.util.List | [[cdk.support/lookup-entry]] | `:title` |
| `updatedAt` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:updated-at` |
| `vendorSeverity` | java.util.List | [[cdk.support/lookup-entry]] | `:vendor-severity` |
| `vulnerabilityId` | java.util.List | [[cdk.support/lookup-entry]] | `:vulnerability-id` |
| `vulnerabilitySource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vulnerability-source` |
| `vulnerablePackages` | java.util.List | [[cdk.support/lookup-entry]] | `:vulnerable-packages` |
sourceraw docstring

build-cfn-filter-map-filter-property-builderclj

(build-cfn-filter-map-filter-property-builder builder id config)

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

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
comparisonjava.lang.Stringcdk.support/lookup-entry:comparison
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-filter-map-filter-property-builder function updates a CfnFilter$MapFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$MapFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `comparison` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-filter-number-filter-property-builderclj

(build-cfn-filter-number-filter-property-builder builder id config)

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

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
lowerInclusivejava.lang.Numbercdk.support/lookup-entry:lower-inclusive
upperInclusivejava.lang.Numbercdk.support/lookup-entry:upper-inclusive
The build-cfn-filter-number-filter-property-builder function updates a CfnFilter$NumberFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$NumberFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `lowerInclusive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:lower-inclusive` |
| `upperInclusive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:upper-inclusive` |
sourceraw docstring

build-cfn-filter-package-filter-property-builderclj

(build-cfn-filter-package-filter-property-builder builder id config)

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

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
architecturesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:architecture
epochsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:epoch
namesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:name
releasesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:release
sourceLayerHashsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-layer-hash
versionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:version
The build-cfn-filter-package-filter-property-builder function updates a CfnFilter$PackageFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$PackageFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `architecture` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:architecture` |
| `epoch` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:epoch` |
| `name` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:name` |
| `release` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:release` |
| `sourceLayerHash` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-layer-hash` |
| `version` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-filter-port-range-filter-property-builderclj

(build-cfn-filter-port-range-filter-property-builder builder id config)

The build-cfn-filter-port-range-filter-property-builder function updates a CfnFilter$PortRangeFilterProperty$Builder instance using the provided configuration. The function takes the CfnFilter$PortRangeFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
beginInclusivejava.lang.Numbercdk.support/lookup-entry:begin-inclusive
endInclusivejava.lang.Numbercdk.support/lookup-entry:end-inclusive
The build-cfn-filter-port-range-filter-property-builder function updates a CfnFilter$PortRangeFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$PortRangeFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `beginInclusive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:begin-inclusive` |
| `endInclusive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:end-inclusive` |
sourceraw docstring

build-cfn-filter-props-builderclj

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

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
filterActionjava.lang.Stringcdk.support/lookup-entry:filter-action
filterCriteriasoftware.amazon.awscdk.services.inspectorv2.CfnFilter$FilterCriteriaPropertycdk.support/lookup-entry:filter-criteria
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-filter-props-builder function updates a CfnFilterProps$Builder instance using the provided configuration.
  The function takes the CfnFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `filterAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-action` |
| `filterCriteria` | software.amazon.awscdk.services.inspectorv2.CfnFilter$FilterCriteriaProperty | [[cdk.support/lookup-entry]] | `:filter-criteria` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-filter-string-filter-property-builderclj

(build-cfn-filter-string-filter-property-builder builder id config)

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

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
comparisonjava.lang.Stringcdk.support/lookup-entry:comparison
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-filter-string-filter-property-builder function updates a CfnFilter$StringFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFilter$StringFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `comparison` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

cfn-cis-scan-configuration-builderclj

(cfn-cis-scan-configuration-builder scope id config)

Creates a CfnCisScanConfiguration$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  `CfnCisScanConfiguration$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-cis-scan-configuration-cis-targets-property-builderclj

(cfn-cis-scan-configuration-cis-targets-property-builder id config)

Creates a CfnCisScanConfiguration$CisTargetsProperty$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  `CfnCisScanConfiguration$CisTargetsProperty$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-cis-scan-configuration-daily-schedule-property-builderclj

(cfn-cis-scan-configuration-daily-schedule-property-builder id config)

Creates a CfnCisScanConfiguration$DailyScheduleProperty$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  `CfnCisScanConfiguration$DailyScheduleProperty$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-cis-scan-configuration-monthly-schedule-property-builderclj

(cfn-cis-scan-configuration-monthly-schedule-property-builder id config)

Creates a CfnCisScanConfiguration$MonthlyScheduleProperty$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  `CfnCisScanConfiguration$MonthlyScheduleProperty$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-cis-scan-configuration-props-builderclj

(cfn-cis-scan-configuration-props-builder id config)

Creates a CfnCisScanConfigurationProps$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  `CfnCisScanConfigurationProps$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-cis-scan-configuration-schedule-property-builderclj

(cfn-cis-scan-configuration-schedule-property-builder id config)

Creates a CfnCisScanConfiguration$ScheduleProperty$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  `CfnCisScanConfiguration$ScheduleProperty$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-cis-scan-configuration-time-property-builderclj

(cfn-cis-scan-configuration-time-property-builder id config)

Creates a CfnCisScanConfiguration$TimeProperty$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  `CfnCisScanConfiguration$TimeProperty$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-cis-scan-configuration-weekly-schedule-property-builderclj

(cfn-cis-scan-configuration-weekly-schedule-property-builder id config)

Creates a CfnCisScanConfiguration$WeeklyScheduleProperty$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  `CfnCisScanConfiguration$WeeklyScheduleProperty$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-filter-builderclj

(cfn-filter-builder scope id config)

Creates a CfnFilter$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  `CfnFilter$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-filter-date-filter-property-builderclj

(cfn-filter-date-filter-property-builder id config)

Creates a CfnFilter$DateFilterProperty$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  `CfnFilter$DateFilterProperty$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-filter-filter-criteria-property-builderclj

(cfn-filter-filter-criteria-property-builder id config)

Creates a CfnFilter$FilterCriteriaProperty$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  `CfnFilter$FilterCriteriaProperty$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-filter-map-filter-property-builderclj

(cfn-filter-map-filter-property-builder id config)

Creates a CfnFilter$MapFilterProperty$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  `CfnFilter$MapFilterProperty$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-filter-number-filter-property-builderclj

(cfn-filter-number-filter-property-builder id config)

Creates a CfnFilter$NumberFilterProperty$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  `CfnFilter$NumberFilterProperty$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-filter-package-filter-property-builderclj

(cfn-filter-package-filter-property-builder id config)

Creates a CfnFilter$PackageFilterProperty$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  `CfnFilter$PackageFilterProperty$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-filter-port-range-filter-property-builderclj

(cfn-filter-port-range-filter-property-builder id config)

Creates a CfnFilter$PortRangeFilterProperty$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  `CfnFilter$PortRangeFilterProperty$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-filter-props-builderclj

(cfn-filter-props-builder id config)

Creates a CfnFilterProps$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  `CfnFilterProps$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-filter-string-filter-property-builderclj

(cfn-filter-string-filter-property-builder id config)

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