Table of Contents

Interface IUnknownPrincipalProps

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

Properties for an UnknownPrincipal.

public interface IUnknownPrincipalProps

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

Properties

Resource

The resource the role proxy is for.

IConstruct Resource { get; }

Property Value

IConstruct