Show / Hide Table of Contents

Class PipelineThumbnailConfigPermissionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineThumbnailConfigPermissionGetArgs
Inherited Members
ResourceArgs.Empty
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 PipelineThumbnailConfigPermissionGetArgs : ResourceArgs

Constructors

View Source

PipelineThumbnailConfigPermissionGetArgs()

Declaration
public PipelineThumbnailConfigPermissionGetArgs()

Properties

View Source

Accesses

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.