You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource/aws_elastictranscoder_pipeline: Add plan time validations to `content_config.storage_class`, `content_config_permissions.access`, `content_config_permissions.grantee_type`,
Copy file name to clipboardExpand all lines: website/docs/r/elastictranscoder_pipeline.html.markdown
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@ you specify values for `content_config`, you must also specify values for
57
57
The `content_config` object supports the following:
58
58
59
59
*`bucket` - The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
60
-
*`storage_class` - The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the files and playlists that it stores in your Amazon S3 bucket.
60
+
*`storage_class` - The Amazon S3 storage class, `Standard` or `ReducedRedundancy`, that you want Elastic Transcoder to assign to the files and playlists that it stores in your Amazon S3 bucket.
61
61
62
62
The `content_config_permissions` object supports the following:
63
63
64
-
*`access` - The permission that you want to give to the AWS user that you specified in `content_config_permissions.grantee`
64
+
*`access` - The permission that you want to give to the AWS user that you specified in `content_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`.
65
65
*`grantee` - The AWS user or group that you want to have access to transcoded files and playlists.
66
66
*`grantee_type` - Specify the type of value that appears in the `content_config_permissions.grantee` object. Valid values are `Canonical`, `Email` or `Group`.
67
67
@@ -90,9 +90,16 @@ The `thumbnail_config` object supports the following:
90
90
91
91
The `thumbnail_config_permissions` object supports the following:
92
92
93
-
*`access` - The permission that you want to give to the AWS user that you specified in `thumbnail_config_permissions.grantee`.
93
+
*`access` - The permission that you want to give to the AWS user that you specified in `thumbnail_config_permissions.grantee`. Valid values are `Read`, `ReadAcp`, `WriteAcp` or `FullControl`.
94
94
*`grantee` - The AWS user or group that you want to have access to thumbnail files.
95
-
*`grantee_type` - Specify the type of value that appears in the `thumbnail_config_permissions.grantee` object.
95
+
*`grantee_type` - Specify the type of value that appears in the `thumbnail_config_permissions.grantee` object. Valid values are `Canonical`, `Email` or `Group`.
96
+
97
+
## Attributes Reference
98
+
99
+
In addition to all arguments above, the following attributes are exported:
100
+
101
+
*`id` - The ID of the Elastictranscoder pipeline.
102
+
*`arn` - The ARN of the Elastictranscoder pipeline.
0 commit comments