ApplicationPolicyStatement class

Policy statement applied to the application.

Constructors

ApplicationPolicyStatement({required List<String> actions, required List<String> principals, List<String>? principalOrgIDs, String? statementId})
ApplicationPolicyStatement.fromJson(Map<String, dynamic> json)
factory

Properties

actions List<String>
For the list of actions supported for this operation, see Application Permissions.
final
hashCode int
The hash code for this object.
no setterinherited
principalOrgIDs List<String>?
An array of PrinciplalOrgIDs, which corresponds to AWS IAM aws:PrincipalOrgID global condition key.
final
principals List<String>
An array of AWS account IDs, or * to make the application public.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementId String?
A unique ID for the statement.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited