Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.Builder
Packages that use CfnDataSourcePropsMixin.Builder
-
Uses of CfnDataSourcePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datazone
Methods in software.amazon.awscdk.cfnpropertymixins.services.datazone that return CfnDataSourcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDataSourcePropsMixin.Builder.assetFormsInput(List<? extends Object> assetFormsInput) The metadata forms attached to the assets that the data source works with.CfnDataSourcePropsMixin.Builder.assetFormsInput(IResolvable assetFormsInput) The metadata forms attached to the assets that the data source works with.CfnDataSourcePropsMixin.Builder.configuration(CfnDataSourcePropsMixin.DataSourceConfigurationInputProperty configuration) The configuration of the data source.CfnDataSourcePropsMixin.Builder.configuration(IResolvable configuration) The configuration of the data source.CfnDataSourcePropsMixin.Builder.connectionIdentifier(String connectionIdentifier) The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run.CfnDataSourcePropsMixin.Builder.create()CfnDataSourcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDataSourcePropsMixin.Builder.description(String description) The description of the data source.CfnDataSourcePropsMixin.Builder.domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain where the data source is created.CfnDataSourcePropsMixin.Builder.enableSetting(String enableSetting) Specifies whether the data source is enabled.CfnDataSourcePropsMixin.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.CfnDataSourcePropsMixin.Builder.projectIdentifier(String projectIdentifier) The identifier of the Amazon DataZone project in which you want to add this data source.CfnDataSourcePropsMixin.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.CfnDataSourcePropsMixin.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.CfnDataSourcePropsMixin.Builder.recommendation(CfnDataSourcePropsMixin.RecommendationConfigurationProperty recommendation) Specifies whether the business name generation is to be enabled for this data source.CfnDataSourcePropsMixin.Builder.recommendation(IResolvable recommendation) Specifies whether the business name generation is to be enabled for this data source.CfnDataSourcePropsMixin.Builder.schedule(CfnDataSourcePropsMixin.ScheduleConfigurationProperty schedule) The schedule of the data source runs.CfnDataSourcePropsMixin.Builder.schedule(IResolvable schedule) The schedule of the data source runs.The type of the data source.