Liking cljdoc? Tell your friends :D

cdk.api.services.fms

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

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

build-cfn-notification-channel-builderclj

(build-cfn-notification-channel-builder builder id config)

The build-cfn-notification-channel-builder function updates a CfnNotificationChannel$Builder instance using the provided configuration. The function takes the CfnNotificationChannel$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
snsRoleNamejava.lang.Stringcdk.support/lookup-entry:sns-role-name
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
The build-cfn-notification-channel-builder function updates a CfnNotificationChannel$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannel$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 |
|---|---|---|---|
| `snsRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-role-name` |
| `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
sourceraw docstring

build-cfn-notification-channel-props-builderclj

(build-cfn-notification-channel-props-builder builder id config)

The build-cfn-notification-channel-props-builder function updates a CfnNotificationChannelProps$Builder instance using the provided configuration. The function takes the CfnNotificationChannelProps$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
snsRoleNamejava.lang.Stringcdk.support/lookup-entry:sns-role-name
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
The build-cfn-notification-channel-props-builder function updates a CfnNotificationChannelProps$Builder instance using the provided configuration.
  The function takes the CfnNotificationChannelProps$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 |
|---|---|---|---|
| `snsRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-role-name` |
| `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
sourceraw docstring

build-cfn-policy-builderclj

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

The build-cfn-policy-builder function updates a CfnPolicy$Builder instance using the provided configuration. The function takes the CfnPolicy$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
deleteAllPolicyResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delete-all-policy-resources
excludeMapsoftware.amazon.awscdk.services.fms.CfnPolicy$IEMapPropertycdk.support/lookup-entry:exclude-map
excludeResourceTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclude-resource-tags
includeMapsoftware.amazon.awscdk.services.fms.CfnPolicy$IEMapPropertycdk.support/lookup-entry:include-map
policyDescriptionjava.lang.Stringcdk.support/lookup-entry:policy-description
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
remediationEnabledjava.lang.Booleancdk.support/lookup-entry:remediation-enabled
resourceSetIdsjava.util.Listcdk.support/lookup-entry:resource-set-ids
resourceTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-tags
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
resourceTypeListjava.util.Listcdk.support/lookup-entry:resource-type-list
resourcesCleanUpjava.lang.Booleancdk.support/lookup-entry:resources-clean-up
securityServicePolicyDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:security-service-policy-data
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-policy-builder function updates a CfnPolicy$Builder instance using the provided configuration.
  The function takes the CfnPolicy$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 |
|---|---|---|---|
| `deleteAllPolicyResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-all-policy-resources` |
| `excludeMap` | software.amazon.awscdk.services.fms.CfnPolicy$IEMapProperty | [[cdk.support/lookup-entry]] | `:exclude-map` |
| `excludeResourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-resource-tags` |
| `includeMap` | software.amazon.awscdk.services.fms.CfnPolicy$IEMapProperty | [[cdk.support/lookup-entry]] | `:include-map` |
| `policyDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-description` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `remediationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remediation-enabled` |
| `resourceSetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-set-ids` |
| `resourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-tags` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `resourceTypeList` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-type-list` |
| `resourcesCleanUp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:resources-clean-up` |
| `securityServicePolicyData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-service-policy-data` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-policy-ie-map-property-builderclj

(build-cfn-policy-ie-map-property-builder builder id config)

The build-cfn-policy-ie-map-property-builder function updates a CfnPolicy$IEMapProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$IEMapProperty$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
accountjava.util.Listcdk.support/lookup-entry:account
orgunitjava.util.Listcdk.support/lookup-entry:orgunit
The build-cfn-policy-ie-map-property-builder function updates a CfnPolicy$IEMapProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$IEMapProperty$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 |
|---|---|---|---|
| `account` | java.util.List | [[cdk.support/lookup-entry]] | `:account` |
| `orgunit` | java.util.List | [[cdk.support/lookup-entry]] | `:orgunit` |
sourceraw docstring

build-cfn-policy-network-firewall-policy-property-builderclj

(build-cfn-policy-network-firewall-policy-property-builder builder id config)

The build-cfn-policy-network-firewall-policy-property-builder function updates a CfnPolicy$NetworkFirewallPolicyProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$NetworkFirewallPolicyProperty$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
firewallDeploymentModeljava.lang.Stringcdk.support/lookup-entry:firewall-deployment-model
The build-cfn-policy-network-firewall-policy-property-builder function updates a CfnPolicy$NetworkFirewallPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$NetworkFirewallPolicyProperty$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 |
|---|---|---|---|
| `firewallDeploymentModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-deployment-model` |
sourceraw docstring

build-cfn-policy-policy-option-property-builderclj

(build-cfn-policy-policy-option-property-builder builder id config)

The build-cfn-policy-policy-option-property-builder function updates a CfnPolicy$PolicyOptionProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$PolicyOptionProperty$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
networkFirewallPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-firewall-policy
thirdPartyFirewallPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:third-party-firewall-policy
The build-cfn-policy-policy-option-property-builder function updates a CfnPolicy$PolicyOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$PolicyOptionProperty$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 |
|---|---|---|---|
| `networkFirewallPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-firewall-policy` |
| `thirdPartyFirewallPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:third-party-firewall-policy` |
sourceraw docstring

build-cfn-policy-policy-tag-property-builderclj

(build-cfn-policy-policy-tag-property-builder builder id config)

The build-cfn-policy-policy-tag-property-builder function updates a CfnPolicy$PolicyTagProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$PolicyTagProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-policy-policy-tag-property-builder function updates a CfnPolicy$PolicyTagProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$PolicyTagProperty$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` |
sourceraw docstring

