UnknownPrincipalProps¶
-
class
aws_cdk.aws_iam.
UnknownPrincipalProps
(*, resource)¶ Bases:
object
Properties for an UnknownPrincipal.
- Parameters
resource (
IConstruct
) – The resource the role proxy is for.
Attributes
-
resource
¶ The resource the role proxy is for.
- Return type