Skip to content

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.

fcRoleRequired

public IResolvable getFcRole();

The RAM role ARN that grants FC function the required permissions.