RamRoles
Initializer
import com.aliyun.ros.cdk.core.RamRoles;
RamRoles.builder()
.fcRole(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
fcRole |
IResolvable |
The RAM role ARN that grants FC function the required permissions. |
fcRole
Required
public IResolvable getFcRole();
- Type: IResolvable
The RAM role ARN that grants FC function the required permissions.