AssumeRolePolicyDocumentProperty
Initializer
import com.aliyun.ros.cdk.ram.RosRole.AssumeRolePolicyDocumentProperty;
AssumeRolePolicyDocumentProperty.builder()
.statement(IResolvable)
.statement(java.util.List<IResolvable)
.statement(StatementProperty>)
.version(java.lang.String)
.version(IResolvable)
.build();
Properties
| Name |
Type |
Description |
statement |
com.aliyun.ros.cdk.core.IResolvable OR java.util.ListStatementProperty> |
No description. |
version |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
statementRequired
public java.lang.Object getStatement();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListStatementProperty>
versionRequired
public java.lang.Object getVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable