Container for the parameters to the UpdateServiceAccessPolicies operation.
Configures the policies that control access to the domain's document and search services. The maximum size of an access policy document is 100 KB.

C# |
public class UpdateServiceAccessPoliciesRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | UpdateServiceAccessPoliciesRequest()()()() | Initializes a new instance of the UpdateServiceAccessPoliciesRequest class |
![]() | AccessPolicies |
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"] } }} ] } |
![]() | DomainName |
A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region.
Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase
letters and underscores are not allowed.
Constraints: |
![]() | 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.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAccessPolicies(String) | Obsolete.
Sets the AccessPolicies property
|
![]() | WithDomainName(String) | Obsolete.
Sets the DomainName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | UpdateServiceAccessPoliciesRequest |