Class KubectlV25Layer
- 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.v25.KubectlV25Layer
-
- 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.76.0 (build a2651be)", date="2023-03-08T20:42:16.840Z") @Stability(Stable) public class KubectlV25Layer 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 protectedKubectlV25Layer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedKubectlV25Layer(software.amazon.jsii.JsiiObjectRef objRef)KubectlV25Layer(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
-
KubectlV25Layer
protected KubectlV25Layer(software.amazon.jsii.JsiiObjectRef objRef)
-
KubectlV25Layer
protected KubectlV25Layer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
KubectlV25Layer
@Stability(Stable) public KubectlV25Layer(@NotNull software.constructs.Construct scope, @NotNull String id)- Parameters:
scope- This parameter is required.id- This parameter is required.
-
-