DomainDefaultUserSettingsCanvasAppSettingsArgs

data class DomainDefaultUserSettingsCanvasAppSettingsArgs(val directDeploySettings: Output<DomainDefaultUserSettingsCanvasAppSettingsDirectDeploySettingsArgs>? = null, val emrServerlessSettings: Output<DomainDefaultUserSettingsCanvasAppSettingsEmrServerlessSettingsArgs>? = null, val generativeAiSettings: Output<DomainDefaultUserSettingsCanvasAppSettingsGenerativeAiSettingsArgs>? = null, val identityProviderOauthSettings: Output<List<DomainDefaultUserSettingsCanvasAppSettingsIdentityProviderOauthSettingArgs>>? = null, val kendraSettings: Output<DomainDefaultUserSettingsCanvasAppSettingsKendraSettingsArgs>? = null, val modelRegisterSettings: Output<DomainDefaultUserSettingsCanvasAppSettingsModelRegisterSettingsArgs>? = null, val timeSeriesForecastingSettings: Output<DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsArgs>? = null, val workspaceSettings: Output<DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettingsArgs>? = null) : ConvertibleToJava<DomainDefaultUserSettingsCanvasAppSettingsArgs>

Constructors

Properties

Link copied to clipboard

The model deployment settings for the SageMaker AI Canvas application. See direct_deploy_settings Block below.

Link copied to clipboard

The settings for running Amazon EMR Serverless jobs in SageMaker AI Canvas. See emr_serverless_settings Block below.

Link copied to clipboard

The settings for connecting to an external data source with OAuth. See identity_provider_oauth_settings Block below.

Link copied to clipboard

The settings for document querying. See kendra_settings Block below.

Link copied to clipboard

The model registry settings for the SageMaker AI Canvas application. See model_register_settings Block below.

Link copied to clipboard

Time series forecast settings for the Canvas app. See time_series_forecasting_settings Block below.

Link copied to clipboard

The workspace settings for the SageMaker AI Canvas application. See workspace_settings Block below.

Functions

Link copied to clipboard
open override fun toJava(): DomainDefaultUserSettingsCanvasAppSettingsArgs