AWS SDK for .NET Documentation
Policy Constructor (id, statements)
AmazonAmazon.Auth.AccessControlPolicyPolicyPolicy(String, IList<(Of <<'(Statement>)>>)) Did this page help you?   Yes   No    Tell us about it...
Constructs a new AWS access control policy with the specified policy ID and collection of statements. The policy ID is a user specified string that serves to help developers keep track of multiple polices. Policy IDs are often used as a human readable name for a policy.
Declaration Syntax
C#
public Policy(
	string id,
	IList<Statement> statements
)
Parameters
id (String)
The policy ID for the new policy object. Policy IDs serve to help developers keep track of multiple policies, and are often used to give the policy a meaningful, human readable name.
statements (IList<(Of <(<'Statement>)>)>)
The statements to include in the new policy.

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