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