A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies.

C# |
public class AccessPoliciesStatus

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AccessPoliciesStatus()()()() | Initializes a new instance of the AccessPoliciesStatus class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Options |
An IAM access policy as described in The Access Policy Language in Using AWS Identity and Access Management. The maximum size of an access policy
document is 100 KB. Example: {"Statement": [{"Effect":"Allow", "Action": "*", "Resource":
"arn:aws:cs:us-east-1:1234567890:search/movies", "Condition": { "IpAddress": { "aws:SourceIp": ["203.0.113.1/32"] } }}, {"Effect":"Allow",
"Action": "*", "Resource": "arn:aws:cs:us-east-1:1234567890:documents/movies", "Condition": { "IpAddress": { "aws:SourceIp":
["203.0.113.1/32"] } }} ] } |
![]() | Status |
The status of an option, including when it was last updated and whether it is actively in use for searches.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithOptions(String) | Obsolete.
Sets the Options property
|
![]() | WithStatus(OptionStatus) | Obsolete.
Sets the Status property
|

Object | |
![]() | AccessPoliciesStatus |