| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static DevicePermission |
DevicePermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DevicePermission[] |
DevicePermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<DevicePermission> |
Device.getPermissions()
(experimental) The explicit permissions to provide to the container for the device.
|
List<DevicePermission> |
Device.Jsii$Proxy.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
Device.Builder |
Device.Builder.permissions(List<? extends DevicePermission> permissions)
Sets the value of
Device.getPermissions() |
| Constructor and Description |
|---|
Jsii$Proxy(String hostPath,
String containerPath,
List<? extends DevicePermission> permissions)
Constructor that initializes the object based on literal property values passed by the
Device.Builder. |
Copyright © 2021. All rights reserved.