ApplicationAccessScopeArgs

data class ApplicationAccessScopeArgs(val applicationArn: Output<String>? = null, val authorizedTargets: Output<List<String>>? = null, val scope: Output<String>? = null) : ConvertibleToJava<ApplicationAccessScopeArgs>

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

Constructors

Link copied to clipboard
fun ApplicationAccessScopeArgs(applicationArn: Output<String>? = null, authorizedTargets: Output<List<String>>? = null, scope: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ApplicationAccessScopeArgs

Properties

Link copied to clipboard
val applicationArn: Output<String>? = null

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

Link copied to clipboard
val authorizedTargets: Output<List<String>>? = null

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

Link copied to clipboard
val scope: Output<String>? = null

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