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
Constructs.IConstruct