@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:05.387Z") public class KubectlLayer extends LayerVersion
Example:
// KubectlLayer bundles the 'kubectl' and 'helm' command lines import software.amazon.awscdk.lambdalayer.kubectl.KubectlLayer; Function fn; fn.addLayers(new KubectlLayer(this, "KubectlLayer"));
LayerVersion.Builder
ILayerVersion.Jsii$Default, ILayerVersion.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
KubectlLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KubectlLayer(software.amazon.jsii.JsiiObjectRef objRef) |
|
KubectlLayer(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 KubectlLayer(software.amazon.jsii.JsiiObjectRef objRef)
protected KubectlLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public KubectlLayer(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.