ApplicationAccessScope

class ApplicationAccessScope : KotlinCustomResource

Resource for managing an AWS SSO Admin Application Access Scope.

Example Usage

Import

Using pulumi import, import SSO Admin Application Access Scope using the id. For example:

$ pulumi import aws:ssoadmin/applicationAccessScope:ApplicationAccessScope example arn:aws:sso::012345678901:application/ssoins-012345678901/apl-012345678901,sso:account:access

Properties

Link copied to clipboard
val applicationArn: Output<String>

Specifies the ARN of the application with the access scope with the targets to add or update.

Link copied to clipboard

Specifies an array list of ARNs that represent the authorized targets for this access scope.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: Output<String>

Specifies the name of the access scope to be associated with the specified targets. The following arguments are optional:

Link copied to clipboard
val urn: Output<String>