UnknownPrincipalProps
- class aws_cdk.aws_iam.UnknownPrincipalProps(*, resource)
- Bases: - object- Properties for an UnknownPrincipal. - Parameters:
- resource ( - IConstruct) – The resource the role proxy is for.
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_iam as iam import constructs as constructs # construct: constructs.Construct unknown_principal_props = iam.UnknownPrincipalProps( resource=construct ) - Attributes - resource
- The resource the role proxy is for.