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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
account | java.util.List | cdk.support/lookup-entry | :account |
orgunit | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
firewallDeploymentModel | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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-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` |
(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:
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 |
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` |
(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:
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-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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
firewallDeploymentModel | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
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 `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 |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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 |
(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:
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 `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close