Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.logs package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.logs package.
(build-cfn-account-policy-builder builder id config)
The build-cfn-account-policy-builder function updates a CfnAccountPolicy$Builder instance using the provided configuration. The function takes the CfnAccountPolicy$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 |
---|---|---|---|
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyName | java.lang.String | cdk.support/lookup-entry | :policy-name |
policyType | java.lang.String | cdk.support/lookup-entry | :policy-type |
scope | java.lang.String | cdk.support/lookup-entry | :scope |
selectionCriteria | java.lang.String | cdk.support/lookup-entry | :selection-criteria |
The build-cfn-account-policy-builder function updates a CfnAccountPolicy$Builder instance using the provided configuration. The function takes the CfnAccountPolicy$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 | |---|---|---|---| | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` | | `policyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-type` | | `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` | | `selectionCriteria` | java.lang.String | [[cdk.support/lookup-entry]] | `:selection-criteria` |
(build-cfn-account-policy-props-builder builder id config)
The build-cfn-account-policy-props-builder function updates a CfnAccountPolicyProps$Builder instance using the provided configuration. The function takes the CfnAccountPolicyProps$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 |
---|---|---|---|
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyName | java.lang.String | cdk.support/lookup-entry | :policy-name |
policyType | java.lang.String | cdk.support/lookup-entry | :policy-type |
scope | java.lang.String | cdk.support/lookup-entry | :scope |
selectionCriteria | java.lang.String | cdk.support/lookup-entry | :selection-criteria |
The build-cfn-account-policy-props-builder function updates a CfnAccountPolicyProps$Builder instance using the provided configuration. The function takes the CfnAccountPolicyProps$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 | |---|---|---|---| | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` | | `policyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-type` | | `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` | | `selectionCriteria` | java.lang.String | [[cdk.support/lookup-entry]] | `:selection-criteria` |
(build-cfn-delivery-builder builder id config)
The build-cfn-delivery-builder function updates a CfnDelivery$Builder instance using the provided configuration. The function takes the CfnDelivery$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 |
---|---|---|---|
deliveryDestinationArn | java.lang.String | cdk.support/lookup-entry | :delivery-destination-arn |
deliverySourceName | java.lang.String | cdk.support/lookup-entry | :delivery-source-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-delivery-builder function updates a CfnDelivery$Builder instance using the provided configuration. The function takes the CfnDelivery$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 | |---|---|---|---| | `deliveryDestinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-destination-arn` | | `deliverySourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-source-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-delivery-destination-builder builder id config)
The build-cfn-delivery-destination-builder function updates a CfnDeliveryDestination$Builder instance using the provided configuration. The function takes the CfnDeliveryDestination$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 |
---|---|---|---|
deliveryDestinationPolicy | java.lang.Object | cdk.support/lookup-entry | :delivery-destination-policy |
destinationResourceArn | java.lang.String | cdk.support/lookup-entry | :destination-resource-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-delivery-destination-builder function updates a CfnDeliveryDestination$Builder instance using the provided configuration. The function takes the CfnDeliveryDestination$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 | |---|---|---|---| | `deliveryDestinationPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:delivery-destination-policy` | | `destinationResourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-resource-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-delivery-destination-props-builder builder id config)
The build-cfn-delivery-destination-props-builder function updates a CfnDeliveryDestinationProps$Builder instance using the provided configuration. The function takes the CfnDeliveryDestinationProps$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 |
---|---|---|---|
deliveryDestinationPolicy | java.lang.Object | cdk.support/lookup-entry | :delivery-destination-policy |
destinationResourceArn | java.lang.String | cdk.support/lookup-entry | :destination-resource-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-delivery-destination-props-builder function updates a CfnDeliveryDestinationProps$Builder instance using the provided configuration. The function takes the CfnDeliveryDestinationProps$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 | |---|---|---|---| | `deliveryDestinationPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:delivery-destination-policy` | | `destinationResourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-resource-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-delivery-props-builder builder id config)
The build-cfn-delivery-props-builder function updates a CfnDeliveryProps$Builder instance using the provided configuration. The function takes the CfnDeliveryProps$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 |
---|---|---|---|
deliveryDestinationArn | java.lang.String | cdk.support/lookup-entry | :delivery-destination-arn |
deliverySourceName | java.lang.String | cdk.support/lookup-entry | :delivery-source-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-delivery-props-builder function updates a CfnDeliveryProps$Builder instance using the provided configuration. The function takes the CfnDeliveryProps$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 | |---|---|---|---| | `deliveryDestinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-destination-arn` | | `deliverySourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-source-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-delivery-source-builder builder id config)
The build-cfn-delivery-source-builder function updates a CfnDeliverySource$Builder instance using the provided configuration. The function takes the CfnDeliverySource$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 |
---|---|---|---|
logType | java.lang.String | cdk.support/lookup-entry | :log-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-delivery-source-builder function updates a CfnDeliverySource$Builder instance using the provided configuration. The function takes the CfnDeliverySource$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 | |---|---|---|---| | `logType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-delivery-source-props-builder builder id config)
The build-cfn-delivery-source-props-builder function updates a CfnDeliverySourceProps$Builder instance using the provided configuration. The function takes the CfnDeliverySourceProps$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 |
---|---|---|---|
logType | java.lang.String | cdk.support/lookup-entry | :log-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-delivery-source-props-builder function updates a CfnDeliverySourceProps$Builder instance using the provided configuration. The function takes the CfnDeliverySourceProps$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 | |---|---|---|---| | `logType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-destination-builder builder id config)
The build-cfn-destination-builder function updates a CfnDestination$Builder instance using the provided configuration. The function takes the CfnDestination$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 |
---|---|---|---|
destinationName | java.lang.String | cdk.support/lookup-entry | :destination-name |
destinationPolicy | java.lang.String | cdk.support/lookup-entry | :destination-policy |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
targetArn | java.lang.String | cdk.support/lookup-entry | :target-arn |
The build-cfn-destination-builder function updates a CfnDestination$Builder instance using the provided configuration. The function takes the CfnDestination$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 | |---|---|---|---| | `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` | | `destinationPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-policy` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
(build-cfn-destination-props-builder builder id config)
The build-cfn-destination-props-builder function updates a CfnDestinationProps$Builder instance using the provided configuration. The function takes the CfnDestinationProps$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 |
---|---|---|---|
destinationName | java.lang.String | cdk.support/lookup-entry | :destination-name |
destinationPolicy | java.lang.String | cdk.support/lookup-entry | :destination-policy |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
targetArn | java.lang.String | cdk.support/lookup-entry | :target-arn |
The build-cfn-destination-props-builder function updates a CfnDestinationProps$Builder instance using the provided configuration. The function takes the CfnDestinationProps$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 | |---|---|---|---| | `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` | | `destinationPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-policy` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
(build-cfn-log-anomaly-detector-builder builder id config)
The build-cfn-log-anomaly-detector-builder function updates a CfnLogAnomalyDetector$Builder instance using the provided configuration. The function takes the CfnLogAnomalyDetector$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 |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
anomalyVisibilityTime | java.lang.Number | cdk.support/lookup-entry | :anomaly-visibility-time |
detectorName | java.lang.String | cdk.support/lookup-entry | :detector-name |
evaluationFrequency | java.lang.String | cdk.support/lookup-entry | :evaluation-frequency |
filterPattern | java.lang.String | cdk.support/lookup-entry | :filter-pattern |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logGroupArnList | java.util.List | cdk.support/lookup-entry | :log-group-arn-list |
The build-cfn-log-anomaly-detector-builder function updates a CfnLogAnomalyDetector$Builder instance using the provided configuration. The function takes the CfnLogAnomalyDetector$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 | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `anomalyVisibilityTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:anomaly-visibility-time` | | `detectorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:detector-name` | | `evaluationFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluation-frequency` | | `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logGroupArnList` | java.util.List | [[cdk.support/lookup-entry]] | `:log-group-arn-list` |
(build-cfn-log-anomaly-detector-props-builder builder id config)
The build-cfn-log-anomaly-detector-props-builder function updates a CfnLogAnomalyDetectorProps$Builder instance using the provided configuration. The function takes the CfnLogAnomalyDetectorProps$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 |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
anomalyVisibilityTime | java.lang.Number | cdk.support/lookup-entry | :anomaly-visibility-time |
detectorName | java.lang.String | cdk.support/lookup-entry | :detector-name |
evaluationFrequency | java.lang.String | cdk.support/lookup-entry | :evaluation-frequency |
filterPattern | java.lang.String | cdk.support/lookup-entry | :filter-pattern |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logGroupArnList | java.util.List | cdk.support/lookup-entry | :log-group-arn-list |
The build-cfn-log-anomaly-detector-props-builder function updates a CfnLogAnomalyDetectorProps$Builder instance using the provided configuration. The function takes the CfnLogAnomalyDetectorProps$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 | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `anomalyVisibilityTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:anomaly-visibility-time` | | `detectorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:detector-name` | | `evaluationFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluation-frequency` | | `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logGroupArnList` | java.util.List | [[cdk.support/lookup-entry]] | `:log-group-arn-list` |
(build-cfn-log-group-builder builder id config)
The build-cfn-log-group-builder function updates a CfnLogGroup$Builder instance using the provided configuration. The function takes the CfnLogGroup$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 |
---|---|---|---|
dataProtectionPolicy | java.lang.Object | cdk.support/lookup-entry | :data-protection-policy |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logGroupClass | java.lang.String | cdk.support/lookup-entry | :log-group-class |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
retentionInDays | java.lang.Number | cdk.support/lookup-entry | :retention-in-days |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-log-group-builder function updates a CfnLogGroup$Builder instance using the provided configuration. The function takes the CfnLogGroup$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 | |---|---|---|---| | `dataProtectionPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:data-protection-policy` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logGroupClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-class` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `retentionInDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-in-days` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-log-group-props-builder builder id config)
The build-cfn-log-group-props-builder function updates a CfnLogGroupProps$Builder instance using the provided configuration. The function takes the CfnLogGroupProps$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 |
---|---|---|---|
dataProtectionPolicy | java.lang.Object | cdk.support/lookup-entry | :data-protection-policy |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logGroupClass | java.lang.String | cdk.support/lookup-entry | :log-group-class |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
retentionInDays | java.lang.Number | cdk.support/lookup-entry | :retention-in-days |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-log-group-props-builder function updates a CfnLogGroupProps$Builder instance using the provided configuration. The function takes the CfnLogGroupProps$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 | |---|---|---|---| | `dataProtectionPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:data-protection-policy` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logGroupClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-class` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `retentionInDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-in-days` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-log-stream-builder builder id config)
The build-cfn-log-stream-builder function updates a CfnLogStream$Builder instance using the provided configuration. The function takes the CfnLogStream$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logStreamName | java.lang.String | cdk.support/lookup-entry | :log-stream-name |
The build-cfn-log-stream-builder function updates a CfnLogStream$Builder instance using the provided configuration. The function takes the CfnLogStream$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name` |
(build-cfn-log-stream-props-builder builder id config)
The build-cfn-log-stream-props-builder function updates a CfnLogStreamProps$Builder instance using the provided configuration. The function takes the CfnLogStreamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logStreamName | java.lang.String | cdk.support/lookup-entry | :log-stream-name |
The build-cfn-log-stream-props-builder function updates a CfnLogStreamProps$Builder instance using the provided configuration. The function takes the CfnLogStreamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name` |
(build-cfn-metric-filter-builder builder id config)
The build-cfn-metric-filter-builder function updates a CfnMetricFilter$Builder instance using the provided configuration. The function takes the CfnMetricFilter$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 |
---|---|---|---|
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | java.lang.String | cdk.support/lookup-entry | :filter-pattern |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
metricTransformations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :metric-transformations |
The build-cfn-metric-filter-builder function updates a CfnMetricFilter$Builder instance using the provided configuration. The function takes the CfnMetricFilter$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 | |---|---|---|---| | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `metricTransformations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-transformations` |
(build-cfn-metric-filter-dimension-property-builder builder id config)
The build-cfn-metric-filter-dimension-property-builder function updates a CfnMetricFilter$DimensionProperty$Builder instance using the provided configuration. The function takes the CfnMetricFilter$DimensionProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-metric-filter-dimension-property-builder function updates a CfnMetricFilter$DimensionProperty$Builder instance using the provided configuration. The function takes the CfnMetricFilter$DimensionProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-metric-filter-metric-transformation-property-builder builder
id
config)
The build-cfn-metric-filter-metric-transformation-property-builder function updates a CfnMetricFilter$MetricTransformationProperty$Builder instance using the provided configuration. The function takes the CfnMetricFilter$MetricTransformationProperty$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 |
---|---|---|---|
defaultValue | java.lang.Number | cdk.support/lookup-entry | :default-value |
dimensions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dimensions |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
metricNamespace | java.lang.String | cdk.support/lookup-entry | :metric-namespace |
metricValue | java.lang.String | cdk.support/lookup-entry | :metric-value |
unit | java.lang.String | cdk.support/lookup-entry | :unit |
The build-cfn-metric-filter-metric-transformation-property-builder function updates a CfnMetricFilter$MetricTransformationProperty$Builder instance using the provided configuration. The function takes the CfnMetricFilter$MetricTransformationProperty$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 | |---|---|---|---| | `defaultValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-value` | | `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `metricNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-namespace` | | `metricValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-value` | | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
(build-cfn-metric-filter-props-builder builder id config)
The build-cfn-metric-filter-props-builder function updates a CfnMetricFilterProps$Builder instance using the provided configuration. The function takes the CfnMetricFilterProps$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 |
---|---|---|---|
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | java.lang.String | cdk.support/lookup-entry | :filter-pattern |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
metricTransformations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :metric-transformations |
The build-cfn-metric-filter-props-builder function updates a CfnMetricFilterProps$Builder instance using the provided configuration. The function takes the CfnMetricFilterProps$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 | |---|---|---|---| | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `metricTransformations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-transformations` |
(build-cfn-query-definition-builder builder id config)
The build-cfn-query-definition-builder function updates a CfnQueryDefinition$Builder instance using the provided configuration. The function takes the CfnQueryDefinition$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 |
---|---|---|---|
logGroupNames | java.util.List | cdk.support/lookup-entry | :log-group-names |
name | java.lang.String | cdk.support/lookup-entry | :name |
queryString | java.lang.String | cdk.support/lookup-entry | :query-string |
The build-cfn-query-definition-builder function updates a CfnQueryDefinition$Builder instance using the provided configuration. The function takes the CfnQueryDefinition$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 | |---|---|---|---| | `logGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:log-group-names` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
(build-cfn-query-definition-props-builder builder id config)
The build-cfn-query-definition-props-builder function updates a CfnQueryDefinitionProps$Builder instance using the provided configuration. The function takes the CfnQueryDefinitionProps$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 |
---|---|---|---|
logGroupNames | java.util.List | cdk.support/lookup-entry | :log-group-names |
name | java.lang.String | cdk.support/lookup-entry | :name |
queryString | java.lang.String | cdk.support/lookup-entry | :query-string |
The build-cfn-query-definition-props-builder function updates a CfnQueryDefinitionProps$Builder instance using the provided configuration. The function takes the CfnQueryDefinitionProps$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 | |---|---|---|---| | `logGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:log-group-names` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyName | java.lang.String | cdk.support/lookup-entry | :policy-name |
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 | |---|---|---|---| | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyName | java.lang.String | cdk.support/lookup-entry | :policy-name |
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 | |---|---|---|---| | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
(build-cfn-subscription-filter-builder builder id config)
The build-cfn-subscription-filter-builder function updates a CfnSubscriptionFilter$Builder instance using the provided configuration. The function takes the CfnSubscriptionFilter$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 |
---|---|---|---|
destinationArn | java.lang.String | cdk.support/lookup-entry | :destination-arn |
distribution | java.lang.String | cdk.support/lookup-entry | :distribution |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | java.lang.String | cdk.support/lookup-entry | :filter-pattern |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-subscription-filter-builder function updates a CfnSubscriptionFilter$Builder instance using the provided configuration. The function takes the CfnSubscriptionFilter$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 | |---|---|---|---| | `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` | | `distribution` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-subscription-filter-props-builder builder id config)
The build-cfn-subscription-filter-props-builder function updates a CfnSubscriptionFilterProps$Builder instance using the provided configuration. The function takes the CfnSubscriptionFilterProps$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 |
---|---|---|---|
destinationArn | java.lang.String | cdk.support/lookup-entry | :destination-arn |
distribution | java.lang.String | cdk.support/lookup-entry | :distribution |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | java.lang.String | cdk.support/lookup-entry | :filter-pattern |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-subscription-filter-props-builder function updates a CfnSubscriptionFilterProps$Builder instance using the provided configuration. The function takes the CfnSubscriptionFilterProps$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 | |---|---|---|---| | `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` | | `distribution` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-column-restriction-builder builder id config)
The build-column-restriction-builder function updates a ColumnRestriction$Builder instance using the provided configuration. The function takes the ColumnRestriction$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 |
numberValue | java.lang.Number | cdk.support/lookup-entry | :number-value |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
The build-column-restriction-builder function updates a ColumnRestriction$Builder instance using the provided configuration. The function takes the ColumnRestriction$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` | | `numberValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-value` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
(build-cross-account-destination-builder builder id config)
The build-cross-account-destination-builder function updates a CrossAccountDestination$Builder instance using the provided configuration. The function takes the CrossAccountDestination$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 |
---|---|---|---|
destinationName | java.lang.String | cdk.support/lookup-entry | :destination-name |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
targetArn | java.lang.String | cdk.support/lookup-entry | :target-arn |
The build-cross-account-destination-builder function updates a CrossAccountDestination$Builder instance using the provided configuration. The function takes the CrossAccountDestination$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 | |---|---|---|---| | `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
(build-cross-account-destination-props-builder builder id config)
The build-cross-account-destination-props-builder function updates a CrossAccountDestinationProps$Builder instance using the provided configuration. The function takes the CrossAccountDestinationProps$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 |
---|---|---|---|
destinationName | java.lang.String | cdk.support/lookup-entry | :destination-name |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
targetArn | java.lang.String | cdk.support/lookup-entry | :target-arn |
The build-cross-account-destination-props-builder function updates a CrossAccountDestinationProps$Builder instance using the provided configuration. The function takes the CrossAccountDestinationProps$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 | |---|---|---|---| | `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
(build-data-protection-policy-builder builder id config)
The build-data-protection-policy-builder function updates a DataProtectionPolicy$Builder instance using the provided configuration. The function takes the DataProtectionPolicy$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 |
---|---|---|---|
deliveryStreamNameAuditDestination | java.lang.String | cdk.support/lookup-entry | :delivery-stream-name-audit-destination |
description | java.lang.String | cdk.support/lookup-entry | :description |
identifiers | java.util.List | cdk.support/lookup-entry | :identifiers |
logGroupAuditDestination | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group-audit-destination |
name | java.lang.String | cdk.support/lookup-entry | :name |
s3BucketAuditDestination | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :s3-bucket-audit-destination |
The build-data-protection-policy-builder function updates a DataProtectionPolicy$Builder instance using the provided configuration. The function takes the DataProtectionPolicy$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 | |---|---|---|---| | `deliveryStreamNameAuditDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-name-audit-destination` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `identifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:identifiers` | | `logGroupAuditDestination` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group-audit-destination` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `s3BucketAuditDestination` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:s3-bucket-audit-destination` |
(build-data-protection-policy-props-builder builder id config)
The build-data-protection-policy-props-builder function updates a DataProtectionPolicyProps$Builder instance using the provided configuration. The function takes the DataProtectionPolicyProps$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 |
---|---|---|---|
deliveryStreamNameAuditDestination | java.lang.String | cdk.support/lookup-entry | :delivery-stream-name-audit-destination |
description | java.lang.String | cdk.support/lookup-entry | :description |
identifiers | java.util.List | cdk.support/lookup-entry | :identifiers |
logGroupAuditDestination | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group-audit-destination |
name | java.lang.String | cdk.support/lookup-entry | :name |
s3BucketAuditDestination | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :s3-bucket-audit-destination |
The build-data-protection-policy-props-builder function updates a DataProtectionPolicyProps$Builder instance using the provided configuration. The function takes the DataProtectionPolicyProps$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 | |---|---|---|---| | `deliveryStreamNameAuditDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-name-audit-destination` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `identifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:identifiers` | | `logGroupAuditDestination` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group-audit-destination` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `s3BucketAuditDestination` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:s3-bucket-audit-destination` |
(build-log-group-builder builder id config)
The build-log-group-builder function updates a LogGroup$Builder instance using the provided configuration. The function takes the LogGroup$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 |
---|---|---|---|
dataProtectionPolicy | software.amazon.awscdk.services.logs.DataProtectionPolicy | cdk.support/lookup-entry | :data-protection-policy |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
logGroupClass | software.amazon.awscdk.services.logs.LogGroupClass | cdk.api.services.logs/log-group-class | :log-group-class |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
retention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :retention |
The build-log-group-builder function updates a LogGroup$Builder instance using the provided configuration. The function takes the LogGroup$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 | |---|---|---|---| | `dataProtectionPolicy` | software.amazon.awscdk.services.logs.DataProtectionPolicy | [[cdk.support/lookup-entry]] | `:data-protection-policy` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `logGroupClass` | software.amazon.awscdk.services.logs.LogGroupClass | [[cdk.api.services.logs/log-group-class]] | `:log-group-class` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `retention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:retention` |
(build-log-group-props-builder builder id config)
The build-log-group-props-builder function updates a LogGroupProps$Builder instance using the provided configuration. The function takes the LogGroupProps$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 |
---|---|---|---|
dataProtectionPolicy | software.amazon.awscdk.services.logs.DataProtectionPolicy | cdk.support/lookup-entry | :data-protection-policy |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
logGroupClass | software.amazon.awscdk.services.logs.LogGroupClass | cdk.api.services.logs/log-group-class | :log-group-class |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
retention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :retention |
The build-log-group-props-builder function updates a LogGroupProps$Builder instance using the provided configuration. The function takes the LogGroupProps$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 | |---|---|---|---| | `dataProtectionPolicy` | software.amazon.awscdk.services.logs.DataProtectionPolicy | [[cdk.support/lookup-entry]] | `:data-protection-policy` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `logGroupClass` | software.amazon.awscdk.services.logs.LogGroupClass | [[cdk.api.services.logs/log-group-class]] | `:log-group-class` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `retention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:retention` |
(build-log-retention-builder builder id config)
The build-log-retention-builder function updates a LogRetention$Builder instance using the provided configuration. The function takes the LogRetention$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logGroupRegion | java.lang.String | cdk.support/lookup-entry | :log-group-region |
logRetentionRetryOptions | software.amazon.awscdk.services.logs.LogRetentionRetryOptions | cdk.support/lookup-entry | :log-retention-retry-options |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
retention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :retention |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-log-retention-builder function updates a LogRetention$Builder instance using the provided configuration. The function takes the LogRetention$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logGroupRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-region` | | `logRetentionRetryOptions` | software.amazon.awscdk.services.logs.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `retention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:retention` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-log-retention-props-builder builder id config)
The build-log-retention-props-builder function updates a LogRetentionProps$Builder instance using the provided configuration. The function takes the LogRetentionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logGroupRegion | java.lang.String | cdk.support/lookup-entry | :log-group-region |
logRetentionRetryOptions | software.amazon.awscdk.services.logs.LogRetentionRetryOptions | cdk.support/lookup-entry | :log-retention-retry-options |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
retention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :retention |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-log-retention-props-builder function updates a LogRetentionProps$Builder instance using the provided configuration. The function takes the LogRetentionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logGroupRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-region` | | `logRetentionRetryOptions` | software.amazon.awscdk.services.logs.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `retention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:retention` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-log-retention-retry-options-builder builder id config)
The build-log-retention-retry-options-builder function updates a LogRetentionRetryOptions$Builder instance using the provided configuration. The function takes the LogRetentionRetryOptions$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 |
---|---|---|---|
base | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :base |
maxRetries | java.lang.Number | cdk.support/lookup-entry | :max-retries |
The build-log-retention-retry-options-builder function updates a LogRetentionRetryOptions$Builder instance using the provided configuration. The function takes the LogRetentionRetryOptions$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 | |---|---|---|---| | `base` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:base` | | `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
(build-log-stream-builder builder id config)
The build-log-stream-builder function updates a LogStream$Builder instance using the provided configuration. The function takes the LogStream$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
logStreamName | java.lang.String | cdk.support/lookup-entry | :log-stream-name |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
The build-log-stream-builder function updates a LogStream$Builder instance using the provided configuration. The function takes the LogStream$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `logStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
(build-log-stream-props-builder builder id config)
The build-log-stream-props-builder function updates a LogStreamProps$Builder instance using the provided configuration. The function takes the LogStreamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
logStreamName | java.lang.String | cdk.support/lookup-entry | :log-stream-name |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
The build-log-stream-props-builder function updates a LogStreamProps$Builder instance using the provided configuration. The function takes the LogStreamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `logStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
(build-log-subscription-destination-config-builder builder id config)
The build-log-subscription-destination-config-builder function updates a LogSubscriptionDestinationConfig$Builder instance using the provided configuration. The function takes the LogSubscriptionDestinationConfig$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-log-subscription-destination-config-builder function updates a LogSubscriptionDestinationConfig$Builder instance using the provided configuration. The function takes the LogSubscriptionDestinationConfig$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-metric-filter-builder builder id config)
The build-metric-filter-builder function updates a MetricFilter$Builder instance using the provided configuration. The function takes the MetricFilter$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 |
---|---|---|---|
defaultValue | java.lang.Number | cdk.support/lookup-entry | :default-value |
dimensions | java.util.Map | cdk.support/lookup-entry | :dimensions |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | software.amazon.awscdk.services.logs.IFilterPattern | cdk.support/lookup-entry | :filter-pattern |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
metricNamespace | java.lang.String | cdk.support/lookup-entry | :metric-namespace |
metricValue | java.lang.String | cdk.support/lookup-entry | :metric-value |
unit | software.amazon.awscdk.services.cloudwatch.Unit | cdk.api.services.cloudwatch/unit | :unit |
The build-metric-filter-builder function updates a MetricFilter$Builder instance using the provided configuration. The function takes the MetricFilter$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 | |---|---|---|---| | `defaultValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-value` | | `dimensions` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | software.amazon.awscdk.services.logs.IFilterPattern | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `metricNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-namespace` | | `metricValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-value` | | `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
(build-metric-filter-options-builder builder id config)
The build-metric-filter-options-builder function updates a MetricFilterOptions$Builder instance using the provided configuration. The function takes the MetricFilterOptions$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 |
---|---|---|---|
defaultValue | java.lang.Number | cdk.support/lookup-entry | :default-value |
dimensions | java.util.Map | cdk.support/lookup-entry | :dimensions |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | software.amazon.awscdk.services.logs.IFilterPattern | cdk.support/lookup-entry | :filter-pattern |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
metricNamespace | java.lang.String | cdk.support/lookup-entry | :metric-namespace |
metricValue | java.lang.String | cdk.support/lookup-entry | :metric-value |
unit | software.amazon.awscdk.services.cloudwatch.Unit | cdk.api.services.cloudwatch/unit | :unit |
The build-metric-filter-options-builder function updates a MetricFilterOptions$Builder instance using the provided configuration. The function takes the MetricFilterOptions$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 | |---|---|---|---| | `defaultValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-value` | | `dimensions` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | software.amazon.awscdk.services.logs.IFilterPattern | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `metricNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-namespace` | | `metricValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-value` | | `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
(build-metric-filter-props-builder builder id config)
The build-metric-filter-props-builder function updates a MetricFilterProps$Builder instance using the provided configuration. The function takes the MetricFilterProps$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 |
---|---|---|---|
defaultValue | java.lang.Number | cdk.support/lookup-entry | :default-value |
dimensions | java.util.Map | cdk.support/lookup-entry | :dimensions |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | software.amazon.awscdk.services.logs.IFilterPattern | cdk.support/lookup-entry | :filter-pattern |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
metricNamespace | java.lang.String | cdk.support/lookup-entry | :metric-namespace |
metricValue | java.lang.String | cdk.support/lookup-entry | :metric-value |
unit | software.amazon.awscdk.services.cloudwatch.Unit | cdk.api.services.cloudwatch/unit | :unit |
The build-metric-filter-props-builder function updates a MetricFilterProps$Builder instance using the provided configuration. The function takes the MetricFilterProps$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 | |---|---|---|---| | `defaultValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-value` | | `dimensions` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | software.amazon.awscdk.services.logs.IFilterPattern | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `metricNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-namespace` | | `metricValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-value` | | `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
(build-query-definition-builder builder id config)
The build-query-definition-builder function updates a QueryDefinition$Builder instance using the provided configuration. The function takes the QueryDefinition$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 |
---|---|---|---|
logGroups | java.util.List | cdk.support/lookup-entry | :log-groups |
queryDefinitionName | java.lang.String | cdk.support/lookup-entry | :query-definition-name |
queryString | software.amazon.awscdk.services.logs.QueryString | cdk.support/lookup-entry | :query-string |
The build-query-definition-builder function updates a QueryDefinition$Builder instance using the provided configuration. The function takes the QueryDefinition$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 | |---|---|---|---| | `logGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:log-groups` | | `queryDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-definition-name` | | `queryString` | software.amazon.awscdk.services.logs.QueryString | [[cdk.support/lookup-entry]] | `:query-string` |
(build-query-definition-props-builder builder id config)
The build-query-definition-props-builder function updates a QueryDefinitionProps$Builder instance using the provided configuration. The function takes the QueryDefinitionProps$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 |
---|---|---|---|
logGroups | java.util.List | cdk.support/lookup-entry | :log-groups |
queryDefinitionName | java.lang.String | cdk.support/lookup-entry | :query-definition-name |
queryString | software.amazon.awscdk.services.logs.QueryString | cdk.support/lookup-entry | :query-string |
The build-query-definition-props-builder function updates a QueryDefinitionProps$Builder instance using the provided configuration. The function takes the QueryDefinitionProps$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 | |---|---|---|---| | `logGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:log-groups` | | `queryDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-definition-name` | | `queryString` | software.amazon.awscdk.services.logs.QueryString | [[cdk.support/lookup-entry]] | `:query-string` |
(build-query-string-builder builder id config)
The build-query-string-builder function updates a QueryString$Builder instance using the provided configuration. The function takes the QueryString$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 |
---|---|---|---|
display | java.lang.String | cdk.support/lookup-entry | :display |
fields | java.util.List | cdk.support/lookup-entry | :fields |
filter | java.lang.String | cdk.support/lookup-entry | :filter |
filterStatements | java.util.List | cdk.support/lookup-entry | :filter-statements |
limit | java.lang.Number | cdk.support/lookup-entry | :limit |
parse | java.lang.String | cdk.support/lookup-entry | :parse |
parseStatements | java.util.List | cdk.support/lookup-entry | :parse-statements |
sort | java.lang.String | cdk.support/lookup-entry | :sort |
stats | java.lang.String | cdk.support/lookup-entry | :stats |
The build-query-string-builder function updates a QueryString$Builder instance using the provided configuration. The function takes the QueryString$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 | |---|---|---|---| | `display` | java.lang.String | [[cdk.support/lookup-entry]] | `:display` | | `fields` | java.util.List | [[cdk.support/lookup-entry]] | `:fields` | | `filter` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter` | | `filterStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:filter-statements` | | `limit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:limit` | | `parse` | java.lang.String | [[cdk.support/lookup-entry]] | `:parse` | | `parseStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:parse-statements` | | `sort` | java.lang.String | [[cdk.support/lookup-entry]] | `:sort` | | `stats` | java.lang.String | [[cdk.support/lookup-entry]] | `:stats` |
(build-query-string-props-builder builder id config)
The build-query-string-props-builder function updates a QueryStringProps$Builder instance using the provided configuration. The function takes the QueryStringProps$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 |
---|---|---|---|
display | java.lang.String | cdk.support/lookup-entry | :display |
fields | java.util.List | cdk.support/lookup-entry | :fields |
filter | java.lang.String | cdk.support/lookup-entry | :filter |
filterStatements | java.util.List | cdk.support/lookup-entry | :filter-statements |
limit | java.lang.Number | cdk.support/lookup-entry | :limit |
parse | java.lang.String | cdk.support/lookup-entry | :parse |
parseStatements | java.util.List | cdk.support/lookup-entry | :parse-statements |
sort | java.lang.String | cdk.support/lookup-entry | :sort |
stats | java.lang.String | cdk.support/lookup-entry | :stats |
The build-query-string-props-builder function updates a QueryStringProps$Builder instance using the provided configuration. The function takes the QueryStringProps$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 | |---|---|---|---| | `display` | java.lang.String | [[cdk.support/lookup-entry]] | `:display` | | `fields` | java.util.List | [[cdk.support/lookup-entry]] | `:fields` | | `filter` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter` | | `filterStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:filter-statements` | | `limit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:limit` | | `parse` | java.lang.String | [[cdk.support/lookup-entry]] | `:parse` | | `parseStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:parse-statements` | | `sort` | java.lang.String | [[cdk.support/lookup-entry]] | `:sort` | | `stats` | java.lang.String | [[cdk.support/lookup-entry]] | `:stats` |
(build-resource-policy-builder builder id config)
The build-resource-policy-builder function updates a ResourcePolicy$Builder instance using the provided configuration. The function takes the ResourcePolicy$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 |
---|---|---|---|
policyStatements | java.util.List | cdk.support/lookup-entry | :policy-statements |
resourcePolicyName | java.lang.String | cdk.support/lookup-entry | :resource-policy-name |
The build-resource-policy-builder function updates a ResourcePolicy$Builder instance using the provided configuration. The function takes the ResourcePolicy$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 | |---|---|---|---| | `policyStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-statements` | | `resourcePolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-policy-name` |
(build-resource-policy-props-builder builder id config)
The build-resource-policy-props-builder function updates a ResourcePolicyProps$Builder instance using the provided configuration. The function takes the ResourcePolicyProps$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 |
---|---|---|---|
policyStatements | java.util.List | cdk.support/lookup-entry | :policy-statements |
resourcePolicyName | java.lang.String | cdk.support/lookup-entry | :resource-policy-name |
The build-resource-policy-props-builder function updates a ResourcePolicyProps$Builder instance using the provided configuration. The function takes the ResourcePolicyProps$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 | |---|---|---|---| | `policyStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-statements` | | `resourcePolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-policy-name` |
(build-stream-options-builder builder id config)
The build-stream-options-builder function updates a StreamOptions$Builder instance using the provided configuration. The function takes the StreamOptions$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 |
---|---|---|---|
logStreamName | java.lang.String | cdk.support/lookup-entry | :log-stream-name |
The build-stream-options-builder function updates a StreamOptions$Builder instance using the provided configuration. The function takes the StreamOptions$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 | |---|---|---|---| | `logStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name` |
(build-subscription-filter-builder builder id config)
The build-subscription-filter-builder function updates a SubscriptionFilter$Builder instance using the provided configuration. The function takes the SubscriptionFilter$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 |
---|---|---|---|
destination | software.amazon.awscdk.services.logs.ILogSubscriptionDestination | cdk.support/lookup-entry | :destination |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | software.amazon.awscdk.services.logs.IFilterPattern | cdk.support/lookup-entry | :filter-pattern |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
The build-subscription-filter-builder function updates a SubscriptionFilter$Builder instance using the provided configuration. The function takes the SubscriptionFilter$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 | |---|---|---|---| | `destination` | software.amazon.awscdk.services.logs.ILogSubscriptionDestination | [[cdk.support/lookup-entry]] | `:destination` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | software.amazon.awscdk.services.logs.IFilterPattern | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
(build-subscription-filter-options-builder builder id config)
The build-subscription-filter-options-builder function updates a SubscriptionFilterOptions$Builder instance using the provided configuration. The function takes the SubscriptionFilterOptions$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 |
---|---|---|---|
destination | software.amazon.awscdk.services.logs.ILogSubscriptionDestination | cdk.support/lookup-entry | :destination |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | software.amazon.awscdk.services.logs.IFilterPattern | cdk.support/lookup-entry | :filter-pattern |
The build-subscription-filter-options-builder function updates a SubscriptionFilterOptions$Builder instance using the provided configuration. The function takes the SubscriptionFilterOptions$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 | |---|---|---|---| | `destination` | software.amazon.awscdk.services.logs.ILogSubscriptionDestination | [[cdk.support/lookup-entry]] | `:destination` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | software.amazon.awscdk.services.logs.IFilterPattern | [[cdk.support/lookup-entry]] | `:filter-pattern` |
(build-subscription-filter-props-builder builder id config)
The build-subscription-filter-props-builder function updates a SubscriptionFilterProps$Builder instance using the provided configuration. The function takes the SubscriptionFilterProps$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 |
---|---|---|---|
destination | software.amazon.awscdk.services.logs.ILogSubscriptionDestination | cdk.support/lookup-entry | :destination |
filterName | java.lang.String | cdk.support/lookup-entry | :filter-name |
filterPattern | software.amazon.awscdk.services.logs.IFilterPattern | cdk.support/lookup-entry | :filter-pattern |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
The build-subscription-filter-props-builder function updates a SubscriptionFilterProps$Builder instance using the provided configuration. The function takes the SubscriptionFilterProps$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 | |---|---|---|---| | `destination` | software.amazon.awscdk.services.logs.ILogSubscriptionDestination | [[cdk.support/lookup-entry]] | `:destination` | | `filterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-name` | | `filterPattern` | software.amazon.awscdk.services.logs.IFilterPattern | [[cdk.support/lookup-entry]] | `:filter-pattern` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
(cfn-account-policy-builder scope id config)
Creates a CfnAccountPolicy$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 `CfnAccountPolicy$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 |
(cfn-account-policy-props-builder id config)
Creates a CfnAccountPolicyProps$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 |
Creates a `CfnAccountPolicyProps$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 |
(cfn-delivery-builder scope id config)
Creates a CfnDelivery$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 `CfnDelivery$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 |
(cfn-delivery-destination-builder scope id config)
Creates a CfnDeliveryDestination$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 `CfnDeliveryDestination$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 |
(cfn-delivery-destination-props-builder id config)
Creates a CfnDeliveryDestinationProps$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 |
Creates a `CfnDeliveryDestinationProps$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 |
(cfn-delivery-props-builder id config)
Creates a CfnDeliveryProps$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 |
Creates a `CfnDeliveryProps$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 |
(cfn-delivery-source-builder scope id config)
Creates a CfnDeliverySource$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 `CfnDeliverySource$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 |
(cfn-delivery-source-props-builder id config)
Creates a CfnDeliverySourceProps$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 |
Creates a `CfnDeliverySourceProps$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 |
(cfn-destination-builder scope id config)
Creates a CfnDestination$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 `CfnDestination$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 |
(cfn-destination-props-builder id config)
Creates a CfnDestinationProps$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 |
Creates a `CfnDestinationProps$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 |
(cfn-log-anomaly-detector-builder scope id config)
Creates a CfnLogAnomalyDetector$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 `CfnLogAnomalyDetector$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 |
(cfn-log-anomaly-detector-props-builder id config)
Creates a CfnLogAnomalyDetectorProps$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 |
Creates a `CfnLogAnomalyDetectorProps$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 |
(cfn-log-group-builder scope id config)
Creates a CfnLogGroup$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 `CfnLogGroup$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 |
(cfn-log-group-props-builder id config)
Creates a CfnLogGroupProps$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 |
Creates a `CfnLogGroupProps$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 |
(cfn-log-stream-builder scope id config)
Creates a CfnLogStream$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 `CfnLogStream$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 |
(cfn-log-stream-props-builder id config)
Creates a CfnLogStreamProps$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 |
Creates a `CfnLogStreamProps$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 |
(cfn-metric-filter-builder scope id config)
Creates a CfnMetricFilter$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 `CfnMetricFilter$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 |
(cfn-metric-filter-dimension-property-builder id config)
Creates a CfnMetricFilter$DimensionProperty$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 |
Creates a `CfnMetricFilter$DimensionProperty$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 |
(cfn-metric-filter-metric-transformation-property-builder id config)
Creates a CfnMetricFilter$MetricTransformationProperty$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 |
Creates a `CfnMetricFilter$MetricTransformationProperty$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 |
(cfn-metric-filter-props-builder id config)
Creates a CfnMetricFilterProps$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 |
Creates a `CfnMetricFilterProps$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 |
(cfn-query-definition-builder scope id config)
Creates a CfnQueryDefinition$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 `CfnQueryDefinition$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 |
(cfn-query-definition-props-builder id config)
Creates a CfnQueryDefinitionProps$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 |
Creates a `CfnQueryDefinitionProps$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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(cfn-subscription-filter-builder scope id config)
Creates a CfnSubscriptionFilter$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 `CfnSubscriptionFilter$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 |
(cfn-subscription-filter-props-builder id config)
Creates a CfnSubscriptionFilterProps$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 |
Creates a `CfnSubscriptionFilterProps$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 |
(column-restriction-builder id config)
Creates a ColumnRestriction$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 |
Creates a `ColumnRestriction$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 |
(cross-account-destination-builder scope id config)
Creates a CrossAccountDestination$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 `CrossAccountDestination$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 |
(cross-account-destination-props-builder id config)
Creates a CrossAccountDestinationProps$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 |
Creates a `CrossAccountDestinationProps$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 |
(data-protection-policy-builder id config)
Creates a DataProtectionPolicy$Builder
instance using a no-argument create, 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 |
Creates a `DataProtectionPolicy$Builder` instance using a no-argument create, 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 |
(data-protection-policy-props-builder id config)
Creates a DataProtectionPolicyProps$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 |
Creates a `DataProtectionPolicyProps$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 |
(log-group-builder scope id config)
Creates a LogGroup$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 `LogGroup$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 |
(log-group-class config id item-key)
The log-group-class
function data interprets values in the provided config data into a
LogGroupClass
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:
LogGroupClass
- the value is returned.:standard
- LogGroupClass/STANDARD
is returned:infrequent-access
- LogGroupClass/INFREQUENT_ACCESS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `log-group-class` function data interprets values in the provided config data into a `LogGroupClass` 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 `LogGroupClass` - the value is returned. * is `:standard` - `LogGroupClass/STANDARD` is returned * is `:infrequent-access` - `LogGroupClass/INFREQUENT_ACCESS` is returned If a value is not found or matches the above criteria, nil is returned.
(log-group-props-builder id config)
Creates a LogGroupProps$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 |
Creates a `LogGroupProps$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 |
(log-retention-builder scope id config)
Creates a LogRetention$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 `LogRetention$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 |
(log-retention-props-builder id config)
Creates a LogRetentionProps$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 |
Creates a `LogRetentionProps$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 |
(log-retention-retry-options-builder id config)
Creates a LogRetentionRetryOptions$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 |
Creates a `LogRetentionRetryOptions$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 |
(log-stream-builder scope id config)
Creates a LogStream$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 `LogStream$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 |
(log-stream-props-builder id config)
Creates a LogStreamProps$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 |
Creates a `LogStreamProps$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 |
(log-subscription-destination-config-builder id config)
Creates a LogSubscriptionDestinationConfig$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 |
Creates a `LogSubscriptionDestinationConfig$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 |
(metric-filter-builder scope id config)
Creates a MetricFilter$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 `MetricFilter$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 |
(metric-filter-options-builder id config)
Creates a MetricFilterOptions$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 |
Creates a `MetricFilterOptions$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 |
(metric-filter-props-builder id config)
Creates a MetricFilterProps$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 |
Creates a `MetricFilterProps$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 |
(query-definition-builder scope id config)
Creates a QueryDefinition$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 `QueryDefinition$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 |
(query-definition-props-builder id config)
Creates a QueryDefinitionProps$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 |
Creates a `QueryDefinitionProps$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 |
(query-string-builder id config)
Creates a QueryString$Builder
instance using a no-argument create, 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 |
Creates a `QueryString$Builder` instance using a no-argument create, 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 |
(query-string-props-builder id config)
Creates a QueryStringProps$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 |
Creates a `QueryStringProps$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 |
(resource-policy-builder scope id config)
Creates a ResourcePolicy$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 `ResourcePolicy$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 |
(resource-policy-props-builder id config)
Creates a ResourcePolicyProps$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 |
Creates a `ResourcePolicyProps$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 |
(retention-days config id item-key)
The retention-days
function data interprets values in the provided config data into a
RetentionDays
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:
RetentionDays
- the value is returned.:four-months
- RetentionDays/FOUR_MONTHS
is returned:seven-years
- RetentionDays/SEVEN_YEARS
is returned:ten-years
- RetentionDays/TEN_YEARS
is returned:three-years
- RetentionDays/THREE_YEARS
is returned:one-year
- RetentionDays/ONE_YEAR
is returned:eight-years
- RetentionDays/EIGHT_YEARS
is returned:three-days
- RetentionDays/THREE_DAYS
is returned:infinite
- RetentionDays/INFINITE
is returned:nine-years
- RetentionDays/NINE_YEARS
is returned:six-years
- RetentionDays/SIX_YEARS
is returned:thirteen-months
- RetentionDays/THIRTEEN_MONTHS
is returned:one-week
- RetentionDays/ONE_WEEK
is returned:two-months
- RetentionDays/TWO_MONTHS
is returned:one-month
- RetentionDays/ONE_MONTH
is returned:six-months
- RetentionDays/SIX_MONTHS
is returned:two-years
- RetentionDays/TWO_YEARS
is returned:two-weeks
- RetentionDays/TWO_WEEKS
is returned:three-months
- RetentionDays/THREE_MONTHS
is returned:five-years
- RetentionDays/FIVE_YEARS
is returned:five-months
- RetentionDays/FIVE_MONTHS
is returned:eighteen-months
- RetentionDays/EIGHTEEN_MONTHS
is returned:one-day
- RetentionDays/ONE_DAY
is returned:five-days
- RetentionDays/FIVE_DAYS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `retention-days` function data interprets values in the provided config data into a `RetentionDays` 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 `RetentionDays` - the value is returned. * is `:four-months` - `RetentionDays/FOUR_MONTHS` is returned * is `:seven-years` - `RetentionDays/SEVEN_YEARS` is returned * is `:ten-years` - `RetentionDays/TEN_YEARS` is returned * is `:three-years` - `RetentionDays/THREE_YEARS` is returned * is `:one-year` - `RetentionDays/ONE_YEAR` is returned * is `:eight-years` - `RetentionDays/EIGHT_YEARS` is returned * is `:three-days` - `RetentionDays/THREE_DAYS` is returned * is `:infinite` - `RetentionDays/INFINITE` is returned * is `:nine-years` - `RetentionDays/NINE_YEARS` is returned * is `:six-years` - `RetentionDays/SIX_YEARS` is returned * is `:thirteen-months` - `RetentionDays/THIRTEEN_MONTHS` is returned * is `:one-week` - `RetentionDays/ONE_WEEK` is returned * is `:two-months` - `RetentionDays/TWO_MONTHS` is returned * is `:one-month` - `RetentionDays/ONE_MONTH` is returned * is `:six-months` - `RetentionDays/SIX_MONTHS` is returned * is `:two-years` - `RetentionDays/TWO_YEARS` is returned * is `:two-weeks` - `RetentionDays/TWO_WEEKS` is returned * is `:three-months` - `RetentionDays/THREE_MONTHS` is returned * is `:five-years` - `RetentionDays/FIVE_YEARS` is returned * is `:five-months` - `RetentionDays/FIVE_MONTHS` is returned * is `:eighteen-months` - `RetentionDays/EIGHTEEN_MONTHS` is returned * is `:one-day` - `RetentionDays/ONE_DAY` is returned * is `:five-days` - `RetentionDays/FIVE_DAYS` is returned If a value is not found or matches the above criteria, nil is returned.
(stream-options-builder id config)
Creates a StreamOptions$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 |
Creates a `StreamOptions$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 |
(subscription-filter-builder scope id config)
Creates a SubscriptionFilter$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 `SubscriptionFilter$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 |
(subscription-filter-options-builder id config)
Creates a SubscriptionFilterOptions$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 |
Creates a `SubscriptionFilterOptions$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 |
(subscription-filter-props-builder id config)
Creates a SubscriptionFilterProps$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 |
Creates a `SubscriptionFilterProps$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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close