Liking cljdoc? Tell your friends :D

cdk.api.services.xray

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

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

build-cfn-group-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
filterExpressionjava.lang.Stringcdk.support/lookup-entry:filter-expression
groupNamejava.lang.Stringcdk.support/lookup-entry:group-name
insightsConfigurationsoftware.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationPropertycdk.support/lookup-entry:insights-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-group-builder function updates a CfnGroup$Builder instance using the provided configuration.
  The function takes the CfnGroup$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 |
|---|---|---|---|
| `filterExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-expression` |
| `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` |
| `insightsConfiguration` | software.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationProperty | [[cdk.support/lookup-entry]] | `:insights-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-group-insights-configuration-property-builderclj

(build-cfn-group-insights-configuration-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
insightsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:insights-enabled
notificationsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notifications-enabled
The build-cfn-group-insights-configuration-property-builder function updates a CfnGroup$InsightsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnGroup$InsightsConfigurationProperty$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 |
|---|---|---|---|
| `insightsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:insights-enabled` |
| `notificationsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notifications-enabled` |
sourceraw docstring

build-cfn-group-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
filterExpressionjava.lang.Stringcdk.support/lookup-entry:filter-expression
groupNamejava.lang.Stringcdk.support/lookup-entry:group-name
insightsConfigurationsoftware.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationPropertycdk.support/lookup-entry:insights-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-group-props-builder function updates a CfnGroupProps$Builder instance using the provided configuration.
  The function takes the CfnGroupProps$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 |
|---|---|---|---|
| `filterExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-expression` |
| `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` |
| `insightsConfiguration` | software.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationProperty | [[cdk.support/lookup-entry]] | `:insights-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-resource-policy-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
bypassPolicyLockoutCheckjava.lang.Booleancdk.support/lookup-entry:bypass-policy-lockout-check
policyDocumentjava.lang.Stringcdk.support/lookup-entry:policy-document
policyNamejava.lang.Stringcdk.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 |
|---|---|---|---|
| `bypassPolicyLockoutCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bypass-policy-lockout-check` |
| `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
sourceraw docstring

build-cfn-resource-policy-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
bypassPolicyLockoutChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:bypass-policy-lockout-check
policyDocumentjava.lang.Stringcdk.support/lookup-entry:policy-document
policyNamejava.lang.Stringcdk.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 |
|---|---|---|---|
| `bypassPolicyLockoutCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bypass-policy-lockout-check` |
| `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
sourceraw docstring

build-cfn-sampling-rule-builderclj

