Class PipelineContentConfigPermissionGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticTranscoder.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineContentConfigPermissionGetArgs : ResourceArgs
Constructors
View SourcePipelineContentConfigPermissionGetArgs()
Declaration
public PipelineContentConfigPermissionGetArgs()
Properties
View SourceAccesses
The permission that you want to give to the AWS user that you specified in content_config_permissions.grantee
Declaration
public InputList<string> Accesses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Grantee
The AWS user or group that you want to have access to transcoded files and playlists.
Declaration
public Input<string> Grantee { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GranteeType
Specify the type of value that appears in the content_config_permissions.grantee object. Valid values are Canonical, Email or Group.
Declaration
public Input<string> GranteeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |