Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214756,51 +214756,51 @@
"additionalProperties": false,
"properties": {
"DurationSeconds": {
"markdownDescription": "Sets the maximum number of seconds that vended temporary credentials through [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) will be valid for, between 900 and 3600.",
"markdownDescription": "The number of seconds vended session credentials will be valid for",
"title": "DurationSeconds",
"type": "number"
},
"Enabled": {
"markdownDescription": "Indicates whether the profile is enabled.",
"markdownDescription": "The enabled status of the resource.",
"title": "Enabled",
"type": "boolean"
},
"ManagedPolicyArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
"title": "ManagedPolicyArns",
"type": "array"
},
"Name": {
"markdownDescription": "The name of the profile.",
"markdownDescription": "The customer specified name of the resource.",
"title": "Name",
"type": "string"
},
"RequireInstanceProperties": {
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
"title": "RequireInstanceProperties",
"type": "boolean"
},
"RoleArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of IAM role ARNs. During `CreateSession` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.",
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
"title": "RoleArns",
"type": "array"
},
"SessionPolicy": {
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
"title": "SessionPolicy",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "The tags to attach to the profile.",
"markdownDescription": "A list of Tags.",
"title": "Tags",
"type": "array"
}
Expand Down Expand Up @@ -214961,11 +214961,11 @@
"properties": {
"SourceData": {
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
"markdownDescription": "The data field of the trust anchor depending on its type.",
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
"title": "SourceData"
},
"SourceType": {
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
"markdownDescription": "The type of the TrustAnchor.",
"title": "SourceType",
"type": "string"
}
Expand Down Expand Up @@ -218156,7 +218156,7 @@
},
"ObjectLockConfiguration": {
"$ref": "#/definitions/AWS::S3::Bucket.ObjectLockConfiguration",
"markdownDescription": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .",
"markdownDescription": "> This operation is not supported by directory buckets. \n\nPlaces an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .",
"title": "ObjectLockConfiguration"
},
"ObjectLockEnabled": {
Expand Down Expand Up @@ -251188,7 +251188,7 @@
"items": {
"type": "string"
},
"markdownDescription": "The fields from the source that are made available to your agents in Wisdom. Optional if ObjectConfiguration is included in the provided DataIntegration.\n\n- For [Salesforce](https://docs.aws.amazon.com/https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm) , you must include at least `Id` , `ArticleNumber` , `VersionNumber` , `Title` , `PublishStatus` , and `IsDeleted` .\n- For [ServiceNow](https://docs.aws.amazon.com/https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api) , you must include at least `number` , `short_description` , `sys_mod_count` , `workflow_state` , and `active` .\n- For [Zendesk](https://docs.aws.amazon.com/https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/) , you must include at least `id` , `title` , `updated_at` , and `draft` .\n\nMake sure to include additional fields. These fields are indexed and used to source recommendations.",
"markdownDescription": "The fields from the source that are made available to your agents in Amazon Q. Optional if ObjectConfiguration is included in the provided DataIntegration.\n\n- For [Salesforce](https://docs.aws.amazon.com/https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm) , you must include at least `Id` , `ArticleNumber` , `VersionNumber` , `Title` , `PublishStatus` , and `IsDeleted` .\n- For [ServiceNow](https://docs.aws.amazon.com/https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api) , you must include at least `number` , `short_description` , `sys_mod_count` , `workflow_state` , and `active` .\n- For [Zendesk](https://docs.aws.amazon.com/https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/) , you must include at least `id` , `title` , `updated_at` , and `draft` .\n\nMake sure to include additional fields. These fields are indexed and used to source recommendations.",
"title": "ObjectFields",
"type": "array"
}
Expand All @@ -251202,7 +251202,7 @@
"additionalProperties": false,
"properties": {
"TemplateUri": {
"markdownDescription": "A URI template containing exactly one variable in `${variableName}` format. This can only be set for `EXTERNAL` knowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:\n\n- Salesforce: `Id` , `ArticleNumber` , `VersionNumber` , `Title` , `PublishStatus` , or `IsDeleted`\n- ServiceNow: `number` , `short_description` , `sys_mod_count` , `workflow_state` , or `active`\n- Zendesk: `id` , `title` , `updated_at` , or `draft`\n\nThe variable is replaced with the actual value for a piece of content when calling [GetContent](https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html) .",
"markdownDescription": "A URI template containing exactly one variable in `${variableName}` format. This can only be set for `EXTERNAL` knowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:\n\n- Salesforce: `Id` , `ArticleNumber` , `VersionNumber` , `Title` , `PublishStatus` , or `IsDeleted`\n- ServiceNow: `number` , `short_description` , `sys_mod_count` , `workflow_state` , or `active`\n- Zendesk: `id` , `title` , `updated_at` , or `draft`\n\nThe variable is replaced with the actual value for a piece of content when calling [GetContent](https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetContent.html) .",
"title": "TemplateUri",
"type": "string"
}
Expand Down
Loading