RamRoles
Initializer
import { RamRoles } from '@alicloud/ros-cdk-core'
const ramRoles: RamRoles = { ... }
Properties
| Name | Type | Description |
|---|---|---|
fcRole |
IResolvable |
The RAM role ARN that grants FC function the required permissions. |
fcRoleRequired
public readonly fcRole: IResolvable;
- Type: IResolvable
The RAM role ARN that grants FC function the required permissions.