Class KubectlLayer

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, IResource, ILayerVersion, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.464Z") @Stability(Stable) public class KubectlLayer extends LayerVersion
An AWS Lambda layer that includes kubectl and helm.

Example:

 // KubectlLayer bundles the 'kubectl' and 'helm' command lines
 import software.amazon.awscdk.lambdalayer.kubectl.KubectlLayer;
 Function fn;
 fn.addLayers(new KubectlLayer(this, "KubectlLayer"));
 
  • Constructor Details

    • KubectlLayer

      protected KubectlLayer(software.amazon.jsii.JsiiObjectRef objRef)
    • KubectlLayer

      protected KubectlLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • KubectlLayer

      @Stability(Stable) public KubectlLayer(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.