Uses of Class
software.amazon.awscdk.services.datazone.CfnDataSource.Builder
Packages that use CfnDataSource.Builder
-
Uses of CfnDataSource.Builder in software.amazon.awscdk.services.datazone
Methods in software.amazon.awscdk.services.datazone that return CfnDataSource.BuilderModifier and TypeMethodDescriptionCfnDataSource.Builder.assetFormsInput(List<? extends Object> assetFormsInput) The metadata forms attached to the assets that the data source works with.CfnDataSource.Builder.assetFormsInput(IResolvable assetFormsInput) The metadata forms attached to the assets that the data source works with.CfnDataSource.Builder.configuration(IResolvable configuration) The configuration of the data source.CfnDataSource.Builder.configuration(CfnDataSource.DataSourceConfigurationInputProperty configuration) The configuration of the data source.CfnDataSource.Builder.connectionIdentifier(String connectionIdentifier) The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.static CfnDataSource.BuilderCfnDataSource.Builder.description(String description) The description of the data source.CfnDataSource.Builder.domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain where the data source is created.CfnDataSource.Builder.enableSetting(String enableSetting) Specifies whether the data source is enabled.CfnDataSource.Builder.environmentIdentifier(String environmentIdentifier) The unique identifier of the Amazon DataZone environment to which the data source publishes assets.The name of the data source.CfnDataSource.Builder.projectIdentifier(String projectIdentifier) The identifier of the Amazon DataZone project in which you want to add this data source.CfnDataSource.Builder.publishOnImport(Boolean publishOnImport) Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.CfnDataSource.Builder.publishOnImport(IResolvable publishOnImport) Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.CfnDataSource.Builder.recommendation(IResolvable recommendation) Specifies whether the business name generation is to be enabled for this data source.CfnDataSource.Builder.recommendation(CfnDataSource.RecommendationConfigurationProperty recommendation) Specifies whether the business name generation is to be enabled for this data source.CfnDataSource.Builder.schedule(IResolvable schedule) The schedule of the data source runs.CfnDataSource.Builder.schedule(CfnDataSource.ScheduleConfigurationProperty schedule) The schedule of the data source runs.The type of the data source.