github.com/twilio/twilio-go@v1.20.1/rest/video/v1/docs/VideoV1CompositionSettings.md (about) 1 # VideoV1CompositionSettings 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 CompositionSettings resource. | 8 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource and that will be shown 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 compositions are stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/compositions`, where `compositions` is the path in which you want the compositions 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 compositions are written to the `aws_s3_url`. When `false`, all compositions 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 compositions 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