Class CfnDomainProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomainProps.Jsii$Proxy
All Implemented Interfaces:
CfnDomainProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDomainProps

@Stability(Stable) @Internal public static final class CfnDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomainProps
An implementation for CfnDomainProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomainProps

    CfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDomainProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    An AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions.
    final Object
    Additional options to specify for the OpenSearch Service domain.
    final Object
    Specifies options for fine-grained access control and SAML authentication.
    final Object
    Container for the cluster configuration of a domain.
    final Object
    Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
    final String
     
    final Object
    Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.
    final String
    A name for the OpenSearch Service domain.
    final Object
    The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.
    final Object
    Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use.
    final String
    The version of OpenSearch to use.
    final String
    Choose either dual stack or IPv4 as your IP address type.
    final Object
    An object with one or more of the following keys: SEARCH_SLOW_LOGS , ES_APPLICATION_LOGS , INDEX_SLOW_LOGS , AUDIT_LOGS , depending on the types of logs you want to publish.
    final Object
    Specifies whether node-to-node encryption is enabled.
    final Object
    Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.
    final Object
    DEPRECATED .
    final Object
    Service software update options for the domain.
    final List<CfnTag>
    An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.
    final Object
    The virtual private cloud (VPC) configuration for the OpenSearch Service domain.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait