@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:46.068Z") public class AwsCliLayer extends LayerVersion
Example:
// AwsCliLayer bundles the AWS CLI in a lambda layer import software.amazon.awscdk.lambdalayer.awscli.AwsCliLayer; Function fn; fn.addLayers(new AwsCliLayer(this, "AwsCliLayer"));
LayerVersion.Builder
ILayerVersion.Jsii$Default, ILayerVersion.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
AwsCliLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AwsCliLayer(software.amazon.jsii.JsiiObjectRef objRef) |
|
AwsCliLayer(software.constructs.Construct scope,
java.lang.String id) |
addPermission, fromLayerVersionArn, fromLayerVersionAttributes, getCompatibleRuntimes, getLayerVersionArn
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected AwsCliLayer(software.amazon.jsii.JsiiObjectRef objRef)
protected AwsCliLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public AwsCliLayer(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.