Interface CfnComponentVersion.LambdaDeviceMountProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnComponentVersion.LambdaDeviceMountProperty.Jsii$Proxy
Enclosing class:
CfnComponentVersion

@Stability(Stable) public static interface CfnComponentVersion.LambdaDeviceMountProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a device that Linux processes in a container can access.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.greengrassv2.*;
 LambdaDeviceMountProperty lambdaDeviceMountProperty = LambdaDeviceMountProperty.builder()
         .addGroupOwner(false)
         .path("path")
         .permission("permission")
         .build();
 

See Also: