Show / Hide Table of Contents

Class PipelineThumbnailConfigPermission

Inheritance
System.Object
PipelineThumbnailConfigPermission
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineThumbnailConfigPermission

Fields

View Source

Accesses

The permission that you want to give to the AWS user that you specified in thumbnail_config_permissions.grantee.

Declaration
public readonly ImmutableArray<string> Accesses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Grantee

The AWS user or group that you want to have access to thumbnail files.

Declaration
public readonly string Grantee
Field Value
Type Description
System.String
View Source

GranteeType

Specify the type of value that appears in the thumbnail_config_permissions.grantee object.

Declaration
public readonly string GranteeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.