 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | Policy()()()() | 
            Constructs an empty AWS access control policy ready to be populated with
            statements.
             | 
|  | Policy(String) | 
            Constructs a new AWS access control policy with the specified policy ID.
            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.
             | 
|  | Policy(String, IList<(Of <<'(Statement>)>>)) | 
            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.
             |