Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Set Smb Guest Password Input Structure

SetSMBGuestPasswordInput

Type: object Properties: 2 Required: 2
BackupFile StorageGatewayHybrid CloudStorage

SetSMBGuestPasswordInput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GatewayARN Password

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-set-smb-guest-password-input-structure.json",
  "name": "SetSMBGuestPasswordInput",
  "description": "SetSMBGuestPasswordInput",
  "properties": {
    "GatewayARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GatewayARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with."
        }
      ]
    },
    "Password": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SMBGuestPassword"
        },
        {
          "description": "The password that you want to set for your SMB server."
        }
      ]
    }
  },
  "required": [
    "GatewayARN",
    "Password"
  ]
}