AWS SDK for .NET Documentation
AccessPoliciesStatus Class
AmazonAmazon.CloudSearch_2011_02_01.ModelAccessPoliciesStatus Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class AccessPoliciesStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AccessPoliciesStatus()()()()
Initializes a new instance of the AccessPoliciesStatus class

Equals(Object)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
AccessPoliciesStatus

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