(build-cfn-sampling-rule-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
samplingRulesoftware.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRulePropertycdk.support/lookup-entry:sampling-rule
samplingRuleRecordsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sampling-rule-record
samplingRuleUpdatesoftware.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleUpdatePropertycdk.support/lookup-entry:sampling-rule-update
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-sampling-rule-builder function updates a CfnSamplingRule$Builder instance using the provided configuration.
  The function takes the CfnSamplingRule$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 |
|---|---|---|---|
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `samplingRule` | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleProperty | [[cdk.support/lookup-entry]] | `:sampling-rule` |
| `samplingRuleRecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule-record` |
| `samplingRuleUpdate` | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleUpdateProperty | [[cdk.support/lookup-entry]] | `:sampling-rule-update` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-sampling-rule-props-builderclj

(build-cfn-sampling-rule-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
samplingRulesoftware.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRulePropertycdk.support/lookup-entry:sampling-rule
samplingRuleRecordsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sampling-rule-record
samplingRuleUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sampling-rule-update
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-sampling-rule-props-builder function updates a CfnSamplingRuleProps$Builder instance using the provided configuration.
  The function takes the CfnSamplingRuleProps$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 |
|---|---|---|---|
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `samplingRule` | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleProperty | [[cdk.support/lookup-entry]] | `:sampling-rule` |
| `samplingRuleRecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule-record` |
| `samplingRuleUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule-update` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-sampling-rule-sampling-rule-property-builderclj

(build-cfn-sampling-rule-sampling-rule-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
fixedRatejava.lang.Numbercdk.support/lookup-entry:fixed-rate
hostjava.lang.Stringcdk.support/lookup-entry:host
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
priorityjava.lang.Numbercdk.support/lookup-entry:priority
reservoirSizejava.lang.Numbercdk.support/lookup-entry:reservoir-size
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
ruleArnjava.lang.Stringcdk.support/lookup-entry:rule-arn
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
serviceTypejava.lang.Stringcdk.support/lookup-entry:service-type
urlPathjava.lang.Stringcdk.support/lookup-entry:url-path
versionjava.lang.Numbercdk.support/lookup-entry:version
The build-cfn-sampling-rule-sampling-rule-property-builder function updates a CfnSamplingRule$SamplingRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnSamplingRule$SamplingRuleProperty$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 |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `fixedRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:fixed-rate` |
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `reservoirSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reservoir-size` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
| `ruleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-arn` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `serviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-type` |
| `urlPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:url-path` |
| `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-sampling-rule-sampling-rule-record-property-builderclj

(build-cfn-sampling-rule-sampling-rule-record-property-builder builder
                                                               id
                                                               config)

The build-cfn-sampling-rule-sampling-rule-record-property-builder function updates a CfnSamplingRule$SamplingRuleRecordProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleRecordProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
createdAtjava.lang.Stringcdk.support/lookup-entry:created-at
modifiedAtjava.lang.Stringcdk.support/lookup-entry:modified-at
samplingRulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sampling-rule
The build-cfn-sampling-rule-sampling-rule-record-property-builder function updates a CfnSamplingRule$SamplingRuleRecordProperty$Builder instance using the provided configuration.
  The function takes the CfnSamplingRule$SamplingRuleRecordProperty$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 |
|---|---|---|---|
| `createdAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:created-at` |
| `modifiedAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:modified-at` |
| `samplingRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule` |
sourceraw docstring

build-cfn-sampling-rule-sampling-rule-update-property-builderclj

(build-cfn-sampling-rule-sampling-rule-update-property-builder builder
                                                               id
                                                               config)

The build-cfn-sampling-rule-sampling-rule-update-property-builder function updates a CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
fixedRatejava.lang.Numbercdk.support/lookup-entry:fixed-rate
hostjava.lang.Stringcdk.support/lookup-entry:host
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
priorityjava.lang.Numbercdk.support/lookup-entry:priority
reservoirSizejava.lang.Numbercdk.support/lookup-entry:reservoir-size
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
ruleArnjava.lang.Stringcdk.support/lookup-entry:rule-arn
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
serviceTypejava.lang.Stringcdk.support/lookup-entry:service-type
urlPathjava.lang.Stringcdk.support/lookup-entry:url-path
The build-cfn-sampling-rule-sampling-rule-update-property-builder function updates a CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance using the provided configuration.
  The function takes the CfnSamplingRule$SamplingRuleUpdateProperty$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 |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `fixedRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:fixed-rate` |
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `reservoirSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reservoir-size` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
| `ruleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-arn` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `serviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-type` |
| `urlPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:url-path` |
sourceraw docstring

cfn-group-builderclj

(cfn-group-builder scope id config)

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

cfn-group-insights-configuration-property-builderclj

(cfn-group-insights-configuration-property-builder id config)

Creates a CfnGroup$InsightsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGroup$InsightsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-group-props-builderclj

(cfn-group-props-builder id config)

Creates a CfnGroupProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-resource-policy-builderclj

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

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

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

cfn-resource-policy-props-builderclj

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

Creates a CfnResourcePolicyProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnResourcePolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-sampling-rule-builderclj

(cfn-sampling-rule-builder scope id config)

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

cfn-sampling-rule-props-builderclj

(cfn-sampling-rule-props-builder id config)

Creates a CfnSamplingRuleProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSamplingRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-sampling-rule-sampling-rule-property-builderclj

(cfn-sampling-rule-sampling-rule-property-builder id config)

Creates a CfnSamplingRule$SamplingRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSamplingRule$SamplingRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-sampling-rule-sampling-rule-record-property-builderclj

(cfn-sampling-rule-sampling-rule-record-property-builder id config)

Creates a CfnSamplingRule$SamplingRuleRecordProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSamplingRule$SamplingRuleRecordProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-sampling-rule-sampling-rule-update-property-builderclj

(cfn-sampling-rule-sampling-rule-update-property-builder id config)

Creates a CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSamplingRule$SamplingRuleUpdateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close