AWS SDK for .NET Documentation
Resources Property
AmazonAmazon.Auth.AccessControlPolicyStatementResources Did this page help you?   Yes   No    Tell us about it...
Gets and Sets the resources associated with this policy statement. Resources are what a policy statement is allowing or denying access to, such as an Amazon SQS queue or an Amazon SNS topic.

Note that some services allow only one resource to be specified per policy statement.

Declaration Syntax
C#
public IList<Resource> Resources { get; set; }

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