Skip to content

Commit

Permalink
schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed May 16, 2024
1 parent f2e11ac commit 1268fd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3025,6 +3025,11 @@
"markdownDescription": "The setting for the subdomain.",
"title": "SubDomainSettings",
"type": "array"
},
"UpdateStatus": {
"markdownDescription": "The status of the domain update operation that is currently in progress. The following list describes the valid update states.\n\n- **REQUESTING_CERTIFICATE** - The certificate is in the process of being updated.\n- **PENDING_VERIFICATION** - Indicates that an Amplify managed certificate is in the process of being verified. This occurs during the creation of a custom domain or when a custom domain is updated to use a managed certificate.\n- **IMPORTING_CUSTOM_CERTIFICATE** - Indicates that an Amplify custom certificate is in the process of being imported. This occurs during the creation of a custom domain or when a custom domain is updated to use a custom certificate.\n- **PENDING_DEPLOYMENT** - Indicates that the subdomain or certificate changes are being propagated.\n- **AWAITING_APP_CNAME** - Amplify is waiting for CNAME records corresponding to subdomains to be propagated. If your custom domain is on Route\u00a053, Amplify handles this for you automatically. For more information about custom domains, see [Setting up custom domains](https://docs.aws.amazon.com/amplify/latest/userguide/custom-domains.html) in the *Amplify Hosting User Guide* .\n- **UPDATE_COMPLETE** - The certificate has been associated with a domain.\n- **UPDATE_FAILED** - The certificate has failed to be provisioned or associated, and there is no existing active certificate to roll back to.",
"title": "UpdateStatus",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -76662,6 +76667,11 @@
"title": "IpProtocol",
"type": "string"
},
"SourceSecurityGroupId": {
"markdownDescription": "",
"title": "SourceSecurityGroupId",
"type": "string"
},
"ToPort": {
"markdownDescription": "If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).",
"title": "ToPort",
Expand Down

0 comments on commit 1268fd6

Please sign in to comment.