Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.pinpoint package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.pinpoint package.
(build-cfn-adm-channel-builder builder id config)
The build-cfn-adm-channel-builder function updates a CfnADMChannel$Builder instance using the provided configuration. The function takes the CfnADMChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | java.lang.String | cdk.support/lookup-entry | :client-secret |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-adm-channel-builder function updates a CfnADMChannel$Builder instance using the provided configuration. The function takes the CfnADMChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-adm-channel-props-builder builder id config)
The build-cfn-adm-channel-props-builder function updates a CfnADMChannelProps$Builder instance using the provided configuration. The function takes the CfnADMChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | java.lang.String | cdk.support/lookup-entry | :client-secret |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-adm-channel-props-builder function updates a CfnADMChannelProps$Builder instance using the provided configuration. The function takes the CfnADMChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-apns-channel-builder builder id config)
The build-cfn-apns-channel-builder function updates a CfnAPNSChannel$Builder instance using the provided configuration. The function takes the CfnAPNSChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-channel-builder function updates a CfnAPNSChannel$Builder instance using the provided configuration. The function takes the CfnAPNSChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-channel-props-builder builder id config)
The build-cfn-apns-channel-props-builder function updates a CfnAPNSChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-channel-props-builder function updates a CfnAPNSChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-sandbox-channel-builder builder id config)
The build-cfn-apns-sandbox-channel-builder function updates a CfnAPNSSandboxChannel$Builder instance using the provided configuration. The function takes the CfnAPNSSandboxChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-sandbox-channel-builder function updates a CfnAPNSSandboxChannel$Builder instance using the provided configuration. The function takes the CfnAPNSSandboxChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-sandbox-channel-props-builder builder id config)
The build-cfn-apns-sandbox-channel-props-builder function updates a CfnAPNSSandboxChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSSandboxChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-sandbox-channel-props-builder function updates a CfnAPNSSandboxChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSSandboxChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-voip-channel-builder builder id config)
The build-cfn-apns-voip-channel-builder function updates a CfnAPNSVoipChannel$Builder instance using the provided configuration. The function takes the CfnAPNSVoipChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-voip-channel-builder function updates a CfnAPNSVoipChannel$Builder instance using the provided configuration. The function takes the CfnAPNSVoipChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-voip-channel-props-builder builder id config)
The build-cfn-apns-voip-channel-props-builder function updates a CfnAPNSVoipChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSVoipChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-voip-channel-props-builder function updates a CfnAPNSVoipChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSVoipChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-voip-sandbox-channel-builder builder id config)
The build-cfn-apns-voip-sandbox-channel-builder function updates a CfnAPNSVoipSandboxChannel$Builder instance using the provided configuration. The function takes the CfnAPNSVoipSandboxChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-voip-sandbox-channel-builder function updates a CfnAPNSVoipSandboxChannel$Builder instance using the provided configuration. The function takes the CfnAPNSVoipSandboxChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-apns-voip-sandbox-channel-props-builder builder id config)
The build-cfn-apns-voip-sandbox-channel-props-builder function updates a CfnAPNSVoipSandboxChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSVoipSandboxChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
tokenKey | java.lang.String | cdk.support/lookup-entry | :token-key |
tokenKeyId | java.lang.String | cdk.support/lookup-entry | :token-key-id |
The build-cfn-apns-voip-sandbox-channel-props-builder function updates a CfnAPNSVoipSandboxChannelProps$Builder instance using the provided configuration. The function takes the CfnAPNSVoipSandboxChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `tokenKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key` | | `tokenKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-id` |
(build-cfn-app-builder builder id config)
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-app-props-builder builder id config)
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-application-settings-builder builder id config)
The build-cfn-application-settings-builder function updates a CfnApplicationSettings$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
campaignHook | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$CampaignHookProperty | cdk.support/lookup-entry | :campaign-hook |
cloudWatchMetricsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cloud-watch-metrics-enabled |
limits | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :limits |
quietTime | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :quiet-time |
The build-cfn-application-settings-builder function updates a CfnApplicationSettings$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `campaignHook` | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$CampaignHookProperty | [[cdk.support/lookup-entry]] | `:campaign-hook` | | `cloudWatchMetricsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-metrics-enabled` | | `limits` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:limits` | | `quietTime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:quiet-time` |
(build-cfn-application-settings-campaign-hook-property-builder builder
id
config)
The build-cfn-application-settings-campaign-hook-property-builder function updates a CfnApplicationSettings$CampaignHookProperty$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$CampaignHookProperty$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 |
---|---|---|---|
lambdaFunctionName | java.lang.String | cdk.support/lookup-entry | :lambda-function-name |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
webUrl | java.lang.String | cdk.support/lookup-entry | :web-url |
The build-cfn-application-settings-campaign-hook-property-builder function updates a CfnApplicationSettings$CampaignHookProperty$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$CampaignHookProperty$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 | |---|---|---|---| | `lambdaFunctionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-name` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `webUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:web-url` |
(build-cfn-application-settings-limits-property-builder builder id config)
The build-cfn-application-settings-limits-property-builder function updates a CfnApplicationSettings$LimitsProperty$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$LimitsProperty$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 |
---|---|---|---|
daily | java.lang.Number | cdk.support/lookup-entry | :daily |
maximumDuration | java.lang.Number | cdk.support/lookup-entry | :maximum-duration |
messagesPerSecond | java.lang.Number | cdk.support/lookup-entry | :messages-per-second |
total | java.lang.Number | cdk.support/lookup-entry | :total |
The build-cfn-application-settings-limits-property-builder function updates a CfnApplicationSettings$LimitsProperty$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$LimitsProperty$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 | |---|---|---|---| | `daily` | java.lang.Number | [[cdk.support/lookup-entry]] | `:daily` | | `maximumDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-duration` | | `messagesPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:messages-per-second` | | `total` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total` |
(build-cfn-application-settings-props-builder builder id config)
The build-cfn-application-settings-props-builder function updates a CfnApplicationSettingsProps$Builder instance using the provided configuration. The function takes the CfnApplicationSettingsProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
campaignHook | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$CampaignHookProperty | cdk.support/lookup-entry | :campaign-hook |
cloudWatchMetricsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :cloud-watch-metrics-enabled |
limits | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$LimitsProperty | cdk.support/lookup-entry | :limits |
quietTime | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$QuietTimeProperty | cdk.support/lookup-entry | :quiet-time |
The build-cfn-application-settings-props-builder function updates a CfnApplicationSettingsProps$Builder instance using the provided configuration. The function takes the CfnApplicationSettingsProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `campaignHook` | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$CampaignHookProperty | [[cdk.support/lookup-entry]] | `:campaign-hook` | | `cloudWatchMetricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-metrics-enabled` | | `limits` | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$LimitsProperty | [[cdk.support/lookup-entry]] | `:limits` | | `quietTime` | software.amazon.awscdk.services.pinpoint.CfnApplicationSettings$QuietTimeProperty | [[cdk.support/lookup-entry]] | `:quiet-time` |
(build-cfn-application-settings-quiet-time-property-builder builder id config)
The build-cfn-application-settings-quiet-time-property-builder function updates a CfnApplicationSettings$QuietTimeProperty$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$QuietTimeProperty$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 |
---|---|---|---|
end | java.lang.String | cdk.support/lookup-entry | :end |
start | java.lang.String | cdk.support/lookup-entry | :start |
The build-cfn-application-settings-quiet-time-property-builder function updates a CfnApplicationSettings$QuietTimeProperty$Builder instance using the provided configuration. The function takes the CfnApplicationSettings$QuietTimeProperty$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 | |---|---|---|---| | `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` | | `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
(build-cfn-baidu-channel-builder builder id config)
The build-cfn-baidu-channel-builder function updates a CfnBaiduChannel$Builder instance using the provided configuration. The function takes the CfnBaiduChannel$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 |
---|---|---|---|
apiKey | java.lang.String | cdk.support/lookup-entry | :api-key |
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
secretKey | java.lang.String | cdk.support/lookup-entry | :secret-key |
The build-cfn-baidu-channel-builder function updates a CfnBaiduChannel$Builder instance using the provided configuration. The function takes the CfnBaiduChannel$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 | |---|---|---|---| | `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` | | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `secretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-key` |
(build-cfn-baidu-channel-props-builder builder id config)
The build-cfn-baidu-channel-props-builder function updates a CfnBaiduChannelProps$Builder instance using the provided configuration. The function takes the CfnBaiduChannelProps$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 |
---|---|---|---|
apiKey | java.lang.String | cdk.support/lookup-entry | :api-key |
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
secretKey | java.lang.String | cdk.support/lookup-entry | :secret-key |
The build-cfn-baidu-channel-props-builder function updates a CfnBaiduChannelProps$Builder instance using the provided configuration. The function takes the CfnBaiduChannelProps$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 | |---|---|---|---| | `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` | | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `secretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-key` |
(build-cfn-campaign-attribute-dimension-property-builder builder id config)
The build-cfn-campaign-attribute-dimension-property-builder function updates a CfnCampaign$AttributeDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$AttributeDimensionProperty$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 |
---|---|---|---|
attributeType | java.lang.String | cdk.support/lookup-entry | :attribute-type |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-campaign-attribute-dimension-property-builder function updates a CfnCampaign$AttributeDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$AttributeDimensionProperty$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 | |---|---|---|---| | `attributeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute-type` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-campaign-builder builder id config)
The build-cfn-campaign-builder function updates a CfnCampaign$Builder instance using the provided configuration. The function takes the CfnCampaign$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 |
---|---|---|---|
additionalTreatments | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-treatments |
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
campaignHook | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignHookProperty | cdk.support/lookup-entry | :campaign-hook |
customDeliveryConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-delivery-configuration |
description | java.lang.String | cdk.support/lookup-entry | :description |
holdoutPercent | java.lang.Number | cdk.support/lookup-entry | :holdout-percent |
isPaused | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-paused |
limits | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :limits |
messageConfiguration | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageConfigurationProperty | cdk.support/lookup-entry | :message-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
schedule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule |
segmentId | java.lang.String | cdk.support/lookup-entry | :segment-id |
segmentVersion | java.lang.Number | cdk.support/lookup-entry | :segment-version |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :template-configuration |
treatmentDescription | java.lang.String | cdk.support/lookup-entry | :treatment-description |
treatmentName | java.lang.String | cdk.support/lookup-entry | :treatment-name |
The build-cfn-campaign-builder function updates a CfnCampaign$Builder instance using the provided configuration. The function takes the CfnCampaign$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 | |---|---|---|---| | `additionalTreatments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-treatments` | | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `campaignHook` | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignHookProperty | [[cdk.support/lookup-entry]] | `:campaign-hook` | | `customDeliveryConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-delivery-configuration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `holdoutPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:holdout-percent` | | `isPaused` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-paused` | | `limits` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:limits` | | `messageConfiguration` | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageConfigurationProperty | [[cdk.support/lookup-entry]] | `:message-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` | | `segmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment-id` | | `segmentVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-version` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:template-configuration` | | `treatmentDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-description` | | `treatmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-name` |
(build-cfn-campaign-campaign-custom-message-property-builder builder id config)
The build-cfn-campaign-campaign-custom-message-property-builder function updates a CfnCampaign$CampaignCustomMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignCustomMessageProperty$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 |
---|---|---|---|
data | java.lang.String | cdk.support/lookup-entry | :data |
The build-cfn-campaign-campaign-custom-message-property-builder function updates a CfnCampaign$CampaignCustomMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignCustomMessageProperty$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 | |---|---|---|---| | `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` |
(build-cfn-campaign-campaign-email-message-property-builder builder id config)
The build-cfn-campaign-campaign-email-message-property-builder function updates a CfnCampaign$CampaignEmailMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignEmailMessageProperty$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 |
---|---|---|---|
body | java.lang.String | cdk.support/lookup-entry | :body |
fromAddress | java.lang.String | cdk.support/lookup-entry | :from-address |
htmlBody | java.lang.String | cdk.support/lookup-entry | :html-body |
title | java.lang.String | cdk.support/lookup-entry | :title |
The build-cfn-campaign-campaign-email-message-property-builder function updates a CfnCampaign$CampaignEmailMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignEmailMessageProperty$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 | |---|---|---|---| | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `fromAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:from-address` | | `htmlBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:html-body` | | `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
(build-cfn-campaign-campaign-event-filter-property-builder builder id config)
The build-cfn-campaign-campaign-event-filter-property-builder function updates a CfnCampaign$CampaignEventFilterProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignEventFilterProperty$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 |
---|---|---|---|
dimensions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dimensions |
filterType | java.lang.String | cdk.support/lookup-entry | :filter-type |
The build-cfn-campaign-campaign-event-filter-property-builder function updates a CfnCampaign$CampaignEventFilterProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignEventFilterProperty$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 | |---|---|---|---| | `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` | | `filterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-type` |
(build-cfn-campaign-campaign-hook-property-builder builder id config)
The build-cfn-campaign-campaign-hook-property-builder function updates a CfnCampaign$CampaignHookProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignHookProperty$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 |
---|---|---|---|
lambdaFunctionName | java.lang.String | cdk.support/lookup-entry | :lambda-function-name |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
webUrl | java.lang.String | cdk.support/lookup-entry | :web-url |
The build-cfn-campaign-campaign-hook-property-builder function updates a CfnCampaign$CampaignHookProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignHookProperty$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 | |---|---|---|---| | `lambdaFunctionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-name` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `webUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:web-url` |
(build-cfn-campaign-campaign-in-app-message-property-builder builder id config)
The build-cfn-campaign-campaign-in-app-message-property-builder function updates a CfnCampaign$CampaignInAppMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignInAppMessageProperty$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 |
---|---|---|---|
content | java.util.List | cdk.support/lookup-entry | :content |
customConfig | java.lang.Object | cdk.support/lookup-entry | :custom-config |
layout | java.lang.String | cdk.support/lookup-entry | :layout |
The build-cfn-campaign-campaign-in-app-message-property-builder function updates a CfnCampaign$CampaignInAppMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignInAppMessageProperty$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 | |---|---|---|---| | `content` | java.util.List | [[cdk.support/lookup-entry]] | `:content` | | `customConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-config` | | `layout` | java.lang.String | [[cdk.support/lookup-entry]] | `:layout` |
(build-cfn-campaign-campaign-sms-message-property-builder builder id config)
The build-cfn-campaign-campaign-sms-message-property-builder function updates a CfnCampaign$CampaignSmsMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignSmsMessageProperty$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 |
---|---|---|---|
body | java.lang.String | cdk.support/lookup-entry | :body |
entityId | java.lang.String | cdk.support/lookup-entry | :entity-id |
messageType | java.lang.String | cdk.support/lookup-entry | :message-type |
originationNumber | java.lang.String | cdk.support/lookup-entry | :origination-number |
senderId | java.lang.String | cdk.support/lookup-entry | :sender-id |
templateId | java.lang.String | cdk.support/lookup-entry | :template-id |
The build-cfn-campaign-campaign-sms-message-property-builder function updates a CfnCampaign$CampaignSmsMessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CampaignSmsMessageProperty$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 | |---|---|---|---| | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `entityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-id` | | `messageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-type` | | `originationNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:origination-number` | | `senderId` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender-id` | | `templateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-id` |
(build-cfn-campaign-custom-delivery-configuration-property-builder builder
id
config)
The build-cfn-campaign-custom-delivery-configuration-property-builder function updates a CfnCampaign$CustomDeliveryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CustomDeliveryConfigurationProperty$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 |
---|---|---|---|
deliveryUri | java.lang.String | cdk.support/lookup-entry | :delivery-uri |
endpointTypes | java.util.List | cdk.support/lookup-entry | :endpoint-types |
The build-cfn-campaign-custom-delivery-configuration-property-builder function updates a CfnCampaign$CustomDeliveryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CustomDeliveryConfigurationProperty$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 | |---|---|---|---| | `deliveryUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-uri` | | `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
(build-cfn-campaign-default-button-configuration-property-builder builder
id
config)
The build-cfn-campaign-default-button-configuration-property-builder function updates a CfnCampaign$DefaultButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$DefaultButtonConfigurationProperty$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 |
---|---|---|---|
backgroundColor | java.lang.String | cdk.support/lookup-entry | :background-color |
borderRadius | java.lang.Number | cdk.support/lookup-entry | :border-radius |
buttonAction | java.lang.String | cdk.support/lookup-entry | :button-action |
link | java.lang.String | cdk.support/lookup-entry | :link |
text | java.lang.String | cdk.support/lookup-entry | :text |
textColor | java.lang.String | cdk.support/lookup-entry | :text-color |
The build-cfn-campaign-default-button-configuration-property-builder function updates a CfnCampaign$DefaultButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$DefaultButtonConfigurationProperty$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 | |---|---|---|---| | `backgroundColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:background-color` | | `borderRadius` | java.lang.Number | [[cdk.support/lookup-entry]] | `:border-radius` | | `buttonAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:button-action` | | `link` | java.lang.String | [[cdk.support/lookup-entry]] | `:link` | | `text` | java.lang.String | [[cdk.support/lookup-entry]] | `:text` | | `textColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-color` |
(build-cfn-campaign-event-dimensions-property-builder builder id config)
The build-cfn-campaign-event-dimensions-property-builder function updates a CfnCampaign$EventDimensionsProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$EventDimensionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributes | java.lang.Object | cdk.support/lookup-entry | :attributes |
eventType | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-type |
metrics | java.lang.Object | cdk.support/lookup-entry | :metrics |
The build-cfn-campaign-event-dimensions-property-builder function updates a CfnCampaign$EventDimensionsProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$EventDimensionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attributes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:attributes` | | `eventType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-type` | | `metrics` | java.lang.Object | [[cdk.support/lookup-entry]] | `:metrics` |
(build-cfn-campaign-in-app-message-body-config-property-builder builder
id
config)
The build-cfn-campaign-in-app-message-body-config-property-builder function updates a CfnCampaign$InAppMessageBodyConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageBodyConfigProperty$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 |
---|---|---|---|
alignment | java.lang.String | cdk.support/lookup-entry | :alignment |
body | java.lang.String | cdk.support/lookup-entry | :body |
textColor | java.lang.String | cdk.support/lookup-entry | :text-color |
The build-cfn-campaign-in-app-message-body-config-property-builder function updates a CfnCampaign$InAppMessageBodyConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageBodyConfigProperty$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 | |---|---|---|---| | `alignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:alignment` | | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `textColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-color` |
(build-cfn-campaign-in-app-message-button-property-builder builder id config)
The build-cfn-campaign-in-app-message-button-property-builder function updates a CfnCampaign$InAppMessageButtonProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageButtonProperty$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 |
---|---|---|---|
android | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :android |
defaultConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-config |
ios | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ios |
web | software.amazon.awscdk.services.pinpoint.CfnCampaign$OverrideButtonConfigurationProperty | cdk.support/lookup-entry | :web |
The build-cfn-campaign-in-app-message-button-property-builder function updates a CfnCampaign$InAppMessageButtonProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageButtonProperty$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 | |---|---|---|---| | `android` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:android` | | `defaultConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-config` | | `ios` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ios` | | `web` | software.amazon.awscdk.services.pinpoint.CfnCampaign$OverrideButtonConfigurationProperty | [[cdk.support/lookup-entry]] | `:web` |
(build-cfn-campaign-in-app-message-content-property-builder builder id config)
The build-cfn-campaign-in-app-message-content-property-builder function updates a CfnCampaign$InAppMessageContentProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageContentProperty$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 |
---|---|---|---|
backgroundColor | java.lang.String | cdk.support/lookup-entry | :background-color |
bodyConfig | software.amazon.awscdk.services.pinpoint.CfnCampaign$InAppMessageBodyConfigProperty | cdk.support/lookup-entry | :body-config |
headerConfig | software.amazon.awscdk.services.pinpoint.CfnCampaign$InAppMessageHeaderConfigProperty | cdk.support/lookup-entry | :header-config |
imageUrl | java.lang.String | cdk.support/lookup-entry | :image-url |
primaryBtn | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :primary-btn |
secondaryBtn | software.amazon.awscdk.services.pinpoint.CfnCampaign$InAppMessageButtonProperty | cdk.support/lookup-entry | :secondary-btn |
The build-cfn-campaign-in-app-message-content-property-builder function updates a CfnCampaign$InAppMessageContentProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageContentProperty$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 | |---|---|---|---| | `backgroundColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:background-color` | | `bodyConfig` | software.amazon.awscdk.services.pinpoint.CfnCampaign$InAppMessageBodyConfigProperty | [[cdk.support/lookup-entry]] | `:body-config` | | `headerConfig` | software.amazon.awscdk.services.pinpoint.CfnCampaign$InAppMessageHeaderConfigProperty | [[cdk.support/lookup-entry]] | `:header-config` | | `imageUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-url` | | `primaryBtn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary-btn` | | `secondaryBtn` | software.amazon.awscdk.services.pinpoint.CfnCampaign$InAppMessageButtonProperty | [[cdk.support/lookup-entry]] | `:secondary-btn` |
(build-cfn-campaign-in-app-message-header-config-property-builder builder
id
config)
The build-cfn-campaign-in-app-message-header-config-property-builder function updates a CfnCampaign$InAppMessageHeaderConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageHeaderConfigProperty$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 |
---|---|---|---|
alignment | java.lang.String | cdk.support/lookup-entry | :alignment |
header | java.lang.String | cdk.support/lookup-entry | :header |
textColor | java.lang.String | cdk.support/lookup-entry | :text-color |
The build-cfn-campaign-in-app-message-header-config-property-builder function updates a CfnCampaign$InAppMessageHeaderConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$InAppMessageHeaderConfigProperty$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 | |---|---|---|---| | `alignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:alignment` | | `header` | java.lang.String | [[cdk.support/lookup-entry]] | `:header` | | `textColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-color` |
(build-cfn-campaign-limits-property-builder builder id config)
The build-cfn-campaign-limits-property-builder function updates a CfnCampaign$LimitsProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$LimitsProperty$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 |
---|---|---|---|
daily | java.lang.Number | cdk.support/lookup-entry | :daily |
maximumDuration | java.lang.Number | cdk.support/lookup-entry | :maximum-duration |
messagesPerSecond | java.lang.Number | cdk.support/lookup-entry | :messages-per-second |
session | java.lang.Number | cdk.support/lookup-entry | :session |
total | java.lang.Number | cdk.support/lookup-entry | :total |
The build-cfn-campaign-limits-property-builder function updates a CfnCampaign$LimitsProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$LimitsProperty$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 | |---|---|---|---| | `daily` | java.lang.Number | [[cdk.support/lookup-entry]] | `:daily` | | `maximumDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-duration` | | `messagesPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:messages-per-second` | | `session` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session` | | `total` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total` |
(build-cfn-campaign-message-configuration-property-builder builder id config)
The build-cfn-campaign-message-configuration-property-builder function updates a CfnCampaign$MessageConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$MessageConfigurationProperty$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 |
---|---|---|---|
admMessage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :adm-message |
apnsMessage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :apns-message |
baiduMessage | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageProperty | cdk.support/lookup-entry | :baidu-message |
customMessage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-message |
defaultMessage | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageProperty | cdk.support/lookup-entry | :default-message |
emailMessage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :email-message |
gcmMessage | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageProperty | cdk.support/lookup-entry | :gcm-message |
inAppMessage | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignInAppMessageProperty | cdk.support/lookup-entry | :in-app-message |
smsMessage | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignSmsMessageProperty | cdk.support/lookup-entry | :sms-message |
The build-cfn-campaign-message-configuration-property-builder function updates a CfnCampaign$MessageConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$MessageConfigurationProperty$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 | |---|---|---|---| | `admMessage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:adm-message` | | `apnsMessage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:apns-message` | | `baiduMessage` | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageProperty | [[cdk.support/lookup-entry]] | `:baidu-message` | | `customMessage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-message` | | `defaultMessage` | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageProperty | [[cdk.support/lookup-entry]] | `:default-message` | | `emailMessage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:email-message` | | `gcmMessage` | software.amazon.awscdk.services.pinpoint.CfnCampaign$MessageProperty | [[cdk.support/lookup-entry]] | `:gcm-message` | | `inAppMessage` | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignInAppMessageProperty | [[cdk.support/lookup-entry]] | `:in-app-message` | | `smsMessage` | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignSmsMessageProperty | [[cdk.support/lookup-entry]] | `:sms-message` |
(build-cfn-campaign-message-property-builder builder id config)
The build-cfn-campaign-message-property-builder function updates a CfnCampaign$MessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$MessageProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
body | java.lang.String | cdk.support/lookup-entry | :body |
imageIconUrl | java.lang.String | cdk.support/lookup-entry | :image-icon-url |
imageSmallIconUrl | java.lang.String | cdk.support/lookup-entry | :image-small-icon-url |
imageUrl | java.lang.String | cdk.support/lookup-entry | :image-url |
jsonBody | java.lang.String | cdk.support/lookup-entry | :json-body |
mediaUrl | java.lang.String | cdk.support/lookup-entry | :media-url |
rawContent | java.lang.String | cdk.support/lookup-entry | :raw-content |
silentPush | java.lang.Boolean | cdk.support/lookup-entry | :silent-push |
timeToLive | java.lang.Number | cdk.support/lookup-entry | :time-to-live |
title | java.lang.String | cdk.support/lookup-entry | :title |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-campaign-message-property-builder function updates a CfnCampaign$MessageProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$MessageProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `imageIconUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-icon-url` | | `imageSmallIconUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-small-icon-url` | | `imageUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-url` | | `jsonBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:json-body` | | `mediaUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:media-url` | | `rawContent` | java.lang.String | [[cdk.support/lookup-entry]] | `:raw-content` | | `silentPush` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:silent-push` | | `timeToLive` | java.lang.Number | [[cdk.support/lookup-entry]] | `:time-to-live` | | `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-campaign-metric-dimension-property-builder builder id config)
The build-cfn-campaign-metric-dimension-property-builder function updates a CfnCampaign$MetricDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$MetricDimensionProperty$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 |
---|---|---|---|
comparisonOperator | java.lang.String | cdk.support/lookup-entry | :comparison-operator |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-campaign-metric-dimension-property-builder function updates a CfnCampaign$MetricDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$MetricDimensionProperty$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 | |---|---|---|---| | `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-campaign-override-button-configuration-property-builder builder
id
config)
The build-cfn-campaign-override-button-configuration-property-builder function updates a CfnCampaign$OverrideButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$OverrideButtonConfigurationProperty$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 |
---|---|---|---|
buttonAction | java.lang.String | cdk.support/lookup-entry | :button-action |
link | java.lang.String | cdk.support/lookup-entry | :link |
The build-cfn-campaign-override-button-configuration-property-builder function updates a CfnCampaign$OverrideButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$OverrideButtonConfigurationProperty$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 | |---|---|---|---| | `buttonAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:button-action` | | `link` | java.lang.String | [[cdk.support/lookup-entry]] | `:link` |
(build-cfn-campaign-props-builder builder id config)
The build-cfn-campaign-props-builder function updates a CfnCampaignProps$Builder instance using the provided configuration. The function takes the CfnCampaignProps$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 |
---|---|---|---|
additionalTreatments | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-treatments |
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
campaignHook | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignHookProperty | cdk.support/lookup-entry | :campaign-hook |
customDeliveryConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-delivery-configuration |
description | java.lang.String | cdk.support/lookup-entry | :description |
holdoutPercent | java.lang.Number | cdk.support/lookup-entry | :holdout-percent |
isPaused | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-paused |
limits | software.amazon.awscdk.services.pinpoint.CfnCampaign$LimitsProperty | cdk.support/lookup-entry | :limits |
messageConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :message-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
schedule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule |
segmentId | java.lang.String | cdk.support/lookup-entry | :segment-id |
segmentVersion | java.lang.Number | cdk.support/lookup-entry | :segment-version |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateConfiguration | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateConfigurationProperty | cdk.support/lookup-entry | :template-configuration |
treatmentDescription | java.lang.String | cdk.support/lookup-entry | :treatment-description |
treatmentName | java.lang.String | cdk.support/lookup-entry | :treatment-name |
The build-cfn-campaign-props-builder function updates a CfnCampaignProps$Builder instance using the provided configuration. The function takes the CfnCampaignProps$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 | |---|---|---|---| | `additionalTreatments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-treatments` | | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `campaignHook` | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignHookProperty | [[cdk.support/lookup-entry]] | `:campaign-hook` | | `customDeliveryConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-delivery-configuration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `holdoutPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:holdout-percent` | | `isPaused` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-paused` | | `limits` | software.amazon.awscdk.services.pinpoint.CfnCampaign$LimitsProperty | [[cdk.support/lookup-entry]] | `:limits` | | `messageConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:message-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` | | `segmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment-id` | | `segmentVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-version` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateConfiguration` | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateConfigurationProperty | [[cdk.support/lookup-entry]] | `:template-configuration` | | `treatmentDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-description` | | `treatmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-name` |
(build-cfn-campaign-quiet-time-property-builder builder id config)
The build-cfn-campaign-quiet-time-property-builder function updates a CfnCampaign$QuietTimeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$QuietTimeProperty$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 |
---|---|---|---|
end | java.lang.String | cdk.support/lookup-entry | :end |
start | java.lang.String | cdk.support/lookup-entry | :start |
The build-cfn-campaign-quiet-time-property-builder function updates a CfnCampaign$QuietTimeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$QuietTimeProperty$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 | |---|---|---|---| | `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` | | `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
(build-cfn-campaign-schedule-property-builder builder id config)
The build-cfn-campaign-schedule-property-builder function updates a CfnCampaign$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$ScheduleProperty$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 |
---|---|---|---|
endTime | java.lang.String | cdk.support/lookup-entry | :end-time |
eventFilter | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignEventFilterProperty | cdk.support/lookup-entry | :event-filter |
frequency | java.lang.String | cdk.support/lookup-entry | :frequency |
isLocalTime | java.lang.Boolean | cdk.support/lookup-entry | :is-local-time |
quietTime | software.amazon.awscdk.services.pinpoint.CfnCampaign$QuietTimeProperty | cdk.support/lookup-entry | :quiet-time |
startTime | java.lang.String | cdk.support/lookup-entry | :start-time |
timeZone | java.lang.String | cdk.support/lookup-entry | :time-zone |
The build-cfn-campaign-schedule-property-builder function updates a CfnCampaign$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$ScheduleProperty$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 | |---|---|---|---| | `endTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time` | | `eventFilter` | software.amazon.awscdk.services.pinpoint.CfnCampaign$CampaignEventFilterProperty | [[cdk.support/lookup-entry]] | `:event-filter` | | `frequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:frequency` | | `isLocalTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-local-time` | | `quietTime` | software.amazon.awscdk.services.pinpoint.CfnCampaign$QuietTimeProperty | [[cdk.support/lookup-entry]] | `:quiet-time` | | `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` | | `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
(build-cfn-campaign-set-dimension-property-builder builder id config)
The build-cfn-campaign-set-dimension-property-builder function updates a CfnCampaign$SetDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$SetDimensionProperty$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 |
---|---|---|---|
dimensionType | java.lang.String | cdk.support/lookup-entry | :dimension-type |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-campaign-set-dimension-property-builder function updates a CfnCampaign$SetDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$SetDimensionProperty$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 | |---|---|---|---| | `dimensionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension-type` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-campaign-template-configuration-property-builder builder id config)
The build-cfn-campaign-template-configuration-property-builder function updates a CfnCampaign$TemplateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TemplateConfigurationProperty$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 |
---|---|---|---|
emailTemplate | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateProperty | cdk.support/lookup-entry | :email-template |
pushTemplate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :push-template |
smsTemplate | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateProperty | cdk.support/lookup-entry | :sms-template |
voiceTemplate | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateProperty | cdk.support/lookup-entry | :voice-template |
The build-cfn-campaign-template-configuration-property-builder function updates a CfnCampaign$TemplateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TemplateConfigurationProperty$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 | |---|---|---|---| | `emailTemplate` | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateProperty | [[cdk.support/lookup-entry]] | `:email-template` | | `pushTemplate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:push-template` | | `smsTemplate` | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateProperty | [[cdk.support/lookup-entry]] | `:sms-template` | | `voiceTemplate` | software.amazon.awscdk.services.pinpoint.CfnCampaign$TemplateProperty | [[cdk.support/lookup-entry]] | `:voice-template` |
(build-cfn-campaign-template-property-builder builder id config)
The build-cfn-campaign-template-property-builder function updates a CfnCampaign$TemplateProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TemplateProperty$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-campaign-template-property-builder function updates a CfnCampaign$TemplateProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TemplateProperty$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-campaign-write-treatment-resource-property-builder builder id config)
The build-cfn-campaign-write-treatment-resource-property-builder function updates a CfnCampaign$WriteTreatmentResourceProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$WriteTreatmentResourceProperty$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 |
---|---|---|---|
customDeliveryConfiguration | software.amazon.awscdk.services.pinpoint.CfnCampaign$CustomDeliveryConfigurationProperty | cdk.support/lookup-entry | :custom-delivery-configuration |
messageConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :message-configuration |
schedule | software.amazon.awscdk.services.pinpoint.CfnCampaign$ScheduleProperty | cdk.support/lookup-entry | :schedule |
sizePercent | java.lang.Number | cdk.support/lookup-entry | :size-percent |
templateConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :template-configuration |
treatmentDescription | java.lang.String | cdk.support/lookup-entry | :treatment-description |
treatmentName | java.lang.String | cdk.support/lookup-entry | :treatment-name |
The build-cfn-campaign-write-treatment-resource-property-builder function updates a CfnCampaign$WriteTreatmentResourceProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$WriteTreatmentResourceProperty$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 | |---|---|---|---| | `customDeliveryConfiguration` | software.amazon.awscdk.services.pinpoint.CfnCampaign$CustomDeliveryConfigurationProperty | [[cdk.support/lookup-entry]] | `:custom-delivery-configuration` | | `messageConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:message-configuration` | | `schedule` | software.amazon.awscdk.services.pinpoint.CfnCampaign$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` | | `sizePercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-percent` | | `templateConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:template-configuration` | | `treatmentDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-description` | | `treatmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-name` |
(build-cfn-email-channel-builder builder id config)
The build-cfn-email-channel-builder function updates a CfnEmailChannel$Builder instance using the provided configuration. The function takes the CfnEmailChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
configurationSet | java.lang.String | cdk.support/lookup-entry | :configuration-set |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
fromAddress | java.lang.String | cdk.support/lookup-entry | :from-address |
identity | java.lang.String | cdk.support/lookup-entry | :identity |
orchestrationSendingRoleArn | java.lang.String | cdk.support/lookup-entry | :orchestration-sending-role-arn |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-email-channel-builder function updates a CfnEmailChannel$Builder instance using the provided configuration. The function takes the CfnEmailChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `configurationSet` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `fromAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:from-address` | | `identity` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity` | | `orchestrationSendingRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:orchestration-sending-role-arn` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-email-channel-props-builder builder id config)
The build-cfn-email-channel-props-builder function updates a CfnEmailChannelProps$Builder instance using the provided configuration. The function takes the CfnEmailChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
configurationSet | java.lang.String | cdk.support/lookup-entry | :configuration-set |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
fromAddress | java.lang.String | cdk.support/lookup-entry | :from-address |
identity | java.lang.String | cdk.support/lookup-entry | :identity |
orchestrationSendingRoleArn | java.lang.String | cdk.support/lookup-entry | :orchestration-sending-role-arn |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-email-channel-props-builder function updates a CfnEmailChannelProps$Builder instance using the provided configuration. The function takes the CfnEmailChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `configurationSet` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `fromAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:from-address` | | `identity` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity` | | `orchestrationSendingRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:orchestration-sending-role-arn` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-email-template-builder builder id config)
The build-cfn-email-template-builder function updates a CfnEmailTemplate$Builder instance using the provided configuration. The function takes the CfnEmailTemplate$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 |
---|---|---|---|
defaultSubstitutions | java.lang.String | cdk.support/lookup-entry | :default-substitutions |
htmlPart | java.lang.String | cdk.support/lookup-entry | :html-part |
subject | java.lang.String | cdk.support/lookup-entry | :subject |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
textPart | java.lang.String | cdk.support/lookup-entry | :text-part |
The build-cfn-email-template-builder function updates a CfnEmailTemplate$Builder instance using the provided configuration. The function takes the CfnEmailTemplate$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 | |---|---|---|---| | `defaultSubstitutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-substitutions` | | `htmlPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:html-part` | | `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` | | `textPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-part` |
(build-cfn-email-template-props-builder builder id config)
The build-cfn-email-template-props-builder function updates a CfnEmailTemplateProps$Builder instance using the provided configuration. The function takes the CfnEmailTemplateProps$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 |
---|---|---|---|
defaultSubstitutions | java.lang.String | cdk.support/lookup-entry | :default-substitutions |
htmlPart | java.lang.String | cdk.support/lookup-entry | :html-part |
subject | java.lang.String | cdk.support/lookup-entry | :subject |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
textPart | java.lang.String | cdk.support/lookup-entry | :text-part |
The build-cfn-email-template-props-builder function updates a CfnEmailTemplateProps$Builder instance using the provided configuration. The function takes the CfnEmailTemplateProps$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 | |---|---|---|---| | `defaultSubstitutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-substitutions` | | `htmlPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:html-part` | | `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` | | `textPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-part` |
(build-cfn-event-stream-builder builder id config)
The build-cfn-event-stream-builder function updates a CfnEventStream$Builder instance using the provided configuration. The function takes the CfnEventStream$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
destinationStreamArn | java.lang.String | cdk.support/lookup-entry | :destination-stream-arn |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-event-stream-builder function updates a CfnEventStream$Builder instance using the provided configuration. The function takes the CfnEventStream$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `destinationStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-stream-arn` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-event-stream-props-builder builder id config)
The build-cfn-event-stream-props-builder function updates a CfnEventStreamProps$Builder instance using the provided configuration. The function takes the CfnEventStreamProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
destinationStreamArn | java.lang.String | cdk.support/lookup-entry | :destination-stream-arn |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-event-stream-props-builder function updates a CfnEventStreamProps$Builder instance using the provided configuration. The function takes the CfnEventStreamProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `destinationStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-stream-arn` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-gcm-channel-builder builder id config)
The build-cfn-gcm-channel-builder function updates a CfnGCMChannel$Builder instance using the provided configuration. The function takes the CfnGCMChannel$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 |
---|---|---|---|
apiKey | java.lang.String | cdk.support/lookup-entry | :api-key |
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
serviceJson | java.lang.String | cdk.support/lookup-entry | :service-json |
The build-cfn-gcm-channel-builder function updates a CfnGCMChannel$Builder instance using the provided configuration. The function takes the CfnGCMChannel$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 | |---|---|---|---| | `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` | | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `serviceJson` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-json` |
(build-cfn-gcm-channel-props-builder builder id config)
The build-cfn-gcm-channel-props-builder function updates a CfnGCMChannelProps$Builder instance using the provided configuration. The function takes the CfnGCMChannelProps$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 |
---|---|---|---|
apiKey | java.lang.String | cdk.support/lookup-entry | :api-key |
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
defaultAuthenticationMethod | java.lang.String | cdk.support/lookup-entry | :default-authentication-method |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
serviceJson | java.lang.String | cdk.support/lookup-entry | :service-json |
The build-cfn-gcm-channel-props-builder function updates a CfnGCMChannelProps$Builder instance using the provided configuration. The function takes the CfnGCMChannelProps$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 | |---|---|---|---| | `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` | | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `defaultAuthenticationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authentication-method` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `serviceJson` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-json` |
(build-cfn-in-app-template-body-config-property-builder builder id config)
The build-cfn-in-app-template-body-config-property-builder function updates a CfnInAppTemplate$BodyConfigProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$BodyConfigProperty$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 |
---|---|---|---|
alignment | java.lang.String | cdk.support/lookup-entry | :alignment |
body | java.lang.String | cdk.support/lookup-entry | :body |
textColor | java.lang.String | cdk.support/lookup-entry | :text-color |
The build-cfn-in-app-template-body-config-property-builder function updates a CfnInAppTemplate$BodyConfigProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$BodyConfigProperty$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 | |---|---|---|---| | `alignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:alignment` | | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `textColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-color` |
(build-cfn-in-app-template-builder builder id config)
The build-cfn-in-app-template-builder function updates a CfnInAppTemplate$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$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 |
---|---|---|---|
content | java.util.List | cdk.support/lookup-entry | :content |
customConfig | java.lang.Object | cdk.support/lookup-entry | :custom-config |
layout | java.lang.String | cdk.support/lookup-entry | :layout |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
The build-cfn-in-app-template-builder function updates a CfnInAppTemplate$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$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 | |---|---|---|---| | `content` | java.util.List | [[cdk.support/lookup-entry]] | `:content` | | `customConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-config` | | `layout` | java.lang.String | [[cdk.support/lookup-entry]] | `:layout` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
(build-cfn-in-app-template-button-config-property-builder builder id config)
The build-cfn-in-app-template-button-config-property-builder function updates a CfnInAppTemplate$ButtonConfigProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$ButtonConfigProperty$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 |
---|---|---|---|
android | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :android |
defaultConfig | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$DefaultButtonConfigurationProperty | cdk.support/lookup-entry | :default-config |
ios | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ios |
web | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$OverrideButtonConfigurationProperty | cdk.support/lookup-entry | :web |
The build-cfn-in-app-template-button-config-property-builder function updates a CfnInAppTemplate$ButtonConfigProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$ButtonConfigProperty$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 | |---|---|---|---| | `android` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:android` | | `defaultConfig` | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$DefaultButtonConfigurationProperty | [[cdk.support/lookup-entry]] | `:default-config` | | `ios` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ios` | | `web` | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$OverrideButtonConfigurationProperty | [[cdk.support/lookup-entry]] | `:web` |
(build-cfn-in-app-template-default-button-configuration-property-builder builder
id
config)
The build-cfn-in-app-template-default-button-configuration-property-builder function updates a CfnInAppTemplate$DefaultButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$DefaultButtonConfigurationProperty$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 |
---|---|---|---|
backgroundColor | java.lang.String | cdk.support/lookup-entry | :background-color |
borderRadius | java.lang.Number | cdk.support/lookup-entry | :border-radius |
buttonAction | java.lang.String | cdk.support/lookup-entry | :button-action |
link | java.lang.String | cdk.support/lookup-entry | :link |
text | java.lang.String | cdk.support/lookup-entry | :text |
textColor | java.lang.String | cdk.support/lookup-entry | :text-color |
The build-cfn-in-app-template-default-button-configuration-property-builder function updates a CfnInAppTemplate$DefaultButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$DefaultButtonConfigurationProperty$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 | |---|---|---|---| | `backgroundColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:background-color` | | `borderRadius` | java.lang.Number | [[cdk.support/lookup-entry]] | `:border-radius` | | `buttonAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:button-action` | | `link` | java.lang.String | [[cdk.support/lookup-entry]] | `:link` | | `text` | java.lang.String | [[cdk.support/lookup-entry]] | `:text` | | `textColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-color` |
(build-cfn-in-app-template-header-config-property-builder builder id config)
The build-cfn-in-app-template-header-config-property-builder function updates a CfnInAppTemplate$HeaderConfigProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$HeaderConfigProperty$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 |
---|---|---|---|
alignment | java.lang.String | cdk.support/lookup-entry | :alignment |
header | java.lang.String | cdk.support/lookup-entry | :header |
textColor | java.lang.String | cdk.support/lookup-entry | :text-color |
The build-cfn-in-app-template-header-config-property-builder function updates a CfnInAppTemplate$HeaderConfigProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$HeaderConfigProperty$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 | |---|---|---|---| | `alignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:alignment` | | `header` | java.lang.String | [[cdk.support/lookup-entry]] | `:header` | | `textColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-color` |
(build-cfn-in-app-template-in-app-message-content-property-builder builder
id
config)
The build-cfn-in-app-template-in-app-message-content-property-builder function updates a CfnInAppTemplate$InAppMessageContentProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$InAppMessageContentProperty$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 |
---|---|---|---|
backgroundColor | java.lang.String | cdk.support/lookup-entry | :background-color |
bodyConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :body-config |
headerConfig | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$HeaderConfigProperty | cdk.support/lookup-entry | :header-config |
imageUrl | java.lang.String | cdk.support/lookup-entry | :image-url |
primaryBtn | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$ButtonConfigProperty | cdk.support/lookup-entry | :primary-btn |
secondaryBtn | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :secondary-btn |
The build-cfn-in-app-template-in-app-message-content-property-builder function updates a CfnInAppTemplate$InAppMessageContentProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$InAppMessageContentProperty$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 | |---|---|---|---| | `backgroundColor` | java.lang.String | [[cdk.support/lookup-entry]] | `:background-color` | | `bodyConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:body-config` | | `headerConfig` | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$HeaderConfigProperty | [[cdk.support/lookup-entry]] | `:header-config` | | `imageUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-url` | | `primaryBtn` | software.amazon.awscdk.services.pinpoint.CfnInAppTemplate$ButtonConfigProperty | [[cdk.support/lookup-entry]] | `:primary-btn` | | `secondaryBtn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secondary-btn` |
(build-cfn-in-app-template-override-button-configuration-property-builder
builder
id
config)
The build-cfn-in-app-template-override-button-configuration-property-builder function updates a CfnInAppTemplate$OverrideButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$OverrideButtonConfigurationProperty$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 |
---|---|---|---|
buttonAction | java.lang.String | cdk.support/lookup-entry | :button-action |
link | java.lang.String | cdk.support/lookup-entry | :link |
The build-cfn-in-app-template-override-button-configuration-property-builder function updates a CfnInAppTemplate$OverrideButtonConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInAppTemplate$OverrideButtonConfigurationProperty$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 | |---|---|---|---| | `buttonAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:button-action` | | `link` | java.lang.String | [[cdk.support/lookup-entry]] | `:link` |
(build-cfn-in-app-template-props-builder builder id config)
The build-cfn-in-app-template-props-builder function updates a CfnInAppTemplateProps$Builder instance using the provided configuration. The function takes the CfnInAppTemplateProps$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 |
---|---|---|---|
content | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :content |
customConfig | java.lang.Object | cdk.support/lookup-entry | :custom-config |
layout | java.lang.String | cdk.support/lookup-entry | :layout |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
The build-cfn-in-app-template-props-builder function updates a CfnInAppTemplateProps$Builder instance using the provided configuration. The function takes the CfnInAppTemplateProps$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 | |---|---|---|---| | `content` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:content` | | `customConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-config` | | `layout` | java.lang.String | [[cdk.support/lookup-entry]] | `:layout` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
(build-cfn-push-template-android-push-notification-template-property-builder
builder
id
config)
The build-cfn-push-template-android-push-notification-template-property-builder function updates a CfnPushTemplate$AndroidPushNotificationTemplateProperty$Builder instance using the provided configuration. The function takes the CfnPushTemplate$AndroidPushNotificationTemplateProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
body | java.lang.String | cdk.support/lookup-entry | :body |
imageIconUrl | java.lang.String | cdk.support/lookup-entry | :image-icon-url |
imageUrl | java.lang.String | cdk.support/lookup-entry | :image-url |
smallImageIconUrl | java.lang.String | cdk.support/lookup-entry | :small-image-icon-url |
sound | java.lang.String | cdk.support/lookup-entry | :sound |
title | java.lang.String | cdk.support/lookup-entry | :title |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-push-template-android-push-notification-template-property-builder function updates a CfnPushTemplate$AndroidPushNotificationTemplateProperty$Builder instance using the provided configuration. The function takes the CfnPushTemplate$AndroidPushNotificationTemplateProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `imageIconUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-icon-url` | | `imageUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-url` | | `smallImageIconUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:small-image-icon-url` | | `sound` | java.lang.String | [[cdk.support/lookup-entry]] | `:sound` | | `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-push-template-apns-push-notification-template-property-builder
builder
id
config)
The build-cfn-push-template-apns-push-notification-template-property-builder function updates a CfnPushTemplate$APNSPushNotificationTemplateProperty$Builder instance using the provided configuration. The function takes the CfnPushTemplate$APNSPushNotificationTemplateProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
body | java.lang.String | cdk.support/lookup-entry | :body |
mediaUrl | java.lang.String | cdk.support/lookup-entry | :media-url |
sound | java.lang.String | cdk.support/lookup-entry | :sound |
title | java.lang.String | cdk.support/lookup-entry | :title |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-push-template-apns-push-notification-template-property-builder function updates a CfnPushTemplate$APNSPushNotificationTemplateProperty$Builder instance using the provided configuration. The function takes the CfnPushTemplate$APNSPushNotificationTemplateProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `mediaUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:media-url` | | `sound` | java.lang.String | [[cdk.support/lookup-entry]] | `:sound` | | `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-push-template-builder builder id config)
The build-cfn-push-template-builder function updates a CfnPushTemplate$Builder instance using the provided configuration. The function takes the CfnPushTemplate$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 |
---|---|---|---|
adm | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$AndroidPushNotificationTemplateProperty | cdk.support/lookup-entry | :adm |
apns | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$APNSPushNotificationTemplateProperty | cdk.support/lookup-entry | :apns |
baidu | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :baidu |
defaultSubstitutions | java.lang.String | cdk.support/lookup-entry | :default-substitutions |
defaultValue | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-value |
gcm | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :gcm |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
The build-cfn-push-template-builder function updates a CfnPushTemplate$Builder instance using the provided configuration. The function takes the CfnPushTemplate$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 | |---|---|---|---| | `adm` | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$AndroidPushNotificationTemplateProperty | [[cdk.support/lookup-entry]] | `:adm` | | `apns` | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$APNSPushNotificationTemplateProperty | [[cdk.support/lookup-entry]] | `:apns` | | `baidu` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:baidu` | | `defaultSubstitutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-substitutions` | | `defaultValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-value` | | `gcm` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:gcm` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
(build-cfn-push-template-default-push-notification-template-property-builder
builder
id
config)
The build-cfn-push-template-default-push-notification-template-property-builder function updates a CfnPushTemplate$DefaultPushNotificationTemplateProperty$Builder instance using the provided configuration. The function takes the CfnPushTemplate$DefaultPushNotificationTemplateProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
body | java.lang.String | cdk.support/lookup-entry | :body |
sound | java.lang.String | cdk.support/lookup-entry | :sound |
title | java.lang.String | cdk.support/lookup-entry | :title |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-push-template-default-push-notification-template-property-builder function updates a CfnPushTemplate$DefaultPushNotificationTemplateProperty$Builder instance using the provided configuration. The function takes the CfnPushTemplate$DefaultPushNotificationTemplateProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `sound` | java.lang.String | [[cdk.support/lookup-entry]] | `:sound` | | `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-push-template-props-builder builder id config)
The build-cfn-push-template-props-builder function updates a CfnPushTemplateProps$Builder instance using the provided configuration. The function takes the CfnPushTemplateProps$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 |
---|---|---|---|
adm | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :adm |
apns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :apns |
baidu | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$AndroidPushNotificationTemplateProperty | cdk.support/lookup-entry | :baidu |
defaultSubstitutions | java.lang.String | cdk.support/lookup-entry | :default-substitutions |
defaultValue | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-value |
gcm | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$AndroidPushNotificationTemplateProperty | cdk.support/lookup-entry | :gcm |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
The build-cfn-push-template-props-builder function updates a CfnPushTemplateProps$Builder instance using the provided configuration. The function takes the CfnPushTemplateProps$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 | |---|---|---|---| | `adm` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:adm` | | `apns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:apns` | | `baidu` | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$AndroidPushNotificationTemplateProperty | [[cdk.support/lookup-entry]] | `:baidu` | | `defaultSubstitutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-substitutions` | | `defaultValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-value` | | `gcm` | software.amazon.awscdk.services.pinpoint.CfnPushTemplate$AndroidPushNotificationTemplateProperty | [[cdk.support/lookup-entry]] | `:gcm` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
(build-cfn-segment-attribute-dimension-property-builder builder id config)
The build-cfn-segment-attribute-dimension-property-builder function updates a CfnSegment$AttributeDimensionProperty$Builder instance using the provided configuration. The function takes the CfnSegment$AttributeDimensionProperty$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 |
---|---|---|---|
attributeType | java.lang.String | cdk.support/lookup-entry | :attribute-type |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-segment-attribute-dimension-property-builder function updates a CfnSegment$AttributeDimensionProperty$Builder instance using the provided configuration. The function takes the CfnSegment$AttributeDimensionProperty$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 | |---|---|---|---| | `attributeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute-type` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-segment-behavior-property-builder builder id config)
The build-cfn-segment-behavior-property-builder function updates a CfnSegment$BehaviorProperty$Builder instance using the provided configuration. The function takes the CfnSegment$BehaviorProperty$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 |
---|---|---|---|
recency | software.amazon.awscdk.services.pinpoint.CfnSegment$RecencyProperty | cdk.support/lookup-entry | :recency |
The build-cfn-segment-behavior-property-builder function updates a CfnSegment$BehaviorProperty$Builder instance using the provided configuration. The function takes the CfnSegment$BehaviorProperty$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 | |---|---|---|---| | `recency` | software.amazon.awscdk.services.pinpoint.CfnSegment$RecencyProperty | [[cdk.support/lookup-entry]] | `:recency` |
(build-cfn-segment-builder builder id config)
The build-cfn-segment-builder function updates a CfnSegment$Builder instance using the provided configuration. The function takes the CfnSegment$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
dimensions | software.amazon.awscdk.services.pinpoint.CfnSegment$SegmentDimensionsProperty | cdk.support/lookup-entry | :dimensions |
name | java.lang.String | cdk.support/lookup-entry | :name |
segmentGroups | software.amazon.awscdk.services.pinpoint.CfnSegment$SegmentGroupsProperty | cdk.support/lookup-entry | :segment-groups |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-segment-builder function updates a CfnSegment$Builder instance using the provided configuration. The function takes the CfnSegment$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `dimensions` | software.amazon.awscdk.services.pinpoint.CfnSegment$SegmentDimensionsProperty | [[cdk.support/lookup-entry]] | `:dimensions` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `segmentGroups` | software.amazon.awscdk.services.pinpoint.CfnSegment$SegmentGroupsProperty | [[cdk.support/lookup-entry]] | `:segment-groups` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-segment-coordinates-property-builder builder id config)
The build-cfn-segment-coordinates-property-builder function updates a CfnSegment$CoordinatesProperty$Builder instance using the provided configuration. The function takes the CfnSegment$CoordinatesProperty$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 |
---|---|---|---|
latitude | java.lang.Number | cdk.support/lookup-entry | :latitude |
longitude | java.lang.Number | cdk.support/lookup-entry | :longitude |
The build-cfn-segment-coordinates-property-builder function updates a CfnSegment$CoordinatesProperty$Builder instance using the provided configuration. The function takes the CfnSegment$CoordinatesProperty$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 | |---|---|---|---| | `latitude` | java.lang.Number | [[cdk.support/lookup-entry]] | `:latitude` | | `longitude` | java.lang.Number | [[cdk.support/lookup-entry]] | `:longitude` |
(build-cfn-segment-demographic-property-builder builder id config)
The build-cfn-segment-demographic-property-builder function updates a CfnSegment$DemographicProperty$Builder instance using the provided configuration. The function takes the CfnSegment$DemographicProperty$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 |
---|---|---|---|
appVersion | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :app-version |
channel | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :channel |
deviceType | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | cdk.support/lookup-entry | :device-type |
make | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | cdk.support/lookup-entry | :make |
model | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | cdk.support/lookup-entry | :model |
platform | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | cdk.support/lookup-entry | :platform |
The build-cfn-segment-demographic-property-builder function updates a CfnSegment$DemographicProperty$Builder instance using the provided configuration. The function takes the CfnSegment$DemographicProperty$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 | |---|---|---|---| | `appVersion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:app-version` | | `channel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:channel` | | `deviceType` | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | [[cdk.support/lookup-entry]] | `:device-type` | | `make` | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | [[cdk.support/lookup-entry]] | `:make` | | `model` | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | [[cdk.support/lookup-entry]] | `:model` | | `platform` | software.amazon.awscdk.services.pinpoint.CfnSegment$SetDimensionProperty | [[cdk.support/lookup-entry]] | `:platform` |
(build-cfn-segment-gps-point-property-builder builder id config)
The build-cfn-segment-gps-point-property-builder function updates a CfnSegment$GPSPointProperty$Builder instance using the provided configuration. The function takes the CfnSegment$GPSPointProperty$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 |
---|---|---|---|
coordinates | software.amazon.awscdk.services.pinpoint.CfnSegment$CoordinatesProperty | cdk.support/lookup-entry | :coordinates |
rangeInKilometers | java.lang.Number | cdk.support/lookup-entry | :range-in-kilometers |
The build-cfn-segment-gps-point-property-builder function updates a CfnSegment$GPSPointProperty$Builder instance using the provided configuration. The function takes the CfnSegment$GPSPointProperty$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 | |---|---|---|---| | `coordinates` | software.amazon.awscdk.services.pinpoint.CfnSegment$CoordinatesProperty | [[cdk.support/lookup-entry]] | `:coordinates` | | `rangeInKilometers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:range-in-kilometers` |
(build-cfn-segment-groups-property-builder builder id config)
The build-cfn-segment-groups-property-builder function updates a CfnSegment$GroupsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$GroupsProperty$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 |
---|---|---|---|
dimensions | java.util.List | cdk.support/lookup-entry | :dimensions |
sourceSegments | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-segments |
sourceType | java.lang.String | cdk.support/lookup-entry | :source-type |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-segment-groups-property-builder function updates a CfnSegment$GroupsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$GroupsProperty$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 | |---|---|---|---| | `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` | | `sourceSegments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-segments` | | `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-segment-location-property-builder builder id config)
The build-cfn-segment-location-property-builder function updates a CfnSegment$LocationProperty$Builder instance using the provided configuration. The function takes the CfnSegment$LocationProperty$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 |
---|---|---|---|
country | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :country |
gpsPoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :gps-point |
The build-cfn-segment-location-property-builder function updates a CfnSegment$LocationProperty$Builder instance using the provided configuration. The function takes the CfnSegment$LocationProperty$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 | |---|---|---|---| | `country` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:country` | | `gpsPoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:gps-point` |
(build-cfn-segment-props-builder builder id config)
The build-cfn-segment-props-builder function updates a CfnSegmentProps$Builder instance using the provided configuration. The function takes the CfnSegmentProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
dimensions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dimensions |
name | java.lang.String | cdk.support/lookup-entry | :name |
segmentGroups | software.amazon.awscdk.services.pinpoint.CfnSegment$SegmentGroupsProperty | cdk.support/lookup-entry | :segment-groups |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-segment-props-builder function updates a CfnSegmentProps$Builder instance using the provided configuration. The function takes the CfnSegmentProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `segmentGroups` | software.amazon.awscdk.services.pinpoint.CfnSegment$SegmentGroupsProperty | [[cdk.support/lookup-entry]] | `:segment-groups` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-segment-recency-property-builder builder id config)
The build-cfn-segment-recency-property-builder function updates a CfnSegment$RecencyProperty$Builder instance using the provided configuration. The function takes the CfnSegment$RecencyProperty$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 |
---|---|---|---|
duration | java.lang.String | cdk.support/lookup-entry | :duration |
recencyType | java.lang.String | cdk.support/lookup-entry | :recency-type |
The build-cfn-segment-recency-property-builder function updates a CfnSegment$RecencyProperty$Builder instance using the provided configuration. The function takes the CfnSegment$RecencyProperty$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 | |---|---|---|---| | `duration` | java.lang.String | [[cdk.support/lookup-entry]] | `:duration` | | `recencyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:recency-type` |
(build-cfn-segment-segment-dimensions-property-builder builder id config)
The build-cfn-segment-segment-dimensions-property-builder function updates a CfnSegment$SegmentDimensionsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SegmentDimensionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributes | java.lang.Object | cdk.support/lookup-entry | :attributes |
behavior | software.amazon.awscdk.services.pinpoint.CfnSegment$BehaviorProperty | cdk.support/lookup-entry | :behavior |
demographic | software.amazon.awscdk.services.pinpoint.CfnSegment$DemographicProperty | cdk.support/lookup-entry | :demographic |
location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :location |
metrics | java.lang.Object | cdk.support/lookup-entry | :metrics |
userAttributes | java.lang.Object | cdk.support/lookup-entry | :user-attributes |
The build-cfn-segment-segment-dimensions-property-builder function updates a CfnSegment$SegmentDimensionsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SegmentDimensionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attributes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:attributes` | | `behavior` | software.amazon.awscdk.services.pinpoint.CfnSegment$BehaviorProperty | [[cdk.support/lookup-entry]] | `:behavior` | | `demographic` | software.amazon.awscdk.services.pinpoint.CfnSegment$DemographicProperty | [[cdk.support/lookup-entry]] | `:demographic` | | `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` | | `metrics` | java.lang.Object | [[cdk.support/lookup-entry]] | `:metrics` | | `userAttributes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:user-attributes` |
(build-cfn-segment-segment-groups-property-builder builder id config)
The build-cfn-segment-segment-groups-property-builder function updates a CfnSegment$SegmentGroupsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SegmentGroupsProperty$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 |
---|---|---|---|
groups | java.util.List | cdk.support/lookup-entry | :groups |
include | java.lang.String | cdk.support/lookup-entry | :include |
The build-cfn-segment-segment-groups-property-builder function updates a CfnSegment$SegmentGroupsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SegmentGroupsProperty$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 | |---|---|---|---| | `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` | | `include` | java.lang.String | [[cdk.support/lookup-entry]] | `:include` |
(build-cfn-segment-set-dimension-property-builder builder id config)
The build-cfn-segment-set-dimension-property-builder function updates a CfnSegment$SetDimensionProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SetDimensionProperty$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 |
---|---|---|---|
dimensionType | java.lang.String | cdk.support/lookup-entry | :dimension-type |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-segment-set-dimension-property-builder function updates a CfnSegment$SetDimensionProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SetDimensionProperty$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 | |---|---|---|---| | `dimensionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension-type` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-segment-source-segments-property-builder builder id config)
The build-cfn-segment-source-segments-property-builder function updates a CfnSegment$SourceSegmentsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SourceSegmentsProperty$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 |
---|---|---|---|
id | java.lang.String | cdk.support/lookup-entry | :id |
version | java.lang.Number | cdk.support/lookup-entry | :version |
The build-cfn-segment-source-segments-property-builder function updates a CfnSegment$SourceSegmentsProperty$Builder instance using the provided configuration. The function takes the CfnSegment$SourceSegmentsProperty$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 | |---|---|---|---| | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-sms-channel-builder builder id config)
The build-cfn-sms-channel-builder function updates a CfnSMSChannel$Builder instance using the provided configuration. The function takes the CfnSMSChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
senderId | java.lang.String | cdk.support/lookup-entry | :sender-id |
shortCode | java.lang.String | cdk.support/lookup-entry | :short-code |
The build-cfn-sms-channel-builder function updates a CfnSMSChannel$Builder instance using the provided configuration. The function takes the CfnSMSChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `senderId` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender-id` | | `shortCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:short-code` |
(build-cfn-sms-channel-props-builder builder id config)
The build-cfn-sms-channel-props-builder function updates a CfnSMSChannelProps$Builder instance using the provided configuration. The function takes the CfnSMSChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
senderId | java.lang.String | cdk.support/lookup-entry | :sender-id |
shortCode | java.lang.String | cdk.support/lookup-entry | :short-code |
The build-cfn-sms-channel-props-builder function updates a CfnSMSChannelProps$Builder instance using the provided configuration. The function takes the CfnSMSChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `senderId` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender-id` | | `shortCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:short-code` |
(build-cfn-sms-template-builder builder id config)
The build-cfn-sms-template-builder function updates a CfnSmsTemplate$Builder instance using the provided configuration. The function takes the CfnSmsTemplate$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 |
---|---|---|---|
body | java.lang.String | cdk.support/lookup-entry | :body |
defaultSubstitutions | java.lang.String | cdk.support/lookup-entry | :default-substitutions |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
The build-cfn-sms-template-builder function updates a CfnSmsTemplate$Builder instance using the provided configuration. The function takes the CfnSmsTemplate$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 | |---|---|---|---| | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `defaultSubstitutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-substitutions` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
(build-cfn-sms-template-props-builder builder id config)
The build-cfn-sms-template-props-builder function updates a CfnSmsTemplateProps$Builder instance using the provided configuration. The function takes the CfnSmsTemplateProps$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 |
---|---|---|---|
body | java.lang.String | cdk.support/lookup-entry | :body |
defaultSubstitutions | java.lang.String | cdk.support/lookup-entry | :default-substitutions |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
templateDescription | java.lang.String | cdk.support/lookup-entry | :template-description |
templateName | java.lang.String | cdk.support/lookup-entry | :template-name |
The build-cfn-sms-template-props-builder function updates a CfnSmsTemplateProps$Builder instance using the provided configuration. The function takes the CfnSmsTemplateProps$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 | |---|---|---|---| | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `defaultSubstitutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-substitutions` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `templateDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-description` | | `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
(build-cfn-voice-channel-builder builder id config)
The build-cfn-voice-channel-builder function updates a CfnVoiceChannel$Builder instance using the provided configuration. The function takes the CfnVoiceChannel$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-voice-channel-builder function updates a CfnVoiceChannel$Builder instance using the provided configuration. The function takes the CfnVoiceChannel$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-voice-channel-props-builder builder id config)
The build-cfn-voice-channel-props-builder function updates a CfnVoiceChannelProps$Builder instance using the provided configuration. The function takes the CfnVoiceChannelProps$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 |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-voice-channel-props-builder function updates a CfnVoiceChannelProps$Builder instance using the provided configuration. The function takes the CfnVoiceChannelProps$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 | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(cfn-adm-channel-builder scope id config)
Creates a CfnADMChannel$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 `CfnADMChannel$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-adm-channel-props-builder id config)
Creates a CfnADMChannelProps$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 `CfnADMChannelProps$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-apns-channel-builder scope id config)
Creates a CfnAPNSChannel$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 `CfnAPNSChannel$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-apns-channel-props-builder id config)
Creates a CfnAPNSChannelProps$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 `CfnAPNSChannelProps$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-apns-sandbox-channel-builder scope id config)
Creates a CfnAPNSSandboxChannel$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 `CfnAPNSSandboxChannel$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-apns-sandbox-channel-props-builder id config)
Creates a CfnAPNSSandboxChannelProps$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 `CfnAPNSSandboxChannelProps$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-apns-voip-channel-builder scope id config)
Creates a CfnAPNSVoipChannel$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 `CfnAPNSVoipChannel$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-apns-voip-channel-props-builder id config)
Creates a CfnAPNSVoipChannelProps$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 `CfnAPNSVoipChannelProps$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-apns-voip-sandbox-channel-builder scope id config)
Creates a CfnAPNSVoipSandboxChannel$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 `CfnAPNSVoipSandboxChannel$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-apns-voip-sandbox-channel-props-builder id config)
Creates a CfnAPNSVoipSandboxChannelProps$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 `CfnAPNSVoipSandboxChannelProps$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-app-builder scope id config)
Creates a CfnApp$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 `CfnApp$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-app-props-builder id config)
Creates a CfnAppProps$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 `CfnAppProps$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-application-settings-builder scope id config)
Creates a CfnApplicationSettings$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 `CfnApplicationSettings$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-application-settings-campaign-hook-property-builder id config)
Creates a CfnApplicationSettings$CampaignHookProperty$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 `CfnApplicationSettings$CampaignHookProperty$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-application-settings-limits-property-builder id config)
Creates a CfnApplicationSettings$LimitsProperty$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 `CfnApplicationSettings$LimitsProperty$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-application-settings-props-builder id config)
Creates a CfnApplicationSettingsProps$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 `CfnApplicationSettingsProps$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-application-settings-quiet-time-property-builder id config)
Creates a CfnApplicationSettings$QuietTimeProperty$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 `CfnApplicationSettings$QuietTimeProperty$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-baidu-channel-builder scope id config)
Creates a CfnBaiduChannel$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 `CfnBaiduChannel$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-baidu-channel-props-builder id config)
Creates a CfnBaiduChannelProps$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 `CfnBaiduChannelProps$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-campaign-attribute-dimension-property-builder id config)
Creates a CfnCampaign$AttributeDimensionProperty$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 `CfnCampaign$AttributeDimensionProperty$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-campaign-builder scope id config)
Creates a CfnCampaign$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 `CfnCampaign$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-campaign-campaign-custom-message-property-builder id config)
Creates a CfnCampaign$CampaignCustomMessageProperty$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 `CfnCampaign$CampaignCustomMessageProperty$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-campaign-campaign-email-message-property-builder id config)
Creates a CfnCampaign$CampaignEmailMessageProperty$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 `CfnCampaign$CampaignEmailMessageProperty$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-campaign-campaign-event-filter-property-builder id config)
Creates a CfnCampaign$CampaignEventFilterProperty$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 `CfnCampaign$CampaignEventFilterProperty$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-campaign-campaign-hook-property-builder id config)
Creates a CfnCampaign$CampaignHookProperty$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 `CfnCampaign$CampaignHookProperty$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-campaign-campaign-in-app-message-property-builder id config)
Creates a CfnCampaign$CampaignInAppMessageProperty$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 `CfnCampaign$CampaignInAppMessageProperty$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-campaign-campaign-sms-message-property-builder id config)
Creates a CfnCampaign$CampaignSmsMessageProperty$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 `CfnCampaign$CampaignSmsMessageProperty$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-campaign-custom-delivery-configuration-property-builder id config)
Creates a CfnCampaign$CustomDeliveryConfigurationProperty$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 `CfnCampaign$CustomDeliveryConfigurationProperty$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-campaign-default-button-configuration-property-builder id config)
Creates a CfnCampaign$DefaultButtonConfigurationProperty$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 `CfnCampaign$DefaultButtonConfigurationProperty$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-campaign-event-dimensions-property-builder id config)
Creates a CfnCampaign$EventDimensionsProperty$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 `CfnCampaign$EventDimensionsProperty$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-campaign-in-app-message-body-config-property-builder id config)
Creates a CfnCampaign$InAppMessageBodyConfigProperty$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 `CfnCampaign$InAppMessageBodyConfigProperty$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-campaign-in-app-message-button-property-builder id config)
Creates a CfnCampaign$InAppMessageButtonProperty$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 `CfnCampaign$InAppMessageButtonProperty$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-campaign-in-app-message-content-property-builder id config)
Creates a CfnCampaign$InAppMessageContentProperty$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 `CfnCampaign$InAppMessageContentProperty$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-campaign-in-app-message-header-config-property-builder id config)
Creates a CfnCampaign$InAppMessageHeaderConfigProperty$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 `CfnCampaign$InAppMessageHeaderConfigProperty$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-campaign-limits-property-builder id config)
Creates a CfnCampaign$LimitsProperty$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 `CfnCampaign$LimitsProperty$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-campaign-message-configuration-property-builder id config)
Creates a CfnCampaign$MessageConfigurationProperty$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 `CfnCampaign$MessageConfigurationProperty$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-campaign-message-property-builder id config)
Creates a CfnCampaign$MessageProperty$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 `CfnCampaign$MessageProperty$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-campaign-metric-dimension-property-builder id config)
Creates a CfnCampaign$MetricDimensionProperty$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 `CfnCampaign$MetricDimensionProperty$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-campaign-override-button-configuration-property-builder id config)
Creates a CfnCampaign$OverrideButtonConfigurationProperty$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 `CfnCampaign$OverrideButtonConfigurationProperty$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-campaign-props-builder id config)
Creates a CfnCampaignProps$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 `CfnCampaignProps$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-campaign-quiet-time-property-builder id config)
Creates a CfnCampaign$QuietTimeProperty$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 `CfnCampaign$QuietTimeProperty$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-campaign-schedule-property-builder id config)
Creates a CfnCampaign$ScheduleProperty$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 `CfnCampaign$ScheduleProperty$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-campaign-set-dimension-property-builder id config)
Creates a CfnCampaign$SetDimensionProperty$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 `CfnCampaign$SetDimensionProperty$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-campaign-template-configuration-property-builder id config)
Creates a CfnCampaign$TemplateConfigurationProperty$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 `CfnCampaign$TemplateConfigurationProperty$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-campaign-template-property-builder id config)
Creates a CfnCampaign$TemplateProperty$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 `CfnCampaign$TemplateProperty$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-campaign-write-treatment-resource-property-builder id config)
Creates a CfnCampaign$WriteTreatmentResourceProperty$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 `CfnCampaign$WriteTreatmentResourceProperty$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-email-channel-builder scope id config)
Creates a CfnEmailChannel$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 `CfnEmailChannel$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-email-channel-props-builder id config)
Creates a CfnEmailChannelProps$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 `CfnEmailChannelProps$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-email-template-builder scope id config)
Creates a CfnEmailTemplate$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 `CfnEmailTemplate$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-email-template-props-builder id config)
Creates a CfnEmailTemplateProps$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 `CfnEmailTemplateProps$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-event-stream-builder scope id config)
Creates a CfnEventStream$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 `CfnEventStream$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-event-stream-props-builder id config)
Creates a CfnEventStreamProps$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 `CfnEventStreamProps$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-gcm-channel-builder scope id config)
Creates a CfnGCMChannel$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 `CfnGCMChannel$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-gcm-channel-props-builder id config)
Creates a CfnGCMChannelProps$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 `CfnGCMChannelProps$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-in-app-template-body-config-property-builder id config)
Creates a CfnInAppTemplate$BodyConfigProperty$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 `CfnInAppTemplate$BodyConfigProperty$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-in-app-template-builder scope id config)
Creates a CfnInAppTemplate$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 `CfnInAppTemplate$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-in-app-template-button-config-property-builder id config)
Creates a CfnInAppTemplate$ButtonConfigProperty$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 `CfnInAppTemplate$ButtonConfigProperty$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-in-app-template-default-button-configuration-property-builder id config)
Creates a CfnInAppTemplate$DefaultButtonConfigurationProperty$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 `CfnInAppTemplate$DefaultButtonConfigurationProperty$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-in-app-template-header-config-property-builder id config)
Creates a CfnInAppTemplate$HeaderConfigProperty$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 `CfnInAppTemplate$HeaderConfigProperty$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-in-app-template-in-app-message-content-property-builder id config)
Creates a CfnInAppTemplate$InAppMessageContentProperty$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 `CfnInAppTemplate$InAppMessageContentProperty$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-in-app-template-override-button-configuration-property-builder id config)
Creates a CfnInAppTemplate$OverrideButtonConfigurationProperty$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 `CfnInAppTemplate$OverrideButtonConfigurationProperty$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-in-app-template-props-builder id config)
Creates a CfnInAppTemplateProps$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 `CfnInAppTemplateProps$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-push-template-android-push-notification-template-property-builder id
config)
Creates a CfnPushTemplate$AndroidPushNotificationTemplateProperty$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 `CfnPushTemplate$AndroidPushNotificationTemplateProperty$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-push-template-apns-push-notification-template-property-builder id config)
Creates a CfnPushTemplate$APNSPushNotificationTemplateProperty$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 `CfnPushTemplate$APNSPushNotificationTemplateProperty$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-push-template-builder scope id config)
Creates a CfnPushTemplate$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 `CfnPushTemplate$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-push-template-default-push-notification-template-property-builder id
config)
Creates a CfnPushTemplate$DefaultPushNotificationTemplateProperty$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 `CfnPushTemplate$DefaultPushNotificationTemplateProperty$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-push-template-props-builder id config)
Creates a CfnPushTemplateProps$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 `CfnPushTemplateProps$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-segment-attribute-dimension-property-builder id config)
Creates a CfnSegment$AttributeDimensionProperty$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 `CfnSegment$AttributeDimensionProperty$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-segment-behavior-property-builder id config)
Creates a CfnSegment$BehaviorProperty$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 `CfnSegment$BehaviorProperty$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-segment-builder scope id config)
Creates a CfnSegment$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 `CfnSegment$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-segment-coordinates-property-builder id config)
Creates a CfnSegment$CoordinatesProperty$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 `CfnSegment$CoordinatesProperty$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-segment-demographic-property-builder id config)
Creates a CfnSegment$DemographicProperty$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 `CfnSegment$DemographicProperty$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-segment-gps-point-property-builder id config)
Creates a CfnSegment$GPSPointProperty$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 `CfnSegment$GPSPointProperty$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-segment-groups-property-builder id config)
Creates a CfnSegment$GroupsProperty$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 `CfnSegment$GroupsProperty$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-segment-location-property-builder id config)
Creates a CfnSegment$LocationProperty$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 `CfnSegment$LocationProperty$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-segment-props-builder id config)
Creates a CfnSegmentProps$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 `CfnSegmentProps$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-segment-recency-property-builder id config)
Creates a CfnSegment$RecencyProperty$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 `CfnSegment$RecencyProperty$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-segment-segment-dimensions-property-builder id config)
Creates a CfnSegment$SegmentDimensionsProperty$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 `CfnSegment$SegmentDimensionsProperty$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-segment-segment-groups-property-builder id config)
Creates a CfnSegment$SegmentGroupsProperty$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 `CfnSegment$SegmentGroupsProperty$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-segment-set-dimension-property-builder id config)
Creates a CfnSegment$SetDimensionProperty$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 `CfnSegment$SetDimensionProperty$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-segment-source-segments-property-builder id config)
Creates a CfnSegment$SourceSegmentsProperty$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 `CfnSegment$SourceSegmentsProperty$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-sms-channel-builder scope id config)
Creates a CfnSMSChannel$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 `CfnSMSChannel$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-sms-channel-props-builder id config)
Creates a CfnSMSChannelProps$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 `CfnSMSChannelProps$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-sms-template-builder scope id config)
Creates a CfnSmsTemplate$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 `CfnSmsTemplate$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-sms-template-props-builder id config)
Creates a CfnSmsTemplateProps$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 `CfnSmsTemplateProps$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-voice-channel-builder scope id config)
Creates a CfnVoiceChannel$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 `CfnVoiceChannel$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-voice-channel-props-builder id config)
Creates a CfnVoiceChannelProps$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 `CfnVoiceChannelProps$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