Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.datazone package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.datazone package.
(build-cfn-data-source-builder builder id config)
The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration. The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetFormsInput | java.util.List | cdk.support/lookup-entry | :asset-forms-input |
configuration | software.amazon.awscdk.services.datazone.CfnDataSource$DataSourceConfigurationInputProperty | cdk.support/lookup-entry | :configuration |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
enableSetting | java.lang.String | cdk.support/lookup-entry | :enable-setting |
environmentIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
publishOnImport | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publish-on-import |
recommendation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recommendation |
schedule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration. The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetFormsInput` | java.util.List | [[cdk.support/lookup-entry]] | `:asset-forms-input` | | `configuration` | software.amazon.awscdk.services.datazone.CfnDataSource$DataSourceConfigurationInputProperty | [[cdk.support/lookup-entry]] | `:configuration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `enableSetting` | java.lang.String | [[cdk.support/lookup-entry]] | `:enable-setting` | | `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` | | `publishOnImport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publish-on-import` | | `recommendation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recommendation` | | `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-data-source-data-source-configuration-input-property-builder builder
id
config)
The build-cfn-data-source-data-source-configuration-input-property-builder function updates a CfnDataSource$DataSourceConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DataSourceConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
glueRunConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :glue-run-configuration |
redshiftRunConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :redshift-run-configuration |
The build-cfn-data-source-data-source-configuration-input-property-builder function updates a CfnDataSource$DataSourceConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DataSourceConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `glueRunConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:glue-run-configuration` | | `redshiftRunConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redshift-run-configuration` |
(build-cfn-data-source-filter-expression-property-builder builder id config)
The build-cfn-data-source-filter-expression-property-builder function updates a CfnDataSource$FilterExpressionProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$FilterExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
expression | java.lang.String | cdk.support/lookup-entry | :expression |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-source-filter-expression-property-builder function updates a CfnDataSource$FilterExpressionProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$FilterExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-data-source-form-input-property-builder builder id config)
The build-cfn-data-source-form-input-property-builder function updates a CfnDataSource$FormInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$FormInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.lang.String | cdk.support/lookup-entry | :content |
formName | java.lang.String | cdk.support/lookup-entry | :form-name |
typeIdentifier | java.lang.String | cdk.support/lookup-entry | :type-identifier |
typeRevision | java.lang.String | cdk.support/lookup-entry | :type-revision |
The build-cfn-data-source-form-input-property-builder function updates a CfnDataSource$FormInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$FormInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.lang.String | [[cdk.support/lookup-entry]] | `:content` | | `formName` | java.lang.String | [[cdk.support/lookup-entry]] | `:form-name` | | `typeIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-identifier` | | `typeRevision` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-revision` |
(build-cfn-data-source-glue-run-configuration-input-property-builder builder
id
config)
The build-cfn-data-source-glue-run-configuration-input-property-builder function updates a CfnDataSource$GlueRunConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$GlueRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoImportDataQualityResult | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-import-data-quality-result |
dataAccessRole | java.lang.String | cdk.support/lookup-entry | :data-access-role |
relationalFilterConfigurations | java.util.List | cdk.support/lookup-entry | :relational-filter-configurations |
The build-cfn-data-source-glue-run-configuration-input-property-builder function updates a CfnDataSource$GlueRunConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$GlueRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoImportDataQualityResult` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-import-data-quality-result` | | `dataAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-access-role` | | `relationalFilterConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:relational-filter-configurations` |
(build-cfn-data-source-props-builder builder id config)
The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration. The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetFormsInput | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :asset-forms-input |
configuration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :configuration |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
enableSetting | java.lang.String | cdk.support/lookup-entry | :enable-setting |
environmentIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
publishOnImport | java.lang.Boolean | cdk.support/lookup-entry | :publish-on-import |
recommendation | software.amazon.awscdk.services.datazone.CfnDataSource$RecommendationConfigurationProperty | cdk.support/lookup-entry | :recommendation |
schedule | software.amazon.awscdk.services.datazone.CfnDataSource$ScheduleConfigurationProperty | cdk.support/lookup-entry | :schedule |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration. The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetFormsInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:asset-forms-input` | | `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `enableSetting` | java.lang.String | [[cdk.support/lookup-entry]] | `:enable-setting` | | `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` | | `publishOnImport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publish-on-import` | | `recommendation` | software.amazon.awscdk.services.datazone.CfnDataSource$RecommendationConfigurationProperty | [[cdk.support/lookup-entry]] | `:recommendation` | | `schedule` | software.amazon.awscdk.services.datazone.CfnDataSource$ScheduleConfigurationProperty | [[cdk.support/lookup-entry]] | `:schedule` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-data-source-recommendation-configuration-property-builder builder
id
config)
The build-cfn-data-source-recommendation-configuration-property-builder function updates a CfnDataSource$RecommendationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RecommendationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableBusinessNameGeneration | java.lang.Boolean | cdk.support/lookup-entry | :enable-business-name-generation |
The build-cfn-data-source-recommendation-configuration-property-builder function updates a CfnDataSource$RecommendationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RecommendationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableBusinessNameGeneration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-business-name-generation` |
(build-cfn-data-source-redshift-cluster-storage-property-builder builder
id
config)
The build-cfn-data-source-redshift-cluster-storage-property-builder function updates a CfnDataSource$RedshiftClusterStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftClusterStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
The build-cfn-data-source-redshift-cluster-storage-property-builder function updates a CfnDataSource$RedshiftClusterStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftClusterStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
(build-cfn-data-source-redshift-credential-configuration-property-builder
builder
id
config)
The build-cfn-data-source-redshift-credential-configuration-property-builder function updates a CfnDataSource$RedshiftCredentialConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftCredentialConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretManagerArn | java.lang.String | cdk.support/lookup-entry | :secret-manager-arn |
The build-cfn-data-source-redshift-credential-configuration-property-builder function updates a CfnDataSource$RedshiftCredentialConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftCredentialConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `secretManagerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-manager-arn` |
(build-cfn-data-source-redshift-run-configuration-input-property-builder builder
id
config)
The build-cfn-data-source-redshift-run-configuration-input-property-builder function updates a CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataAccessRole | java.lang.String | cdk.support/lookup-entry | :data-access-role |
redshiftCredentialConfiguration | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftCredentialConfigurationProperty | cdk.support/lookup-entry | :redshift-credential-configuration |
redshiftStorage | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftStorageProperty | cdk.support/lookup-entry | :redshift-storage |
relationalFilterConfigurations | java.util.List | cdk.support/lookup-entry | :relational-filter-configurations |
The build-cfn-data-source-redshift-run-configuration-input-property-builder function updates a CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-access-role` | | `redshiftCredentialConfiguration` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftCredentialConfigurationProperty | [[cdk.support/lookup-entry]] | `:redshift-credential-configuration` | | `redshiftStorage` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftStorageProperty | [[cdk.support/lookup-entry]] | `:redshift-storage` | | `relationalFilterConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:relational-filter-configurations` |
(build-cfn-data-source-redshift-serverless-storage-property-builder builder
id
config)
The build-cfn-data-source-redshift-serverless-storage-property-builder function updates a CfnDataSource$RedshiftServerlessStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftServerlessStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
workgroupName | java.lang.String | cdk.support/lookup-entry | :workgroup-name |
The build-cfn-data-source-redshift-serverless-storage-property-builder function updates a CfnDataSource$RedshiftServerlessStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftServerlessStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `workgroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-name` |
(build-cfn-data-source-redshift-storage-property-builder builder id config)
The build-cfn-data-source-redshift-storage-property-builder function updates a CfnDataSource$RedshiftStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
redshiftClusterSource | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftClusterStorageProperty | cdk.support/lookup-entry | :redshift-cluster-source |
redshiftServerlessSource | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftServerlessStorageProperty | cdk.support/lookup-entry | :redshift-serverless-source |
The build-cfn-data-source-redshift-storage-property-builder function updates a CfnDataSource$RedshiftStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `redshiftClusterSource` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftClusterStorageProperty | [[cdk.support/lookup-entry]] | `:redshift-cluster-source` | | `redshiftServerlessSource` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftServerlessStorageProperty | [[cdk.support/lookup-entry]] | `:redshift-serverless-source` |
(build-cfn-data-source-relational-filter-configuration-property-builder builder
id
config)
The build-cfn-data-source-relational-filter-configuration-property-builder function updates a CfnDataSource$RelationalFilterConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RelationalFilterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
filterExpressions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :filter-expressions |
schemaName | java.lang.String | cdk.support/lookup-entry | :schema-name |
The build-cfn-data-source-relational-filter-configuration-property-builder function updates a CfnDataSource$RelationalFilterConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RelationalFilterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `filterExpressions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-expressions` | | `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
(build-cfn-data-source-schedule-configuration-property-builder builder
id
config)
The build-cfn-data-source-schedule-configuration-property-builder function updates a CfnDataSource$ScheduleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ScheduleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
timezone | java.lang.String | cdk.support/lookup-entry | :timezone |
The build-cfn-data-source-schedule-configuration-property-builder function updates a CfnDataSource$ScheduleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ScheduleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `timezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:timezone` |
(build-cfn-domain-builder builder id config)
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainExecutionRole | java.lang.String | cdk.support/lookup-entry | :domain-execution-role |
kmsKeyIdentifier | java.lang.String | cdk.support/lookup-entry | :kms-key-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
singleSignOn | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :single-sign-on |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-execution-role` | | `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `singleSignOn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:single-sign-on` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-domain-props-builder builder id config)
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainExecutionRole | java.lang.String | cdk.support/lookup-entry | :domain-execution-role |
kmsKeyIdentifier | java.lang.String | cdk.support/lookup-entry | :kms-key-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
singleSignOn | software.amazon.awscdk.services.datazone.CfnDomain$SingleSignOnProperty | cdk.support/lookup-entry | :single-sign-on |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-execution-role` | | `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `singleSignOn` | software.amazon.awscdk.services.datazone.CfnDomain$SingleSignOnProperty | [[cdk.support/lookup-entry]] | `:single-sign-on` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-domain-single-sign-on-property-builder builder id config)
The build-cfn-domain-single-sign-on-property-builder function updates a CfnDomain$SingleSignOnProperty$Builder instance using the provided configuration. The function takes the CfnDomain$SingleSignOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
userAssignment | java.lang.String | cdk.support/lookup-entry | :user-assignment |
The build-cfn-domain-single-sign-on-property-builder function updates a CfnDomain$SingleSignOnProperty$Builder instance using the provided configuration. The function takes the CfnDomain$SingleSignOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `userAssignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-assignment` |
(build-cfn-environment-blueprint-configuration-builder builder id config)
The build-cfn-environment-blueprint-configuration-builder function updates a CfnEnvironmentBlueprintConfiguration$Builder instance using the provided configuration. The function takes the CfnEnvironmentBlueprintConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
enabledRegions | java.util.List | cdk.support/lookup-entry | :enabled-regions |
environmentBlueprintIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-blueprint-identifier |
manageAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :manage-access-role-arn |
provisioningRoleArn | java.lang.String | cdk.support/lookup-entry | :provisioning-role-arn |
regionalParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :regional-parameters |
The build-cfn-environment-blueprint-configuration-builder function updates a CfnEnvironmentBlueprintConfiguration$Builder instance using the provided configuration. The function takes the CfnEnvironmentBlueprintConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `enabledRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:enabled-regions` | | `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` | | `manageAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role-arn` | | `provisioningRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-role-arn` | | `regionalParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:regional-parameters` |
(build-cfn-environment-blueprint-configuration-props-builder builder id config)
The build-cfn-environment-blueprint-configuration-props-builder function updates a CfnEnvironmentBlueprintConfigurationProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentBlueprintConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
enabledRegions | java.util.List | cdk.support/lookup-entry | :enabled-regions |
environmentBlueprintIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-blueprint-identifier |
manageAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :manage-access-role-arn |
provisioningRoleArn | java.lang.String | cdk.support/lookup-entry | :provisioning-role-arn |
regionalParameters | java.util.List | cdk.support/lookup-entry | :regional-parameters |
The build-cfn-environment-blueprint-configuration-props-builder function updates a CfnEnvironmentBlueprintConfigurationProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentBlueprintConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `enabledRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:enabled-regions` | | `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` | | `manageAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role-arn` | | `provisioningRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-role-arn` | | `regionalParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:regional-parameters` |
(build-cfn-environment-blueprint-configuration-regional-parameter-property-builder
builder
id
config)
The build-cfn-environment-blueprint-configuration-regional-parameter-property-builder function updates a CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$Builder instance using the provided configuration. The function takes the CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-cfn-environment-blueprint-configuration-regional-parameter-property-builder function updates a CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$Builder instance using the provided configuration. The function takes the CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-cfn-environment-builder builder id config)
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
environmentProfileIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-profile-identifier |
glossaryTerms | java.util.List | cdk.support/lookup-entry | :glossary-terms |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
userParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :user-parameters |
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `environmentProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-profile-identifier` | | `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` | | `userParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-parameters` |
(build-cfn-environment-environment-parameter-property-builder builder id config)
The build-cfn-environment-environment-parameter-property-builder function updates a CfnEnvironment$EnvironmentParameterProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$EnvironmentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-environment-environment-parameter-property-builder function updates a CfnEnvironment$EnvironmentParameterProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$EnvironmentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-environment-profile-builder builder id config)
The build-cfn-environment-profile-builder function updates a CfnEnvironmentProfile$Builder instance using the provided configuration. The function takes the CfnEnvironmentProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsAccountId | java.lang.String | cdk.support/lookup-entry | :aws-account-id |
awsAccountRegion | java.lang.String | cdk.support/lookup-entry | :aws-account-region |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
environmentBlueprintIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-blueprint-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
userParameters | java.util.List | cdk.support/lookup-entry | :user-parameters |
The build-cfn-environment-profile-builder function updates a CfnEnvironmentProfile$Builder instance using the provided configuration. The function takes the CfnEnvironmentProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` | | `awsAccountRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-region` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` | | `userParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:user-parameters` |
(build-cfn-environment-profile-environment-parameter-property-builder builder
id
config)
The build-cfn-environment-profile-environment-parameter-property-builder function updates a CfnEnvironmentProfile$EnvironmentParameterProperty$Builder instance using the provided configuration. The function takes the CfnEnvironmentProfile$EnvironmentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-environment-profile-environment-parameter-property-builder function updates a CfnEnvironmentProfile$EnvironmentParameterProperty$Builder instance using the provided configuration. The function takes the CfnEnvironmentProfile$EnvironmentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-environment-profile-props-builder builder id config)
The build-cfn-environment-profile-props-builder function updates a CfnEnvironmentProfileProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsAccountId | java.lang.String | cdk.support/lookup-entry | :aws-account-id |
awsAccountRegion | java.lang.String | cdk.support/lookup-entry | :aws-account-region |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
environmentBlueprintIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-blueprint-identifier |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
userParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :user-parameters |
The build-cfn-environment-profile-props-builder function updates a CfnEnvironmentProfileProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` | | `awsAccountRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-region` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` | | `userParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-parameters` |
(build-cfn-environment-props-builder builder id config)
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
environmentProfileIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-profile-identifier |
glossaryTerms | java.util.List | cdk.support/lookup-entry | :glossary-terms |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
userParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :user-parameters |
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `environmentProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-profile-identifier` | | `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` | | `userParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-parameters` |
(build-cfn-group-profile-builder builder id config)
The build-cfn-group-profile-builder function updates a CfnGroupProfile$Builder instance using the provided configuration. The function takes the CfnGroupProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
groupIdentifier | java.lang.String | cdk.support/lookup-entry | :group-identifier |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-group-profile-builder function updates a CfnGroupProfile$Builder instance using the provided configuration. The function takes the CfnGroupProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `groupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-identifier` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-group-profile-props-builder builder id config)
The build-cfn-group-profile-props-builder function updates a CfnGroupProfileProps$Builder instance using the provided configuration. The function takes the CfnGroupProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
groupIdentifier | java.lang.String | cdk.support/lookup-entry | :group-identifier |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-group-profile-props-builder function updates a CfnGroupProfileProps$Builder instance using the provided configuration. The function takes the CfnGroupProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `groupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-identifier` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-project-builder builder id config)
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
glossaryTerms | java.util.List | cdk.support/lookup-entry | :glossary-terms |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-project-membership-builder builder id config)
The build-cfn-project-membership-builder function updates a CfnProjectMembership$Builder instance using the provided configuration. The function takes the CfnProjectMembership$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
designation | java.lang.String | cdk.support/lookup-entry | :designation |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
member | software.amazon.awscdk.services.datazone.CfnProjectMembership$MemberProperty | cdk.support/lookup-entry | :member |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
The build-cfn-project-membership-builder function updates a CfnProjectMembership$Builder instance using the provided configuration. The function takes the CfnProjectMembership$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `designation` | java.lang.String | [[cdk.support/lookup-entry]] | `:designation` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `member` | software.amazon.awscdk.services.datazone.CfnProjectMembership$MemberProperty | [[cdk.support/lookup-entry]] | `:member` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
(build-cfn-project-membership-member-property-builder builder id config)
The build-cfn-project-membership-member-property-builder function updates a CfnProjectMembership$MemberProperty$Builder instance using the provided configuration. The function takes the CfnProjectMembership$MemberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupIdentifier | java.lang.String | cdk.support/lookup-entry | :group-identifier |
userIdentifier | java.lang.String | cdk.support/lookup-entry | :user-identifier |
The build-cfn-project-membership-member-property-builder function updates a CfnProjectMembership$MemberProperty$Builder instance using the provided configuration. The function takes the CfnProjectMembership$MemberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-identifier` | | `userIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-identifier` |
(build-cfn-project-membership-props-builder builder id config)
The build-cfn-project-membership-props-builder function updates a CfnProjectMembershipProps$Builder instance using the provided configuration. The function takes the CfnProjectMembershipProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
designation | java.lang.String | cdk.support/lookup-entry | :designation |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
member | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :member |
projectIdentifier | java.lang.String | cdk.support/lookup-entry | :project-identifier |
The build-cfn-project-membership-props-builder function updates a CfnProjectMembershipProps$Builder instance using the provided configuration. The function takes the CfnProjectMembershipProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `designation` | java.lang.String | [[cdk.support/lookup-entry]] | `:designation` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `member` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:member` | | `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
(build-cfn-project-props-builder builder id config)
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
glossaryTerms | java.util.List | cdk.support/lookup-entry | :glossary-terms |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-subscription-target-builder builder id config)
The build-cfn-subscription-target-builder function updates a CfnSubscriptionTarget$Builder instance using the provided configuration. The function takes the CfnSubscriptionTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applicableAssetTypes | java.util.List | cdk.support/lookup-entry | :applicable-asset-types |
authorizedPrincipals | java.util.List | cdk.support/lookup-entry | :authorized-principals |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
environmentIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-identifier |
manageAccessRole | java.lang.String | cdk.support/lookup-entry | :manage-access-role |
name | java.lang.String | cdk.support/lookup-entry | :name |
provider | java.lang.String | cdk.support/lookup-entry | :provider |
subscriptionTargetConfig | java.util.List | cdk.support/lookup-entry | :subscription-target-config |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-subscription-target-builder function updates a CfnSubscriptionTarget$Builder instance using the provided configuration. The function takes the CfnSubscriptionTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applicableAssetTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:applicable-asset-types` | | `authorizedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:authorized-principals` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` | | `manageAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `provider` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider` | | `subscriptionTargetConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:subscription-target-config` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-subscription-target-props-builder builder id config)
The build-cfn-subscription-target-props-builder function updates a CfnSubscriptionTargetProps$Builder instance using the provided configuration. The function takes the CfnSubscriptionTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applicableAssetTypes | java.util.List | cdk.support/lookup-entry | :applicable-asset-types |
authorizedPrincipals | java.util.List | cdk.support/lookup-entry | :authorized-principals |
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
environmentIdentifier | java.lang.String | cdk.support/lookup-entry | :environment-identifier |
manageAccessRole | java.lang.String | cdk.support/lookup-entry | :manage-access-role |
name | java.lang.String | cdk.support/lookup-entry | :name |
provider | java.lang.String | cdk.support/lookup-entry | :provider |
subscriptionTargetConfig | java.util.List | cdk.support/lookup-entry | :subscription-target-config |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-subscription-target-props-builder function updates a CfnSubscriptionTargetProps$Builder instance using the provided configuration. The function takes the CfnSubscriptionTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applicableAssetTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:applicable-asset-types` | | `authorizedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:authorized-principals` | | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` | | `manageAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `provider` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider` | | `subscriptionTargetConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:subscription-target-config` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-subscription-target-subscription-target-form-property-builder builder
id
config)
The build-cfn-subscription-target-subscription-target-form-property-builder function updates a CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder instance using the provided configuration. The function takes the CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.lang.String | cdk.support/lookup-entry | :content |
formName | java.lang.String | cdk.support/lookup-entry | :form-name |
The build-cfn-subscription-target-subscription-target-form-property-builder function updates a CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder instance using the provided configuration. The function takes the CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.lang.String | [[cdk.support/lookup-entry]] | `:content` | | `formName` | java.lang.String | [[cdk.support/lookup-entry]] | `:form-name` |
(build-cfn-user-profile-builder builder id config)
The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration. The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
status | java.lang.String | cdk.support/lookup-entry | :status |
userIdentifier | java.lang.String | cdk.support/lookup-entry | :user-identifier |
userType | java.lang.String | cdk.support/lookup-entry | :user-type |
The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration. The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `userIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-identifier` | | `userType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-type` |
(build-cfn-user-profile-iam-user-profile-details-property-builder builder
id
config)
The build-cfn-user-profile-iam-user-profile-details-property-builder function updates a CfnUserProfile$IamUserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$IamUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-user-profile-iam-user-profile-details-property-builder function updates a CfnUserProfile$IamUserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$IamUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-user-profile-props-builder builder id config)
The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration. The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainIdentifier | java.lang.String | cdk.support/lookup-entry | :domain-identifier |
status | java.lang.String | cdk.support/lookup-entry | :status |
userIdentifier | java.lang.String | cdk.support/lookup-entry | :user-identifier |
userType | java.lang.String | cdk.support/lookup-entry | :user-type |
The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration. The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `userIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-identifier` | | `userType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-type` |
(build-cfn-user-profile-sso-user-profile-details-property-builder builder
id
config)
The build-cfn-user-profile-sso-user-profile-details-property-builder function updates a CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
firstName | java.lang.String | cdk.support/lookup-entry | :first-name |
lastName | java.lang.String | cdk.support/lookup-entry | :last-name |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-user-profile-sso-user-profile-details-property-builder function updates a CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `firstName` | java.lang.String | [[cdk.support/lookup-entry]] | `:first-name` | | `lastName` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-name` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-user-profile-user-profile-details-property-builder builder id config)
The build-cfn-user-profile-user-profile-details-property-builder function updates a CfnUserProfile$UserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$UserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
iam | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :iam |
sso | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sso |
The build-cfn-user-profile-user-profile-details-property-builder function updates a CfnUserProfile$UserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$UserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `iam` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iam` | | `sso` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sso` |
(cfn-data-source-builder scope id config)
Creates a CfnDataSource$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 `CfnDataSource$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-data-source-data-source-configuration-input-property-builder id config)
Creates a CfnDataSource$DataSourceConfigurationInputProperty$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 `CfnDataSource$DataSourceConfigurationInputProperty$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-data-source-filter-expression-property-builder id config)
Creates a CfnDataSource$FilterExpressionProperty$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 `CfnDataSource$FilterExpressionProperty$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-data-source-form-input-property-builder id config)
Creates a CfnDataSource$FormInputProperty$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 `CfnDataSource$FormInputProperty$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-data-source-glue-run-configuration-input-property-builder id config)
Creates a CfnDataSource$GlueRunConfigurationInputProperty$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 `CfnDataSource$GlueRunConfigurationInputProperty$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-data-source-props-builder id config)
Creates a CfnDataSourceProps$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 `CfnDataSourceProps$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-data-source-recommendation-configuration-property-builder id config)
Creates a CfnDataSource$RecommendationConfigurationProperty$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 `CfnDataSource$RecommendationConfigurationProperty$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-data-source-redshift-cluster-storage-property-builder id config)
Creates a CfnDataSource$RedshiftClusterStorageProperty$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 `CfnDataSource$RedshiftClusterStorageProperty$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-data-source-redshift-credential-configuration-property-builder id config)
Creates a CfnDataSource$RedshiftCredentialConfigurationProperty$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 `CfnDataSource$RedshiftCredentialConfigurationProperty$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-data-source-redshift-run-configuration-input-property-builder id config)
Creates a CfnDataSource$RedshiftRunConfigurationInputProperty$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 `CfnDataSource$RedshiftRunConfigurationInputProperty$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-data-source-redshift-serverless-storage-property-builder id config)
Creates a CfnDataSource$RedshiftServerlessStorageProperty$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 `CfnDataSource$RedshiftServerlessStorageProperty$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-data-source-redshift-storage-property-builder id config)
Creates a CfnDataSource$RedshiftStorageProperty$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 `CfnDataSource$RedshiftStorageProperty$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-data-source-relational-filter-configuration-property-builder id config)
Creates a CfnDataSource$RelationalFilterConfigurationProperty$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 `CfnDataSource$RelationalFilterConfigurationProperty$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-data-source-schedule-configuration-property-builder id config)
Creates a CfnDataSource$ScheduleConfigurationProperty$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 `CfnDataSource$ScheduleConfigurationProperty$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-domain-builder scope id config)
Creates a CfnDomain$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 `CfnDomain$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-domain-props-builder id config)
Creates a CfnDomainProps$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 `CfnDomainProps$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-domain-single-sign-on-property-builder id config)
Creates a CfnDomain$SingleSignOnProperty$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 `CfnDomain$SingleSignOnProperty$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-environment-blueprint-configuration-builder scope id config)
Creates a CfnEnvironmentBlueprintConfiguration$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 `CfnEnvironmentBlueprintConfiguration$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-environment-blueprint-configuration-props-builder id config)
Creates a CfnEnvironmentBlueprintConfigurationProps$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 `CfnEnvironmentBlueprintConfigurationProps$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-environment-blueprint-configuration-regional-parameter-property-builder
id
config)
Creates a CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$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 `CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$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-environment-builder scope id config)
Creates a CfnEnvironment$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 `CfnEnvironment$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-environment-environment-parameter-property-builder id config)
Creates a CfnEnvironment$EnvironmentParameterProperty$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 `CfnEnvironment$EnvironmentParameterProperty$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-environment-profile-builder scope id config)
Creates a CfnEnvironmentProfile$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 `CfnEnvironmentProfile$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-environment-profile-environment-parameter-property-builder id config)
Creates a CfnEnvironmentProfile$EnvironmentParameterProperty$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 `CfnEnvironmentProfile$EnvironmentParameterProperty$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-environment-profile-props-builder id config)
Creates a CfnEnvironmentProfileProps$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 `CfnEnvironmentProfileProps$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-environment-props-builder id config)
Creates a CfnEnvironmentProps$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 `CfnEnvironmentProps$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-group-profile-builder scope id config)
Creates a CfnGroupProfile$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 `CfnGroupProfile$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-group-profile-props-builder id config)
Creates a CfnGroupProfileProps$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 `CfnGroupProfileProps$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-project-builder scope id config)
Creates a CfnProject$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 `CfnProject$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-project-membership-builder scope id config)
Creates a CfnProjectMembership$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 `CfnProjectMembership$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-project-membership-member-property-builder id config)
Creates a CfnProjectMembership$MemberProperty$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 `CfnProjectMembership$MemberProperty$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-project-membership-props-builder id config)
Creates a CfnProjectMembershipProps$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 `CfnProjectMembershipProps$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-project-props-builder id config)
Creates a CfnProjectProps$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 `CfnProjectProps$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-subscription-target-builder scope id config)
Creates a CfnSubscriptionTarget$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 `CfnSubscriptionTarget$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-subscription-target-props-builder id config)
Creates a CfnSubscriptionTargetProps$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 `CfnSubscriptionTargetProps$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-subscription-target-subscription-target-form-property-builder id config)
Creates a CfnSubscriptionTarget$SubscriptionTargetFormProperty$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 `CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-profile-builder scope id config)
Creates a CfnUserProfile$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 `CfnUserProfile$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-profile-iam-user-profile-details-property-builder id config)
Creates a CfnUserProfile$IamUserProfileDetailsProperty$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 `CfnUserProfile$IamUserProfileDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-profile-props-builder id config)
Creates a CfnUserProfileProps$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 `CfnUserProfileProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-profile-sso-user-profile-details-property-builder id config)
Creates a CfnUserProfile$SsoUserProfileDetailsProperty$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 `CfnUserProfile$SsoUserProfileDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-user-profile-user-profile-details-property-builder id config)
Creates a CfnUserProfile$UserProfileDetailsProperty$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 `CfnUserProfile$UserProfileDetailsProperty$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