Class PipelineThumbnailConfigPermissionArgs
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 PipelineThumbnailConfigPermissionArgs : ResourceArgs
Constructors
View SourcePipelineThumbnailConfigPermissionArgs()
Declaration
public PipelineThumbnailConfigPermissionArgs()
Properties
View SourceAccesses
The permission that you want to give to the AWS user that you specified in thumbnail_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 thumbnail files.
Declaration
public Input<string> Grantee { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GranteeType
Specify the type of value that appears in the thumbnail_config_permissions.grantee object.
Declaration
public Input<string> GranteeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |