interface UnknownPrincipalProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IAM.UnknownPrincipalProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#UnknownPrincipalProps |
Java | software.amazon.awscdk.services.iam.UnknownPrincipalProps |
Python | aws_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
Name | Type | Description |
---|---|---|
resource | IConstruct | The resource the role proxy is for. |
resource
Type:
IConstruct
The resource the role proxy is for.