pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iam.kotlin.outputs
/
GroupPolicy
Group
Policy
data
class
GroupPolicy
(
val
policyDocument
:
String
,
val
policyName
:
String
)
Types
Constructors
Properties
Constructors
Group
Policy
Link copied to clipboard
fun
GroupPolicy
(
policyDocument
:
String
,
policyName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
policy
Document
Link copied to clipboard
val
policyDocument
:
String
The policy document.
policy
Name
Link copied to clipboard
val
policyName
:
String
The friendly name (not ARN) identifying the policy.