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.
import aws_cdk.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.