Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.Builder
Packages that use CfnDomainPropsMixin.Builder
-
Uses of CfnDomainPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.opensearchservice
Methods in software.amazon.awscdk.cfnpropertymixins.services.opensearchservice that return CfnDomainPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDomainPropsMixin.Builder.accessPolicies(Object accessPolicies) An AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions.CfnDomainPropsMixin.Builder.advancedOptions(Map<String, String> advancedOptions) Additional options to specify for the OpenSearch Service domain.CfnDomainPropsMixin.Builder.advancedOptions(IResolvable advancedOptions) Additional options to specify for the OpenSearch Service domain.CfnDomainPropsMixin.Builder.advancedSecurityOptions(CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty advancedSecurityOptions) Specifies options for fine-grained access control and SAML authentication.CfnDomainPropsMixin.Builder.advancedSecurityOptions(IResolvable advancedSecurityOptions) Specifies options for fine-grained access control and SAML authentication.CfnDomainPropsMixin.Builder.aimlOptions(CfnDomainPropsMixin.AIMLOptionsProperty aimlOptions) Container for parameters required to enable all machine learning features.CfnDomainPropsMixin.Builder.aimlOptions(IResolvable aimlOptions) Container for parameters required to enable all machine learning features.CfnDomainPropsMixin.Builder.clusterConfig(CfnDomainPropsMixin.ClusterConfigProperty clusterConfig) Container for the cluster configuration of a domain.CfnDomainPropsMixin.Builder.clusterConfig(IResolvable clusterConfig) Container for the cluster configuration of a domain.CfnDomainPropsMixin.Builder.cognitoOptions(CfnDomainPropsMixin.CognitoOptionsProperty cognitoOptions) Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.CfnDomainPropsMixin.Builder.cognitoOptions(IResolvable cognitoOptions) Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.static CfnDomainPropsMixin.BuilderCfnDomainPropsMixin.Builder.create()static CfnDomainPropsMixin.BuilderCfnDomainPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDomainPropsMixin.Builder.deploymentStrategyOptions(CfnDomainPropsMixin.DeploymentStrategyOptionsProperty deploymentStrategyOptions) CfnDomainPropsMixin.Builder.deploymentStrategyOptions(IResolvable deploymentStrategyOptions) CfnDomainPropsMixin.Builder.domainEndpointOptions(CfnDomainPropsMixin.DomainEndpointOptionsProperty domainEndpointOptions) 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.CfnDomainPropsMixin.Builder.domainEndpointOptions(IResolvable domainEndpointOptions) 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.CfnDomainPropsMixin.Builder.domainName(String domainName) A name for the OpenSearch Service domain.CfnDomainPropsMixin.Builder.ebsOptions(CfnDomainPropsMixin.EBSOptionsProperty ebsOptions) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.CfnDomainPropsMixin.Builder.ebsOptions(IResolvable ebsOptions) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.CfnDomainPropsMixin.Builder.encryptionAtRestOptions(CfnDomainPropsMixin.EncryptionAtRestOptionsProperty encryptionAtRestOptions) Whether the domain should encrypt data at rest, and if so, the AWS key to use.CfnDomainPropsMixin.Builder.encryptionAtRestOptions(IResolvable encryptionAtRestOptions) Whether the domain should encrypt data at rest, and if so, the AWS key to use.CfnDomainPropsMixin.Builder.engineVersion(String engineVersion) The version of OpenSearch to use.CfnDomainPropsMixin.Builder.identityCenterOptions(CfnDomainPropsMixin.IdentityCenterOptionsProperty identityCenterOptions) Configuration options for controlling IAM Identity Center integration within a domain.CfnDomainPropsMixin.Builder.identityCenterOptions(IResolvable identityCenterOptions) Configuration options for controlling IAM Identity Center integration within a domain.CfnDomainPropsMixin.Builder.ipAddressType(String ipAddressType) Choose either dual stack or IPv4 as your IP address type.CfnDomainPropsMixin.Builder.logPublishingOptions(Map<String, ? extends Object> logPublishingOptions) 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.CfnDomainPropsMixin.Builder.logPublishingOptions(IResolvable logPublishingOptions) 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.CfnDomainPropsMixin.Builder.nodeToNodeEncryptionOptions(CfnDomainPropsMixin.NodeToNodeEncryptionOptionsProperty nodeToNodeEncryptionOptions) Specifies whether node-to-node encryption is enabled.CfnDomainPropsMixin.Builder.nodeToNodeEncryptionOptions(IResolvable nodeToNodeEncryptionOptions) Specifies whether node-to-node encryption is enabled.CfnDomainPropsMixin.Builder.offPeakWindowOptions(CfnDomainPropsMixin.OffPeakWindowOptionsProperty offPeakWindowOptions) Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.CfnDomainPropsMixin.Builder.offPeakWindowOptions(IResolvable offPeakWindowOptions) Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.CfnDomainPropsMixin.Builder.skipShardMigrationWait(Boolean skipShardMigrationWait) CfnDomainPropsMixin.Builder.skipShardMigrationWait(IResolvable skipShardMigrationWait) CfnDomainPropsMixin.Builder.snapshotOptions(CfnDomainPropsMixin.SnapshotOptionsProperty snapshotOptions) DEPRECATED .CfnDomainPropsMixin.Builder.snapshotOptions(IResolvable snapshotOptions) DEPRECATED .CfnDomainPropsMixin.Builder.softwareUpdateOptions(CfnDomainPropsMixin.SoftwareUpdateOptionsProperty softwareUpdateOptions) Service software update options for the domain.CfnDomainPropsMixin.Builder.softwareUpdateOptions(IResolvable softwareUpdateOptions) Service software update options for the domain.An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Service domain.CfnDomainPropsMixin.Builder.vpcOptions(CfnDomainPropsMixin.VPCOptionsProperty vpcOptions) The virtual private cloud (VPC) configuration for the OpenSearch Service domain.CfnDomainPropsMixin.Builder.vpcOptions(IResolvable vpcOptions) The virtual private cloud (VPC) configuration for the OpenSearch Service domain.