{"version":"2","toolVersion":"5.9.45","snippets":{"15c8f0a2949a06808fa94952980ce59054c157e8778fe55375a6b3fcf78ac75d":{"translations":{"python":{"source":"# KubectlLayer bundles the 'kubectl' and 'helm' command lines\nfrom aws_cdk.lambda_layer_kubectl_v33 import KubectlV33Layer\nimport aws_cdk.aws_lambda as lambda_\n\n# fn: lambda.Function\n\nkubectl = KubectlV33Layer(self, \"KubectlLayer\")\nfn.add_layers(kubectl)","version":"2"},"csharp":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nusing Amazon.CDK.LambdaLayer.KubectlV33;\nusing Amazon.CDK.AWS.Lambda;\n\nFunction fn;\n\nvar kubectl = new KubectlV33Layer(this, \"KubectlLayer\");\nfn.AddLayers(kubectl);","version":"1"},"java":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport software.amazon.awscdk.cdk.lambdalayer.kubectl.v33.KubectlV33Layer;\nimport software.amazon.awscdk.services.lambda.*;\n\nFunction fn;\n\nKubectlV33Layer kubectl = new KubectlV33Layer(this, \"KubectlLayer\");\nfn.addLayers(kubectl);","version":"1"},"go":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport \"github.com/cdklabs/awscdk-kubectl-go/kubectlv33\"\nimport lambda \"github.com/aws/aws-cdk-go/awscdk\"\n\nvar fn Function\n\nkubectl := kubectlv33.NewKubectlV33Layer(this, jsii.String(\"KubectlLayer\"))\nfn.AddLayers(kubectl)","version":"1"},"$":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV33Layer } from '@aws-cdk/lambda-layer-kubectl-v33';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV33Layer(this, 'KubectlLayer');\nfn.addLayers(kubectl);","version":"0"}},"location":{"api":{"api":"moduleReadme","moduleFqn":"@aws-cdk/lambda-layer-kubectl-v33"},"field":{"field":"markdown","line":22}},"didCompile":true,"fqnsReferenced":["@aws-cdk/lambda-layer-kubectl-v33.KubectlV33Layer","aws-cdk-lib.aws_lambda.Function#addLayers","aws-cdk-lib.aws_lambda.ILayerVersion"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV33Layer } from '@aws-cdk/lambda-layer-kubectl-v33';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture with packages imported, but nothing else\nimport { Construct } from 'constructs';\nimport {\n Stack,\n} from 'aws-cdk-lib';\n\nclass Fixture extends Stack {\n constructor(scope: Construct, id: string) {\n super(scope, id);\n\n // Code snippet begins after !show marker below\n/// !show\n\nconst kubectl = new KubectlV33Layer(this, 'KubectlLayer');\nfn.addLayers(kubectl);\n/// !hide\n// Code snippet ended before !hide marker above\n }\n}","syntaxKindCounter":{"11":3,"80":10,"110":1,"138":1,"167":1,"184":1,"212":1,"214":1,"215":1,"244":2,"245":1,"261":2,"262":2,"273":2,"274":2,"275":1,"276":1,"277":1,"308":1},"fqnsFingerprint":"16a24b2efa1e1e50ddb83057bde06ad585d151e49febdb78224e3387b4a34c5c"}}}