getPermissionSet

Use this data source to get a Single Sign-On (SSO) Permission Set.

Return

A collection of values returned by getPermissionSet.

Parameters

argument

A collection of arguments for invoking getPermissionSet.


suspend fun getPermissionSet(arn: String? = null, instanceArn: String, name: String? = null, tags: Map<String, String>? = null): GetPermissionSetResult

Return

A collection of values returned by getPermissionSet.

Parameters

arn

ARN of the permission set.

instanceArn

ARN of the SSO Instance associated with the permission set.

name

Name of the SSO Permission Set.

tags

Key-value map of resource tags.

See also


Return

A collection of values returned by getPermissionSet.

Parameters

argument

Builder for com.pulumi.aws.ssoadmin.kotlin.inputs.GetPermissionSetPlainArgs.

See also