ManagedPolicy

class ManagedPolicy : KotlinCustomResource

Resource Type definition for AWS::IAM::ManagedPolicy

Properties

Link copied to clipboard
val attachmentCount: Output<Int>

The number of entities (users, groups, and roles) that the policy is attached to.

Link copied to clipboard
val createDate: Output<String>

The date and time, in ISO 8601 date-time format, when the policy was created.

Link copied to clipboard

The identifier for the version of the policy that is set as the default version.

Link copied to clipboard
val description: Output<String>?

A friendly description of the policy.

Link copied to clipboard
val groups: Output<List<String>>?

The name (friendly name, not ARN) of the group to attach the policy to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val isAttachable: Output<Boolean>

Specifies whether the policy can be attached to an IAM user, group, or role.

Link copied to clipboard

The friendly name of the policy.

Link copied to clipboard
val path: Output<String>?

The path for the policy.

Link copied to clipboard

The number of entities (users and roles) for which the policy is used to set the permissions boundary.

Link copied to clipboard
val policyArn: Output<String>

Amazon Resource Name (ARN) of the managed policy

Link copied to clipboard
val policyDocument: Output<Any>

The JSON policy document that you want to use as the content for the new policy.

Link copied to clipboard
val policyId: Output<String>

The stable and unique string identifying the policy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roles: Output<List<String>>?

The name (friendly name, not ARN) of the role to attach the policy to.

Link copied to clipboard
val updateDate: Output<String>

The date and time, in ISO 8601 date-time format, when the policy was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val users: Output<List<String>>?

The name (friendly name, not ARN) of the IAM user to attach the policy to.