Role Args
data class RoleArgs(val assumeRolePolicyDocument: Output<Any>? = null, val description: Output<String>? = null, val managedPolicyArns: Output<List<String>>? = null, val maxSessionDuration: Output<Int>? = null, val path: Output<String>? = null, val permissionsBoundary: Output<String>? = null, val policies: Output<List<RolePolicyArgs>>? = null, val roleName: Output<String>? = null, val tags: Output<List<RoleTagArgs>>? = null) : ConvertibleToJava<RoleArgs>
Resource Type definition for AWS::IAM::Role
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun RoleArgs(assumeRolePolicyDocument: Output<Any>? = null, description: Output<String>? = null, managedPolicyArns: Output<List<String>>? = null, maxSessionDuration: Output<Int>? = null, path: Output<String>? = null, permissionsBoundary: Output<String>? = null, policies: Output<List<RolePolicyArgs>>? = null, roleName: Output<String>? = null, tags: Output<List<RoleTagArgs>>? = null)