Table of Contents

Class UnknownPrincipalProps

Namespace
Amazon.CDK.AWS.IAM
Assembly
Amazon.CDK.AWS.IAM.dll

Properties for an UnknownPrincipal.

public class UnknownPrincipalProps : IUnknownPrincipalProps
Inheritance
UnknownPrincipalProps
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.IAM;
            using Constructs;

            Construct construct;

            var unknownPrincipalProps = new UnknownPrincipalProps {
                Resource = construct
            };

Remarks

ExampleMetadata: fixture=_generated

Constructors

UnknownPrincipalProps()

public UnknownPrincipalProps()

Properties

Resource

The resource the role proxy is for.

public IConstruct Resource { get; set; }

Property Value

IConstruct