Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.workspacesweb package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.workspacesweb package.
(build-cfn-browser-settings-builder builder id config)
The build-cfn-browser-settings-builder function updates a CfnBrowserSettings$Builder instance using the provided configuration. The function takes the CfnBrowserSettings$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 |
---|---|---|---|
additionalEncryptionContext | java.util.Map | cdk.support/lookup-entry | :additional-encryption-context |
browserPolicy | java.lang.String | cdk.support/lookup-entry | :browser-policy |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-browser-settings-builder function updates a CfnBrowserSettings$Builder instance using the provided configuration. The function takes the CfnBrowserSettings$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 | |---|---|---|---| | `additionalEncryptionContext` | java.util.Map | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `browserPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:browser-policy` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-browser-settings-props-builder builder id config)
The build-cfn-browser-settings-props-builder function updates a CfnBrowserSettingsProps$Builder instance using the provided configuration. The function takes the CfnBrowserSettingsProps$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 |
---|---|---|---|
additionalEncryptionContext | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-encryption-context |
browserPolicy | java.lang.String | cdk.support/lookup-entry | :browser-policy |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-browser-settings-props-builder function updates a CfnBrowserSettingsProps$Builder instance using the provided configuration. The function takes the CfnBrowserSettingsProps$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 | |---|---|---|---| | `additionalEncryptionContext` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `browserPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:browser-policy` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-identity-provider-builder builder id config)
The build-cfn-identity-provider-builder function updates a CfnIdentityProvider$Builder instance using the provided configuration. The function takes the CfnIdentityProvider$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 |
---|---|---|---|
identityProviderDetails | java.util.Map | cdk.support/lookup-entry | :identity-provider-details |
identityProviderName | java.lang.String | cdk.support/lookup-entry | :identity-provider-name |
identityProviderType | java.lang.String | cdk.support/lookup-entry | :identity-provider-type |
portalArn | java.lang.String | cdk.support/lookup-entry | :portal-arn |
The build-cfn-identity-provider-builder function updates a CfnIdentityProvider$Builder instance using the provided configuration. The function takes the CfnIdentityProvider$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 | |---|---|---|---| | `identityProviderDetails` | java.util.Map | [[cdk.support/lookup-entry]] | `:identity-provider-details` | | `identityProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-provider-name` | | `identityProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-provider-type` | | `portalArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:portal-arn` |
(build-cfn-identity-provider-props-builder builder id config)
The build-cfn-identity-provider-props-builder function updates a CfnIdentityProviderProps$Builder instance using the provided configuration. The function takes the CfnIdentityProviderProps$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 |
---|---|---|---|
identityProviderDetails | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :identity-provider-details |
identityProviderName | java.lang.String | cdk.support/lookup-entry | :identity-provider-name |
identityProviderType | java.lang.String | cdk.support/lookup-entry | :identity-provider-type |
portalArn | java.lang.String | cdk.support/lookup-entry | :portal-arn |
The build-cfn-identity-provider-props-builder function updates a CfnIdentityProviderProps$Builder instance using the provided configuration. The function takes the CfnIdentityProviderProps$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 | |---|---|---|---| | `identityProviderDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:identity-provider-details` | | `identityProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-provider-name` | | `identityProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-provider-type` | | `portalArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:portal-arn` |
(build-cfn-ip-access-settings-builder builder id config)
The build-cfn-ip-access-settings-builder function updates a CfnIpAccessSettings$Builder instance using the provided configuration. The function takes the CfnIpAccessSettings$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 |
---|---|---|---|
additionalEncryptionContext | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-encryption-context |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
ipRules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ip-rules |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ip-access-settings-builder function updates a CfnIpAccessSettings$Builder instance using the provided configuration. The function takes the CfnIpAccessSettings$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 | |---|---|---|---| | `additionalEncryptionContext` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `ipRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ip-rules` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ip-access-settings-ip-rule-property-builder builder id config)
The build-cfn-ip-access-settings-ip-rule-property-builder function updates a CfnIpAccessSettings$IpRuleProperty$Builder instance using the provided configuration. The function takes the CfnIpAccessSettings$IpRuleProperty$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 |
ipRange | java.lang.String | cdk.support/lookup-entry | :ip-range |
The build-cfn-ip-access-settings-ip-rule-property-builder function updates a CfnIpAccessSettings$IpRuleProperty$Builder instance using the provided configuration. The function takes the CfnIpAccessSettings$IpRuleProperty$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` | | `ipRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-range` |
(build-cfn-ip-access-settings-props-builder builder id config)
The build-cfn-ip-access-settings-props-builder function updates a CfnIpAccessSettingsProps$Builder instance using the provided configuration. The function takes the CfnIpAccessSettingsProps$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 |
---|---|---|---|
additionalEncryptionContext | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-encryption-context |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
ipRules | java.util.List | cdk.support/lookup-entry | :ip-rules |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ip-access-settings-props-builder function updates a CfnIpAccessSettingsProps$Builder instance using the provided configuration. The function takes the CfnIpAccessSettingsProps$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 | |---|---|---|---| | `additionalEncryptionContext` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `ipRules` | java.util.List | [[cdk.support/lookup-entry]] | `:ip-rules` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-settings-builder builder id config)
The build-cfn-network-settings-builder function updates a CfnNetworkSettings$Builder instance using the provided configuration. The function takes the CfnNetworkSettings$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 |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-network-settings-builder function updates a CfnNetworkSettings$Builder instance using the provided configuration. The function takes the CfnNetworkSettings$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 | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-network-settings-props-builder builder id config)
The build-cfn-network-settings-props-builder function updates a CfnNetworkSettingsProps$Builder instance using the provided configuration. The function takes the CfnNetworkSettingsProps$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 |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-network-settings-props-builder function updates a CfnNetworkSettingsProps$Builder instance using the provided configuration. The function takes the CfnNetworkSettingsProps$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 | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-portal-builder builder id config)
The build-cfn-portal-builder function updates a CfnPortal$Builder instance using the provided configuration. The function takes the CfnPortal$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 |
---|---|---|---|
additionalEncryptionContext | java.util.Map | cdk.support/lookup-entry | :additional-encryption-context |
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
browserSettingsArn | java.lang.String | cdk.support/lookup-entry | :browser-settings-arn |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
ipAccessSettingsArn | java.lang.String | cdk.support/lookup-entry | :ip-access-settings-arn |
maxConcurrentSessions | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-sessions |
networkSettingsArn | java.lang.String | cdk.support/lookup-entry | :network-settings-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trustStoreArn | java.lang.String | cdk.support/lookup-entry | :trust-store-arn |
userAccessLoggingSettingsArn | java.lang.String | cdk.support/lookup-entry | :user-access-logging-settings-arn |
userSettingsArn | java.lang.String | cdk.support/lookup-entry | :user-settings-arn |
The build-cfn-portal-builder function updates a CfnPortal$Builder instance using the provided configuration. The function takes the CfnPortal$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 | |---|---|---|---| | `additionalEncryptionContext` | java.util.Map | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `browserSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:browser-settings-arn` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `ipAccessSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-access-settings-arn` | | `maxConcurrentSessions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-sessions` | | `networkSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-settings-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trustStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-store-arn` | | `userAccessLoggingSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-access-logging-settings-arn` | | `userSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-settings-arn` |
(build-cfn-portal-props-builder builder id config)
The build-cfn-portal-props-builder function updates a CfnPortalProps$Builder instance using the provided configuration. The function takes the CfnPortalProps$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 |
---|---|---|---|
additionalEncryptionContext | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-encryption-context |
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
browserSettingsArn | java.lang.String | cdk.support/lookup-entry | :browser-settings-arn |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
ipAccessSettingsArn | java.lang.String | cdk.support/lookup-entry | :ip-access-settings-arn |
maxConcurrentSessions | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-sessions |
networkSettingsArn | java.lang.String | cdk.support/lookup-entry | :network-settings-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trustStoreArn | java.lang.String | cdk.support/lookup-entry | :trust-store-arn |
userAccessLoggingSettingsArn | java.lang.String | cdk.support/lookup-entry | :user-access-logging-settings-arn |
userSettingsArn | java.lang.String | cdk.support/lookup-entry | :user-settings-arn |
The build-cfn-portal-props-builder function updates a CfnPortalProps$Builder instance using the provided configuration. The function takes the CfnPortalProps$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 | |---|---|---|---| | `additionalEncryptionContext` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `browserSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:browser-settings-arn` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `ipAccessSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-access-settings-arn` | | `maxConcurrentSessions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-sessions` | | `networkSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-settings-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trustStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-store-arn` | | `userAccessLoggingSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-access-logging-settings-arn` | | `userSettingsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-settings-arn` |
(build-cfn-trust-store-builder builder id config)
The build-cfn-trust-store-builder function updates a CfnTrustStore$Builder instance using the provided configuration. The function takes the CfnTrustStore$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 |
---|---|---|---|
certificateList | java.util.List | cdk.support/lookup-entry | :certificate-list |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-trust-store-builder function updates a CfnTrustStore$Builder instance using the provided configuration. The function takes the CfnTrustStore$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 | |---|---|---|---| | `certificateList` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-list` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-trust-store-props-builder builder id config)
The build-cfn-trust-store-props-builder function updates a CfnTrustStoreProps$Builder instance using the provided configuration. The function takes the CfnTrustStoreProps$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 |
---|---|---|---|
certificateList | java.util.List | cdk.support/lookup-entry | :certificate-list |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-trust-store-props-builder function updates a CfnTrustStoreProps$Builder instance using the provided configuration. The function takes the CfnTrustStoreProps$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 | |---|---|---|---| | `certificateList` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-list` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-user-access-logging-settings-builder builder id config)
The build-cfn-user-access-logging-settings-builder function updates a CfnUserAccessLoggingSettings$Builder instance using the provided configuration. The function takes the CfnUserAccessLoggingSettings$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 |
---|---|---|---|
kinesisStreamArn | java.lang.String | cdk.support/lookup-entry | :kinesis-stream-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-user-access-logging-settings-builder function updates a CfnUserAccessLoggingSettings$Builder instance using the provided configuration. The function takes the CfnUserAccessLoggingSettings$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 | |---|---|---|---| | `kinesisStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kinesis-stream-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-user-access-logging-settings-props-builder builder id config)
The build-cfn-user-access-logging-settings-props-builder function updates a CfnUserAccessLoggingSettingsProps$Builder instance using the provided configuration. The function takes the CfnUserAccessLoggingSettingsProps$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 |
---|---|---|---|
kinesisStreamArn | java.lang.String | cdk.support/lookup-entry | :kinesis-stream-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-user-access-logging-settings-props-builder function updates a CfnUserAccessLoggingSettingsProps$Builder instance using the provided configuration. The function takes the CfnUserAccessLoggingSettingsProps$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 | |---|---|---|---| | `kinesisStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kinesis-stream-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-user-settings-builder builder id config)
The build-cfn-user-settings-builder function updates a CfnUserSettings$Builder instance using the provided configuration. The function takes the CfnUserSettings$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 |
---|---|---|---|
additionalEncryptionContext | java.util.Map | cdk.support/lookup-entry | :additional-encryption-context |
cookieSynchronizationConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cookie-synchronization-configuration |
copyAllowed | java.lang.String | cdk.support/lookup-entry | :copy-allowed |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
disconnectTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :disconnect-timeout-in-minutes |
downloadAllowed | java.lang.String | cdk.support/lookup-entry | :download-allowed |
idleDisconnectTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :idle-disconnect-timeout-in-minutes |
pasteAllowed | java.lang.String | cdk.support/lookup-entry | :paste-allowed |
printAllowed | java.lang.String | cdk.support/lookup-entry | :print-allowed |
tags | java.util.List | cdk.support/lookup-entry | :tags |
uploadAllowed | java.lang.String | cdk.support/lookup-entry | :upload-allowed |
The build-cfn-user-settings-builder function updates a CfnUserSettings$Builder instance using the provided configuration. The function takes the CfnUserSettings$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 | |---|---|---|---| | `additionalEncryptionContext` | java.util.Map | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `cookieSynchronizationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cookie-synchronization-configuration` | | `copyAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:copy-allowed` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `disconnectTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:disconnect-timeout-in-minutes` | | `downloadAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:download-allowed` | | `idleDisconnectTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-disconnect-timeout-in-minutes` | | `pasteAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:paste-allowed` | | `printAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:print-allowed` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `uploadAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:upload-allowed` |
(build-cfn-user-settings-cookie-specification-property-builder builder
id
config)
The build-cfn-user-settings-cookie-specification-property-builder function updates a CfnUserSettings$CookieSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnUserSettings$CookieSpecificationProperty$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 |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
name | java.lang.String | cdk.support/lookup-entry | :name |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-user-settings-cookie-specification-property-builder function updates a CfnUserSettings$CookieSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnUserSettings$CookieSpecificationProperty$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 | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-user-settings-cookie-synchronization-configuration-property-builder
builder
id
config)
The build-cfn-user-settings-cookie-synchronization-configuration-property-builder function updates a CfnUserSettings$CookieSynchronizationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnUserSettings$CookieSynchronizationConfigurationProperty$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 |
---|---|---|---|
allowlist | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :allowlist |
blocklist | java.util.List | cdk.support/lookup-entry | :blocklist |
The build-cfn-user-settings-cookie-synchronization-configuration-property-builder function updates a CfnUserSettings$CookieSynchronizationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnUserSettings$CookieSynchronizationConfigurationProperty$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 | |---|---|---|---| | `allowlist` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allowlist` | | `blocklist` | java.util.List | [[cdk.support/lookup-entry]] | `:blocklist` |
(build-cfn-user-settings-props-builder builder id config)
The build-cfn-user-settings-props-builder function updates a CfnUserSettingsProps$Builder instance using the provided configuration. The function takes the CfnUserSettingsProps$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 |
---|---|---|---|
additionalEncryptionContext | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-encryption-context |
cookieSynchronizationConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cookie-synchronization-configuration |
copyAllowed | java.lang.String | cdk.support/lookup-entry | :copy-allowed |
customerManagedKey | java.lang.String | cdk.support/lookup-entry | :customer-managed-key |
disconnectTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :disconnect-timeout-in-minutes |
downloadAllowed | java.lang.String | cdk.support/lookup-entry | :download-allowed |
idleDisconnectTimeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :idle-disconnect-timeout-in-minutes |
pasteAllowed | java.lang.String | cdk.support/lookup-entry | :paste-allowed |
printAllowed | java.lang.String | cdk.support/lookup-entry | :print-allowed |
tags | java.util.List | cdk.support/lookup-entry | :tags |
uploadAllowed | java.lang.String | cdk.support/lookup-entry | :upload-allowed |
The build-cfn-user-settings-props-builder function updates a CfnUserSettingsProps$Builder instance using the provided configuration. The function takes the CfnUserSettingsProps$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 | |---|---|---|---| | `additionalEncryptionContext` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-encryption-context` | | `cookieSynchronizationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cookie-synchronization-configuration` | | `copyAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:copy-allowed` | | `customerManagedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-managed-key` | | `disconnectTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:disconnect-timeout-in-minutes` | | `downloadAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:download-allowed` | | `idleDisconnectTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-disconnect-timeout-in-minutes` | | `pasteAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:paste-allowed` | | `printAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:print-allowed` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `uploadAllowed` | java.lang.String | [[cdk.support/lookup-entry]] | `:upload-allowed` |
(cfn-browser-settings-builder scope id config)
Creates a CfnBrowserSettings$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 `CfnBrowserSettings$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-browser-settings-props-builder id config)
Creates a CfnBrowserSettingsProps$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 `CfnBrowserSettingsProps$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-identity-provider-builder scope id config)
Creates a CfnIdentityProvider$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 `CfnIdentityProvider$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-identity-provider-props-builder id config)
Creates a CfnIdentityProviderProps$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 `CfnIdentityProviderProps$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-ip-access-settings-builder scope id config)
Creates a CfnIpAccessSettings$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 `CfnIpAccessSettings$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-ip-access-settings-ip-rule-property-builder id config)
Creates a CfnIpAccessSettings$IpRuleProperty$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 `CfnIpAccessSettings$IpRuleProperty$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-ip-access-settings-props-builder id config)
Creates a CfnIpAccessSettingsProps$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 `CfnIpAccessSettingsProps$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-network-settings-builder scope id config)
Creates a CfnNetworkSettings$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 `CfnNetworkSettings$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-network-settings-props-builder id config)
Creates a CfnNetworkSettingsProps$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 `CfnNetworkSettingsProps$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-portal-builder scope id config)
Creates a CfnPortal$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 `CfnPortal$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-portal-props-builder id config)
Creates a CfnPortalProps$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 `CfnPortalProps$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-trust-store-builder scope id config)
Creates a CfnTrustStore$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 `CfnTrustStore$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-trust-store-props-builder id config)
Creates a CfnTrustStoreProps$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 `CfnTrustStoreProps$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-user-access-logging-settings-builder scope id config)
Creates a CfnUserAccessLoggingSettings$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 `CfnUserAccessLoggingSettings$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-user-access-logging-settings-props-builder id config)
Creates a CfnUserAccessLoggingSettingsProps$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 `CfnUserAccessLoggingSettingsProps$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-user-settings-builder scope id config)
Creates a CfnUserSettings$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 `CfnUserSettings$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-user-settings-cookie-specification-property-builder id config)
Creates a CfnUserSettings$CookieSpecificationProperty$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 `CfnUserSettings$CookieSpecificationProperty$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-user-settings-cookie-synchronization-configuration-property-builder id
config)
Creates a CfnUserSettings$CookieSynchronizationConfigurationProperty$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 `CfnUserSettings$CookieSynchronizationConfigurationProperty$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-user-settings-props-builder id config)
Creates a CfnUserSettingsProps$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 `CfnUserSettingsProps$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