toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.iam.kotlin.inputs
/
RoleInlinePolicyArgs
Role
Inline
Policy
Args
data
class
RoleInlinePolicyArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
policy
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RoleInlinePolicyArgs
>
Members
Constructors
Role
Inline
Policy
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
policy
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the role policy.
policy
Link copied to clipboard
val
policy
:
Output
<
String
>
?
=
null
Policy document as a JSON formatted string.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RoleInlinePolicyArgs