| Modifier and Type | Class and Description |
|---|---|
class |
KubectlLayer
(experimental) An AWS Lambda layer that includes kubectl and the AWS CLI.
|
| Modifier and Type | Method and Description |
|---|---|
default ILayerVersion |
ICluster.getKubectlLayer()
(experimental) An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
ILayerVersion |
ICluster.Jsii$Proxy.getKubectlLayer()
(experimental) An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
default ILayerVersion |
ICluster.Jsii$Default.getKubectlLayer()
(experimental) An AWS Lambda layer that includes `kubectl`, `helm` and the `aws` CLI.
|
default ILayerVersion |
ClusterOptions.getKubectlLayer()
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ILayerVersion |
ClusterOptions.Jsii$Proxy.getKubectlLayer() |
default ILayerVersion |
ClusterAttributes.getKubectlLayer()
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ILayerVersion |
ClusterAttributes.Jsii$Proxy.getKubectlLayer() |
ILayerVersion |
ClusterProps.Jsii$Proxy.getKubectlLayer() |
ILayerVersion |
FargateClusterProps.Jsii$Proxy.getKubectlLayer() |
ILayerVersion |
Cluster.getKubectlLayer()
(experimental) The AWS Lambda layer that contains `kubectl`, `helm` and the AWS CLI.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterOptions.Builder |
ClusterOptions.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
ClusterAttributes.Builder |
ClusterAttributes.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterAttributes.getKubectlLayer() |
FargateCluster.Builder |
FargateCluster.Builder.kubectlLayer(ILayerVersion kubectlLayer)
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
ClusterProps.Builder |
ClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.kubectlLayer(ILayerVersion kubectlLayer)
Sets the value of
ClusterOptions.getKubectlLayer() |
Cluster.Builder |
Cluster.Builder.kubectlLayer(ILayerVersion kubectlLayer)
(experimental) An AWS Lambda Layer which includes `kubectl`, Helm and the AWS CLI.
|
| Constructor and Description |
|---|
Jsii$Proxy(CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
IRole mastersRole,
Boolean outputMastersRoleArn,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterOptions.Builder. |
Jsii$Proxy(FargateProfileOptions defaultProfile,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
IRole mastersRole,
Boolean outputMastersRoleArn,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
FargateClusterProps.Builder. |
Jsii$Proxy(Number defaultCapacity,
InstanceType defaultCapacityInstance,
DefaultCapacityType defaultCapacityType,
Boolean kubectlEnabled,
IKey secretsEncryptionKey,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
IRole mastersRole,
Boolean outputMastersRoleArn,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Jsii$Proxy(String clusterName,
String clusterCertificateAuthorityData,
String clusterEncryptionConfigKeyArn,
String clusterEndpoint,
String clusterSecurityGroupId,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
List<String> kubectlPrivateSubnetIds,
String kubectlRoleArn,
String kubectlSecurityGroupId,
IOpenIdConnectProvider openIdConnectProvider,
List<String> securityGroupIds,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ClusterAttributes.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILayerVersion.Jsii$Default
Internal default implementation for
ILayerVersion. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILayerVersion.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LayerVersion
(experimental) Defines a new Lambda Layer version.
|
| Modifier and Type | Method and Description |
|---|---|
static ILayerVersion |
LayerVersion.fromLayerVersionArn(software.constructs.Construct scope,
String id,
String layerVersionArn)
(experimental) Imports a layer version by ARN.
|
static ILayerVersion |
LayerVersion.fromLayerVersionAttributes(software.constructs.Construct scope,
String id,
LayerVersionAttributes attrs)
(experimental) Imports a Layer that has been defined externally.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ILayerVersion> |
FunctionOptions.getLayers()
(experimental) A list of layers to add to the function's execution environment.
|
List<ILayerVersion> |
FunctionOptions.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
SingletonFunctionProps.Jsii$Proxy.getLayers() |
List<ILayerVersion> |
FunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.addLayers(ILayerVersion... layers)
(experimental) Adds one or more Lambda Layers to this Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
SingletonFunction.Builder |
SingletonFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
FunctionOptions.Builder |
FunctionOptions.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
Function.Builder |
Function.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
FunctionProps.Builder |
FunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
NodejsFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
NodejsFunction.Builder |
NodejsFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts,
Map<String,String> buildArgs,
BundlingDockerImage bundlingDockerImage,
Map<String,String> bundlingEnvironment,
String esbuildVersion,
List<String> externalModules,
Boolean forceDockerBundling,
Map<String,String> loader,
Boolean minify,
List<String> nodeModules,
Boolean sourceMap,
String target)
Constructor that initializes the object based on literal property values passed by the
NodejsFunctionProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
PythonLayerVersion
(experimental) A lambda layer version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILayerVersion> |
PythonFunctionProps.Jsii$Proxy.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunction.Builder |
PythonFunction.Builder.layers(List<? extends ILayerVersion> layers)
(experimental) A list of layers to add to the function's execution environment.
|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers)
Sets the value of
FunctionOptions.getLayers() |
| Constructor and Description |
|---|
Jsii$Proxy(String entry,
String handler,
String index,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
PythonFunctionProps.Builder. |
Copyright © 2020. All rights reserved.