github.com/twilio/twilio-go@v1.20.1/rest/video/v1/docs/VideoV1RecordingSettings.md (about) 1 # VideoV1RecordingSettings 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RecordingSettings resource. | 8 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource and show the user in the console | 9 **AwsCredentialsSid** | Pointer to **string** | The SID of the stored Credential resource. | 10 **AwsS3Url** | Pointer to **string** | The URL of the AWS S3 bucket where the recordings are stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/recordings`, where `recordings` is the path in which you want the recordings to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). | 11 **AwsStorageEnabled** | Pointer to **bool** | Whether all recordings are written to the `aws_s3_url`. When `false`, all recordings are stored in our cloud. | 12 **EncryptionKeySid** | Pointer to **string** | The SID of the Public Key resource used for encryption. | 13 **EncryptionEnabled** | Pointer to **bool** | Whether all recordings are stored in an encrypted form. The default is `false`. | 14 **Url** | Pointer to **string** | The absolute URL of the resource. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18