AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSO::ApplicationAssignment

CfnApplicationAssignment

A structure that describes an assignment of a principal to an application.

Import

import { CfnApplicationAssignment } from 'aws-cdk-lib/aws-sso';

Or use the module namespace:

import * as sso from 'aws-cdk-lib/aws-sso';
// sso.CfnApplicationAssignment

Properties

Configuration passed to the constructor as CfnApplicationAssignmentProps.

applicationArnRequired
string

The ARN of the application that has principals assigned.

principalIdRequired
string

The unique identifier of the principal assigned to the application.

principalTypeRequired
string

The type of the principal assigned to the application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter