@Stability(value=Stable)
public static interface CfnComponentVersion.LambdaDeviceMountProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentVersion.LambdaDeviceMountProperty.Builder
A builder for
CfnComponentVersion.LambdaDeviceMountProperty |
static class |
CfnComponentVersion.LambdaDeviceMountProperty.Jsii$Proxy
An implementation for
CfnComponentVersion.LambdaDeviceMountProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentVersion.LambdaDeviceMountProperty.Builder |
builder() |
default Object |
getAddGroupOwner()
Whether or not to add the component's system user as an owner of the device.
|
default String |
getPath()
The mount path for the device in the file system.
|
default String |
getPermission()
The permission to access the device: read/only ( `ro` ) or read/write ( `rw` ).
|
@Stability(value=Stable) @Nullable default Object getAddGroupOwner()
Default: false
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) @Nullable default String getPermission()
Default: ro
@Stability(value=Stable) static CfnComponentVersion.LambdaDeviceMountProperty.Builder builder()
Copyright © 2022. All rights reserved.