build-cfn-policy-props-builderclj

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

The build-cfn-policy-props-builder function updates a CfnPolicyProps$Builder instance using the provided configuration. The function takes the CfnPolicyProps$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
deleteAllPolicyResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delete-all-policy-resources
excludeMapsoftware.amazon.awscdk.services.fms.CfnPolicy$IEMapPropertycdk.support/lookup-entry:exclude-map
excludeResourceTagsjava.lang.Booleancdk.support/lookup-entry:exclude-resource-tags
includeMapsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-map
policyDescriptionjava.lang.Stringcdk.support/lookup-entry:policy-description
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
remediationEnabledjava.lang.Booleancdk.support/lookup-entry:remediation-enabled
resourceSetIdsjava.util.Listcdk.support/lookup-entry:resource-set-ids
resourceTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-tags
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
resourceTypeListjava.util.Listcdk.support/lookup-entry:resource-type-list
resourcesCleanUpjava.lang.Booleancdk.support/lookup-entry:resources-clean-up
securityServicePolicyDatasoftware.amazon.awscdk.services.fms.CfnPolicy$SecurityServicePolicyDataPropertycdk.support/lookup-entry:security-service-policy-data
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-policy-props-builder function updates a CfnPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnPolicyProps$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 |
|---|---|---|---|
| `deleteAllPolicyResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-all-policy-resources` |
| `excludeMap` | software.amazon.awscdk.services.fms.CfnPolicy$IEMapProperty | [[cdk.support/lookup-entry]] | `:exclude-map` |
| `excludeResourceTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-resource-tags` |
| `includeMap` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-map` |
| `policyDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-description` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `remediationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remediation-enabled` |
| `resourceSetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-set-ids` |
| `resourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-tags` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `resourceTypeList` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-type-list` |
| `resourcesCleanUp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:resources-clean-up` |
| `securityServicePolicyData` | software.amazon.awscdk.services.fms.CfnPolicy$SecurityServicePolicyDataProperty | [[cdk.support/lookup-entry]] | `:security-service-policy-data` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-policy-resource-tag-property-builderclj

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

The build-cfn-policy-resource-tag-property-builder function updates a CfnPolicy$ResourceTagProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$ResourceTagProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-policy-resource-tag-property-builder function updates a CfnPolicy$ResourceTagProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$ResourceTagProperty$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` |
sourceraw docstring

build-cfn-policy-security-service-policy-data-property-builderclj

(build-cfn-policy-security-service-policy-data-property-builder builder
                                                                id
                                                                config)

The build-cfn-policy-security-service-policy-data-property-builder function updates a CfnPolicy$SecurityServicePolicyDataProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$SecurityServicePolicyDataProperty$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
managedServiceDatajava.lang.Stringcdk.support/lookup-entry:managed-service-data
policyOptionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:policy-option
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-policy-security-service-policy-data-property-builder function updates a CfnPolicy$SecurityServicePolicyDataProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$SecurityServicePolicyDataProperty$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 |
|---|---|---|---|
| `managedServiceData` | java.lang.String | [[cdk.support/lookup-entry]] | `:managed-service-data` |
| `policyOption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy-option` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-policy-third-party-firewall-policy-property-builderclj

(build-cfn-policy-third-party-firewall-policy-property-builder builder
                                                               id
                                                               config)

The build-cfn-policy-third-party-firewall-policy-property-builder function updates a CfnPolicy$ThirdPartyFirewallPolicyProperty$Builder instance using the provided configuration. The function takes the CfnPolicy$ThirdPartyFirewallPolicyProperty$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
firewallDeploymentModeljava.lang.Stringcdk.support/lookup-entry:firewall-deployment-model
The build-cfn-policy-third-party-firewall-policy-property-builder function updates a CfnPolicy$ThirdPartyFirewallPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnPolicy$ThirdPartyFirewallPolicyProperty$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 |
|---|---|---|---|
| `firewallDeploymentModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-deployment-model` |
sourceraw docstring

build-cfn-resource-set-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
resourceTypeListjava.util.Listcdk.support/lookup-entry:resource-type-list
resourcesjava.util.Listcdk.support/lookup-entry:resources
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-resource-set-builder function updates a CfnResourceSet$Builder instance using the provided configuration.
  The function takes the CfnResourceSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `resourceTypeList` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-type-list` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-resource-set-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
resourceTypeListjava.util.Listcdk.support/lookup-entry:resource-type-list
resourcesjava.util.Listcdk.support/lookup-entry:resources
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-resource-set-props-builder function updates a CfnResourceSetProps$Builder instance using the provided configuration.
  The function takes the CfnResourceSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `resourceTypeList` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-type-list` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-notification-channel-builderclj

(cfn-notification-channel-builder scope id config)

Creates a CfnNotificationChannel$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  `CfnNotificationChannel$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-notification-channel-props-builderclj

(cfn-notification-channel-props-builder id config)

Creates a CfnNotificationChannelProps$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  `CfnNotificationChannelProps$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-policy-builderclj

(cfn-policy-builder scope id config)

Creates a CfnPolicy$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  `CfnPolicy$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-policy-ie-map-property-builderclj

(cfn-policy-ie-map-property-builder id config)

Creates a CfnPolicy$IEMapProperty$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  `CfnPolicy$IEMapProperty$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-policy-network-firewall-policy-property-builderclj

(cfn-policy-network-firewall-policy-property-builder id config)

Creates a CfnPolicy$NetworkFirewallPolicyProperty$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  `CfnPolicy$NetworkFirewallPolicyProperty$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-policy-policy-option-property-builderclj

(cfn-policy-policy-option-property-builder id config)

Creates a CfnPolicy$PolicyOptionProperty$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  `CfnPolicy$PolicyOptionProperty$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-policy-policy-tag-property-builderclj

(cfn-policy-policy-tag-property-builder id config)

Creates a CfnPolicy$PolicyTagProperty$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  `CfnPolicy$PolicyTagProperty$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-policy-props-builderclj

(cfn-policy-props-builder id config)

Creates a CfnPolicyProps$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  `CfnPolicyProps$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-policy-resource-tag-property-builderclj

(cfn-policy-resource-tag-property-builder id config)

Creates a CfnPolicy$ResourceTagProperty$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  `CfnPolicy$ResourceTagProperty$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-policy-security-service-policy-data-property-builderclj

(cfn-policy-security-service-policy-data-property-builder id config)

Creates a CfnPolicy$SecurityServicePolicyDataProperty$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  `CfnPolicy$SecurityServicePolicyDataProperty$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-policy-third-party-firewall-policy-property-builderclj

(cfn-policy-third-party-firewall-policy-property-builder id config)

Creates a CfnPolicy$ThirdPartyFirewallPolicyProperty$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  `CfnPolicy$ThirdPartyFirewallPolicyProperty$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-set-builderclj

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

Creates a CfnResourceSet$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  `CfnResourceSet$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-set-props-builderclj

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

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