Show / Hide Table of Contents

Interface IUnknownPrincipalProps

Properties for an UnknownPrincipal.

Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUnknownPrincipalProps
Syntax (vb)
Public Interface IUnknownPrincipalProps
Remarks

ExampleMetadata: fixture=_generated

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
            };

Synopsis

Properties

Resource

The resource the role proxy is for.

Properties

Resource

The resource the role proxy is for.

IConstruct Resource { get; }
Property Value

IConstruct

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX