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