@Stability(value=Experimental) public static final class KubectlLayer.Builder extends Object implements software.amazon.jsii.Builder<KubectlLayer>
KubectlLayer.| Modifier and Type | Method and Description |
|---|---|
KubectlLayer.Builder |
applicationId(String applicationId)
(experimental) The Serverless Application Repository application ID which contains the kubectl layer.
|
KubectlLayer |
build() |
static KubectlLayer.Builder |
create(software.constructs.Construct scope,
String id) |
KubectlLayer.Builder |
version(String version)
(experimental) The semantic version of the kubectl AWS Lambda Layer SAR app to use.
|
@Stability(value=Experimental) public static KubectlLayer.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.KubectlLayer.Builder.@Stability(value=Experimental) public KubectlLayer.Builder applicationId(String applicationId)
Default: - The ARN for the `lambda-layer-kubectl` SAR app.
applicationId - The Serverless Application Repository application ID which contains the kubectl layer. This parameter is required.thishttps://github.com/aws-samples/aws-lambda-layer-kubectl@Stability(value=Experimental) public KubectlLayer.Builder version(String version)
Default: '2.0.0'
version - The semantic version of the kubectl AWS Lambda Layer SAR app to use. This parameter is required.this@Stability(value=Experimental) public KubectlLayer build()
build in interface software.amazon.jsii.Builder<KubectlLayer>Copyright © 2020. All rights reserved.