interface UnknownPrincipalProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IAM.UnknownPrincipalProps |
Java | software.amazon.awscdk.services.iam.UnknownPrincipalProps |
Python | aws_cdk.aws_iam.UnknownPrincipalProps |
TypeScript (source) | @aws-cdk/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 * as iam from '@aws-cdk/aws-iam';
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.