interface LayerReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.OpsWorks.LayerReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsopsworks#LayerReference |
Java | software.amazon.awscdk.interfaces.opsworks.LayerReference |
Python | aws_cdk.interfaces.aws_opsworks.LayerReference |
TypeScript | aws-cdk-lib » interfaces » aws_opsworks » LayerReference |
A reference to a Layer resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworks as interfaces_opsworks } from 'aws-cdk-lib/interfaces';
const layerReference: interfaces_opsworks.LayerReference = { };

.NET
Go
Java
Python
TypeScript