AWS SDK for .NET Documentation
Principal Constructor (provider, id)
AmazonAmazon.Auth.AccessControlPolicyPrincipalPrincipal(String, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a new principal with the specified provider and id
Declaration Syntax
C#
public Principal(
	string provider,
	string id
)
Parameters
provider (String)
The provider of the principal
id (String)
The unique ID of the Principal within the provider

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)