Show / Hide Table of Contents

Class LayerVersionPermissionReference

A reference to a LayerVersionPermission resource.

Inheritance
object
LayerVersionPermissionReference
Implements
ILayerVersionPermissionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LayerVersionPermissionReference : ILayerVersionPermissionReference
Syntax (vb)
Public Class LayerVersionPermissionReference Implements ILayerVersionPermissionReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Lambda;

            var layerVersionPermissionReference = new LayerVersionPermissionReference {
                LayerVersionPermissionId = "layerVersionPermissionId"
            };

Synopsis

Constructors

LayerVersionPermissionReference()

A reference to a LayerVersionPermission resource.

Properties

LayerVersionPermissionId

The Id of the LayerVersionPermission resource.

Constructors

LayerVersionPermissionReference()

A reference to a LayerVersionPermission resource.

public LayerVersionPermissionReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Lambda;

            var layerVersionPermissionReference = new LayerVersionPermissionReference {
                LayerVersionPermissionId = "layerVersionPermissionId"
            };

Properties

LayerVersionPermissionId

The Id of the LayerVersionPermission resource.

public string LayerVersionPermissionId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ILayerVersionPermissionReference
Back to top Generated by DocFX