pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iam.kotlin.inputs
/
GetGroupPolicyPlainArgs
Get
Group
Policy
Plain
Args
data
class
GetGroupPolicyPlainArgs
(
val
groupName
:
String
,
val
policyName
:
String
)
:
ConvertibleToJava
<
GetGroupPolicyPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Group
Policy
Plain
Args
Link copied to clipboard
fun
GetGroupPolicyPlainArgs
(
groupName
:
String
,
policyName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetGroupPolicyPlainArgs
Properties
group
Name
Link copied to clipboard
val
groupName
:
String
The name of the group to associate the policy with.
policy
Name
Link copied to clipboard
val
policyName
:
String
The name of the policy document.