Class KubectlV24Layer
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- software.amazon.awscdk.Resource
-
- software.amazon.awscdk.services.lambda.LayerVersion
-
- software.amazon.awscdk.cdk.lambdalayer.kubectl.v24.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.77.0 (build 3e5fa88)", date="2023-03-09T14:25:23.274Z") @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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKubectlV24Layer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedKubectlV24Layer(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.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
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.
-
-