Show / Hide Table of Contents

Class PipelineContentConfigPermission

Inheritance
System.Object
PipelineContentConfigPermission
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 PipelineContentConfigPermission

Fields

View Source

Accesses

The permission that you want to give to the AWS user that you specified in content_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 transcoded files and playlists.

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

GranteeType

Specify the type of value that appears in the content_config_permissions.grantee object. Valid values are Canonical, Email or Group.

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