aws-cdk-lib.aws_iam.UnknownPrincipalProps

interface UnknownPrincipalProps

LanguageType name
.NETAmazon.CDK.AWS.IAM.UnknownPrincipalProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiam#UnknownPrincipalProps
Javasoftware.amazon.awscdk.services.iam.UnknownPrincipalProps
Pythonaws_cdk.aws_iam.UnknownPrincipalProps
TypeScript (source)aws-cdk-lib » aws_iam » UnknownPrincipalProps

Properties for an UnknownPrincipal.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iam as iam } from 'aws-cdk-lib';
import * as constructs from 'constructs';

declare const construct: constructs.Construct;
const unknownPrincipalProps: iam.UnknownPrincipalProps = {
  resource: construct,
};

Properties

NameTypeDescription
resourceIConstructThe resource the role proxy is for.

resource

Type: IConstruct

The resource the role proxy is for.