| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceAccessPolicy> |
FunctionConfigurationEnvironment.resourceAccessPolicies()
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionConfigurationEnvironment.Builder |
FunctionConfigurationEnvironment.Builder.resourceAccessPolicies(ResourceAccessPolicy... resourceAccessPolicies)
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionConfigurationEnvironment.Builder |
FunctionConfigurationEnvironment.Builder.resourceAccessPolicies(Collection<ResourceAccessPolicy> resourceAccessPolicies)
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
Copyright © 2020. All rights reserved.