|
5860 | 5860 | "WorkspaceSettings":{ |
5861 | 5861 | "shape":"WorkspaceSettings", |
5862 | 5862 | "documentation":"<p>The workspace settings for the SageMaker Canvas application.</p>" |
| 5863 | + }, |
| 5864 | + "IdentityProviderOAuthSettings":{ |
| 5865 | + "shape":"IdentityProviderOAuthSettings", |
| 5866 | + "documentation":"<p>The settings for connecting to an external data source with OAuth.</p>" |
5863 | 5867 | } |
5864 | 5868 | }, |
5865 | 5869 | "documentation":"<p>The SageMaker Canvas application settings.</p>" |
|
9875 | 9879 | }, |
9876 | 9880 | "documentation":"<p>Describes the location of the channel data.</p>" |
9877 | 9881 | }, |
| 9882 | + "DataSourceName":{ |
| 9883 | + "type":"string", |
| 9884 | + "enum":[ |
| 9885 | + "SalesforceGenie", |
| 9886 | + "Snowflake" |
| 9887 | + ] |
| 9888 | + }, |
9878 | 9889 | "Database":{ |
9879 | 9890 | "type":"string", |
9880 | 9891 | "max":255, |
|
18456 | 18467 | "max":128, |
18457 | 18468 | "min":32 |
18458 | 18469 | }, |
| 18470 | + "IdentityProviderOAuthSetting":{ |
| 18471 | + "type":"structure", |
| 18472 | + "members":{ |
| 18473 | + "DataSourceName":{ |
| 18474 | + "shape":"DataSourceName", |
| 18475 | + "documentation":"<p>The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud.</p>" |
| 18476 | + }, |
| 18477 | + "Status":{ |
| 18478 | + "shape":"FeatureStatus", |
| 18479 | + "documentation":"<p>Describes whether OAuth for a data source is enabled or disabled in the Canvas application.</p>" |
| 18480 | + }, |
| 18481 | + "SecretArn":{ |
| 18482 | + "shape":"SecretArn", |
| 18483 | + "documentation":"<p>The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL. </p>" |
| 18484 | + } |
| 18485 | + }, |
| 18486 | + "documentation":"<p>The Amazon SageMaker Canvas app setting where you configure OAuth for connecting to an external data source, such as Snowflake.</p>" |
| 18487 | + }, |
| 18488 | + "IdentityProviderOAuthSettings":{ |
| 18489 | + "type":"list", |
| 18490 | + "member":{"shape":"IdentityProviderOAuthSetting"}, |
| 18491 | + "max":20 |
| 18492 | + }, |
18459 | 18493 | "Image":{ |
18460 | 18494 | "type":"structure", |
18461 | 18495 | "required":[ |
|
29217 | 29251 | }, |
29218 | 29252 | "JobDurationInSeconds":{ |
29219 | 29253 | "shape":"JobDurationInSeconds", |
29220 | | - "documentation":"<p>Specifies the maximum duration of the job, in seconds. The maximum value is 7200.</p>" |
| 29254 | + "documentation":"<p>Specifies the maximum duration of the job, in seconds. The maximum value is 18,000 seconds.</p>" |
29221 | 29255 | }, |
29222 | 29256 | "TrafficPattern":{ |
29223 | 29257 | "shape":"TrafficPattern", |
|
0 commit comments