Class LayerVersionPermissionReference
A reference to a LayerVersionPermission resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated