Struct aws_sdk_opensearch::model::DomainConfig
source · [−]#[non_exhaustive]pub struct DomainConfig {Show 15 fields
pub engine_version: Option<VersionStatus>,
pub cluster_config: Option<ClusterConfigStatus>,
pub ebs_options: Option<EbsOptionsStatus>,
pub access_policies: Option<AccessPoliciesStatus>,
pub snapshot_options: Option<SnapshotOptionsStatus>,
pub vpc_options: Option<VpcDerivedInfoStatus>,
pub cognito_options: Option<CognitoOptionsStatus>,
pub encryption_at_rest_options: Option<EncryptionAtRestOptionsStatus>,
pub node_to_node_encryption_options: Option<NodeToNodeEncryptionOptionsStatus>,
pub advanced_options: Option<AdvancedOptionsStatus>,
pub log_publishing_options: Option<LogPublishingOptionsStatus>,
pub domain_endpoint_options: Option<DomainEndpointOptionsStatus>,
pub advanced_security_options: Option<AdvancedSecurityOptionsStatus>,
pub auto_tune_options: Option<AutoTuneOptionsStatus>,
pub change_progress_details: Option<ChangeProgressDetails>,
}
Expand description
The configuration of a domain.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.engine_version: Option<VersionStatus>
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or Elasticsearch domain.
cluster_config: Option<ClusterConfigStatus>
The ClusterConfig
for the domain.
ebs_options: Option<EbsOptionsStatus>
The EBSOptions
for the domain.
access_policies: Option<AccessPoliciesStatus>
IAM access policy as a JSON-formatted string.
snapshot_options: Option<SnapshotOptionsStatus>
The SnapshotOptions
for the domain.
vpc_options: Option<VpcDerivedInfoStatus>
The VPCOptions
for the specified domain. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.
cognito_options: Option<CognitoOptionsStatus>
The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.
encryption_at_rest_options: Option<EncryptionAtRestOptionsStatus>
The EncryptionAtRestOptions
for the domain.
node_to_node_encryption_options: Option<NodeToNodeEncryptionOptionsStatus>
The NodeToNodeEncryptionOptions
for the domain.
advanced_options: Option<AdvancedOptionsStatus>
The AdvancedOptions
for the domain. See Advanced options for more information.
log_publishing_options: Option<LogPublishingOptionsStatus>
Log publishing options for the given domain.
domain_endpoint_options: Option<DomainEndpointOptionsStatus>
The DomainEndpointOptions
for the domain.
advanced_security_options: Option<AdvancedSecurityOptionsStatus>
Specifies AdvancedSecurityOptions
for the domain.
auto_tune_options: Option<AutoTuneOptionsStatus>
Specifies AutoTuneOptions
for the domain.
change_progress_details: Option<ChangeProgressDetails>
Specifies change details of the domain configuration change.
Implementations
sourceimpl DomainConfig
impl DomainConfig
sourcepub fn engine_version(&self) -> Option<&VersionStatus>
pub fn engine_version(&self) -> Option<&VersionStatus>
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or Elasticsearch domain.
sourcepub fn cluster_config(&self) -> Option<&ClusterConfigStatus>
pub fn cluster_config(&self) -> Option<&ClusterConfigStatus>
The ClusterConfig
for the domain.
sourcepub fn ebs_options(&self) -> Option<&EbsOptionsStatus>
pub fn ebs_options(&self) -> Option<&EbsOptionsStatus>
The EBSOptions
for the domain.
sourcepub fn access_policies(&self) -> Option<&AccessPoliciesStatus>
pub fn access_policies(&self) -> Option<&AccessPoliciesStatus>
IAM access policy as a JSON-formatted string.
sourcepub fn snapshot_options(&self) -> Option<&SnapshotOptionsStatus>
pub fn snapshot_options(&self) -> Option<&SnapshotOptionsStatus>
The SnapshotOptions
for the domain.
sourcepub fn vpc_options(&self) -> Option<&VpcDerivedInfoStatus>
pub fn vpc_options(&self) -> Option<&VpcDerivedInfoStatus>
The VPCOptions
for the specified domain. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.
sourcepub fn cognito_options(&self) -> Option<&CognitoOptionsStatus>
pub fn cognito_options(&self) -> Option<&CognitoOptionsStatus>
The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.
sourcepub fn encryption_at_rest_options(
&self
) -> Option<&EncryptionAtRestOptionsStatus>
pub fn encryption_at_rest_options(
&self
) -> Option<&EncryptionAtRestOptionsStatus>
The EncryptionAtRestOptions
for the domain.
sourcepub fn node_to_node_encryption_options(
&self
) -> Option<&NodeToNodeEncryptionOptionsStatus>
pub fn node_to_node_encryption_options(
&self
) -> Option<&NodeToNodeEncryptionOptionsStatus>
The NodeToNodeEncryptionOptions
for the domain.
sourcepub fn advanced_options(&self) -> Option<&AdvancedOptionsStatus>
pub fn advanced_options(&self) -> Option<&AdvancedOptionsStatus>
The AdvancedOptions
for the domain. See Advanced options for more information.
sourcepub fn log_publishing_options(&self) -> Option<&LogPublishingOptionsStatus>
pub fn log_publishing_options(&self) -> Option<&LogPublishingOptionsStatus>
Log publishing options for the given domain.
sourcepub fn domain_endpoint_options(&self) -> Option<&DomainEndpointOptionsStatus>
pub fn domain_endpoint_options(&self) -> Option<&DomainEndpointOptionsStatus>
The DomainEndpointOptions
for the domain.
sourcepub fn advanced_security_options(
&self
) -> Option<&AdvancedSecurityOptionsStatus>
pub fn advanced_security_options(
&self
) -> Option<&AdvancedSecurityOptionsStatus>
Specifies AdvancedSecurityOptions
for the domain.
sourcepub fn auto_tune_options(&self) -> Option<&AutoTuneOptionsStatus>
pub fn auto_tune_options(&self) -> Option<&AutoTuneOptionsStatus>
Specifies AutoTuneOptions
for the domain.
sourcepub fn change_progress_details(&self) -> Option<&ChangeProgressDetails>
pub fn change_progress_details(&self) -> Option<&ChangeProgressDetails>
Specifies change details of the domain configuration change.
sourceimpl DomainConfig
impl DomainConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainConfig
Trait Implementations
sourceimpl Clone for DomainConfig
impl Clone for DomainConfig
sourcefn clone(&self) -> DomainConfig
fn clone(&self) -> DomainConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DomainConfig
impl Debug for DomainConfig
sourceimpl PartialEq<DomainConfig> for DomainConfig
impl PartialEq<DomainConfig> for DomainConfig
sourcefn eq(&self, other: &DomainConfig) -> bool
fn eq(&self, other: &DomainConfig) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DomainConfig) -> bool
fn ne(&self, other: &DomainConfig) -> bool
This method tests for !=
.
impl StructuralPartialEq for DomainConfig
Auto Trait Implementations
impl RefUnwindSafe for DomainConfig
impl Send for DomainConfig
impl Sync for DomainConfig
impl Unpin for DomainConfig
impl UnwindSafe for DomainConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more