Class KubectlV24Layer

  • All Implemented Interfaces:
    software.amazon.awscdk.IResource, software.amazon.awscdk.services.lambda.ILayerVersion, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)",
               date="2022-12-27T00:29:26.503Z")
    @Stability(Stable)
    public class KubectlV24Layer
    extends software.amazon.awscdk.services.lambda.LayerVersion
    A CDK Asset construct that contains `kubectl` and `helm`.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.awscdk.services.lambda.LayerVersion

        software.amazon.awscdk.services.lambda.LayerVersion.Builder
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default
      • Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.ILayerVersion

        software.amazon.awscdk.services.lambda.ILayerVersion.Jsii$Default, software.amazon.awscdk.services.lambda.ILayerVersion.Jsii$Proxy
      • Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

        software.amazon.awscdk.IResource.Jsii$Default
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected KubectlV24Layer​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected KubectlV24Layer​(software.amazon.jsii.JsiiObjectRef objRef)  
        KubectlV24Layer​(software.constructs.Construct scope, String id)  
    • Method Summary

      • Methods inherited from class software.amazon.awscdk.services.lambda.LayerVersion

        addPermission, fromLayerVersionArn, fromLayerVersionAttributes, getCompatibleRuntimes, getLayerVersionArn
      • Methods inherited from class software.amazon.awscdk.Resource

        applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.constructs.IConstruct

        getNode
      • Methods inherited from interface software.amazon.awscdk.IResource

        applyRemovalPolicy, getEnv, getStack
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • KubectlV24Layer

        protected KubectlV24Layer​(software.amazon.jsii.JsiiObjectRef objRef)
      • KubectlV24Layer

        protected KubectlV24Layer​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • KubectlV24Layer

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