Show / Hide Table of Contents

Interface ILayerVersionPermissionReference

A reference to a LayerVersionPermission resource.

Namespace: Amazon.CDK.Interfaces.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILayerVersionPermissionReference
Syntax (vb)
Public Interface 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

Properties

LayerVersionPermissionId

The Id of the LayerVersionPermission resource.

Properties

LayerVersionPermissionId

The Id of the LayerVersionPermission resource.

string LayerVersionPermissionId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX