Returns the domain\'s endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.
cloudsearch_describe_domain_endpoint_options(DomainName, Deployed)
[required] A string that represents the name of a domain.
Whether to retrieve the latest configuration (which might be in a
Processing state) or the current, active configuration. Defaults to
false
.
svc$describe_domain_endpoint_options( DomainName = "string", Deployed = TRUE|FALSE )