pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iam.kotlin.inputs
/
GetRolePolicyPlainArgs
Get
Role
Policy
Plain
Args
data
class
GetRolePolicyPlainArgs
(
val
policyName
:
String
,
val
roleName
:
String
)
:
ConvertibleToJava
<
GetRolePolicyPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Role
Policy
Plain
Args
Link copied to clipboard
fun
GetRolePolicyPlainArgs
(
policyName
:
String
,
roleName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetRolePolicyPlainArgs
Properties
policy
Name
Link copied to clipboard
val
policyName
:
String
The friendly name (not ARN) identifying the policy.
role
Name
Link copied to clipboard
val
roleName
:
String
The name of the policy document.