Class LambdaToOpenSearchProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.lambdaopensearch.LambdaToOpenSearchProps.Jsii$Proxy
- All Implemented Interfaces:
LambdaToOpenSearchProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LambdaToOpenSearchProps
@Internal
public static final class LambdaToOpenSearchProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LambdaToOpenSearchProps
An implementation for
LambdaToOpenSearchProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.lambdaopensearch.LambdaToOpenSearchProps
LambdaToOpenSearchProps.Builder, LambdaToOpenSearchProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLambdaToOpenSearchProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringOptional Amazon Cognito domain name.final BooleanWhether to create recommended CloudWatch alarms.final BooleanWhether to deploy a new VPC.final StringOptional Name for the Lambda function environment variable set to the domain endpoint.final software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.ec2.IVpcAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).final software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.final StringDomain name for the OpenSearch Service.final software.amazon.awscdk.services.opensearchservice.CfnDomainPropsOptional user provided props to override the default props for the OpenSearch Service.final software.amazon.awscdk.services.ec2.VpcPropsProperties to override default properties if deployVpc is true.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLambdaToOpenSearchProps.Builder.
-
-
Method Details
-
getOpenSearchDomainName
Description copied from interface:LambdaToOpenSearchPropsDomain name for the OpenSearch Service.Default: - None
- Specified by:
getOpenSearchDomainNamein interfaceLambdaToOpenSearchProps
-
getCognitoDomainName
Description copied from interface:LambdaToOpenSearchPropsOptional Amazon Cognito domain name.If omitted the Amazon Cognito domain will default to the OpenSearch Service domain name.
Default: - the OpenSearch Service domain name
- Specified by:
getCognitoDomainNamein interfaceLambdaToOpenSearchProps
-
getCreateCloudWatchAlarms
Description copied from interface:LambdaToOpenSearchPropsWhether to create recommended CloudWatch alarms.Default: - Alarms are created
- Specified by:
getCreateCloudWatchAlarmsin interfaceLambdaToOpenSearchProps
-
getDeployVpc
Description copied from interface:LambdaToOpenSearchPropsWhether to deploy a new VPC.Default: - false
- Specified by:
getDeployVpcin interfaceLambdaToOpenSearchProps
-
getDomainEndpointEnvironmentVariableName
Description copied from interface:LambdaToOpenSearchPropsOptional Name for the Lambda function environment variable set to the domain endpoint.Default: - DOMAIN_ENDPOINT
- Specified by:
getDomainEndpointEnvironmentVariableNamein interfaceLambdaToOpenSearchProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:LambdaToOpenSearchPropsExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceLambdaToOpenSearchProps
-
getExistingVpc
public final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()Description copied from interface:LambdaToOpenSearchPropsAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).Default: - None
- Specified by:
getExistingVpcin interfaceLambdaToOpenSearchProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:LambdaToOpenSearchPropsUser provided props to override the default props for the Lambda function.Default: - Default props are used
- Specified by:
getLambdaFunctionPropsin interfaceLambdaToOpenSearchProps
-
getOpenSearchDomainProps
public final software.amazon.awscdk.services.opensearchservice.CfnDomainProps getOpenSearchDomainProps()Description copied from interface:LambdaToOpenSearchPropsOptional user provided props to override the default props for the OpenSearch Service.Default: - Default props are used
- Specified by:
getOpenSearchDomainPropsin interfaceLambdaToOpenSearchProps
-
getVpcProps
public final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()Description copied from interface:LambdaToOpenSearchPropsProperties to override default properties if deployVpc is true.Default: - DefaultIsolatedVpcProps() in vpc-defaults.ts
- Specified by:
getVpcPropsin interfaceLambdaToOpenSearchProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-