@Internal public static final class LambdaToOpenSearchProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToOpenSearchProps
LambdaToOpenSearchPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToOpenSearchProps.Builder, LambdaToOpenSearchProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LambdaToOpenSearchProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToOpenSearchProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCognitoDomainName()
Optional Amazon Cognito domain name.
|
Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
String |
getDomainEndpointEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the domain endpoint.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
software.amazon.awscdk.services.ec2.IVpc |
getExistingVpc()
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
String |
getOpenSearchDomainName()
Domain name for the OpenSearch Service.
|
software.amazon.awscdk.services.opensearchservice.CfnDomainProps |
getOpenSearchDomainProps()
Optional user provided props to override the default props for the OpenSearch Service.
|
software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LambdaToOpenSearchProps.Builder builder)
LambdaToOpenSearchProps.Builder.public final String getOpenSearchDomainName()
LambdaToOpenSearchPropsDefault: - None
getOpenSearchDomainName in interface LambdaToOpenSearchPropspublic final String getCognitoDomainName()
LambdaToOpenSearchPropsIf omitted the Amazon Cognito domain will default to the OpenSearch Service domain name.
Default: - the OpenSearch Service domain name
getCognitoDomainName in interface LambdaToOpenSearchPropspublic final Boolean getCreateCloudWatchAlarms()
LambdaToOpenSearchPropsDefault: - Alarms are created
getCreateCloudWatchAlarms in interface LambdaToOpenSearchPropspublic final Boolean getDeployVpc()
LambdaToOpenSearchPropsDefault: - false
getDeployVpc in interface LambdaToOpenSearchPropspublic final String getDomainEndpointEnvironmentVariableName()
LambdaToOpenSearchPropsDefault: - DOMAIN_ENDPOINT
getDomainEndpointEnvironmentVariableName in interface LambdaToOpenSearchPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToOpenSearchPropsDefault: - None
getExistingLambdaObj in interface LambdaToOpenSearchPropspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToOpenSearchPropsDefault: - None
getExistingVpc in interface LambdaToOpenSearchPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToOpenSearchPropsDefault: - Default props are used
getLambdaFunctionProps in interface LambdaToOpenSearchPropspublic final software.amazon.awscdk.services.opensearchservice.CfnDomainProps getOpenSearchDomainProps()
LambdaToOpenSearchPropsDefault: - Default props are used
getOpenSearchDomainProps in interface LambdaToOpenSearchPropspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToOpenSearchPropsDefault: - DefaultIsolatedVpcProps() in vpc-defaults.ts
getVpcProps in interface LambdaToOpenSearchProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.