Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps-
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.awscdk.services.opensearchservice.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 ObjectList of application configurations.final ObjectList of data sources.final StringThe endpoint URL of an OpenSearch application.final ObjectSettings container for integrating IAM Identity Center with OpenSearch UI applications, which enables enabling secure user authentication and access control across multiple data sources.final StringgetName()The name of an OpenSearch application.getTags()An arbitrary set of tags (key-value pairs) for this application.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 theCfnApplicationProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnApplicationPropsThe name of an OpenSearch application.- Specified by:
getNamein interfaceCfnApplicationProps- See Also:
-
getAppConfigs
Description copied from interface:CfnApplicationPropsList of application configurations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.AppConfigProperty>- Specified by:
getAppConfigsin interfaceCfnApplicationProps- See Also:
-
getDataSources
Description copied from interface:CfnApplicationPropsList of data sources.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.DataSourceProperty>- Specified by:
getDataSourcesin interfaceCfnApplicationProps- See Also:
-
getEndpoint
Description copied from interface:CfnApplicationPropsThe endpoint URL of an OpenSearch application.- Specified by:
getEndpointin interfaceCfnApplicationProps- See Also:
-
getIamIdentityCenterOptions
Description copied from interface:CfnApplicationPropsSettings container for integrating IAM Identity Center with OpenSearch UI applications, which enables enabling secure user authentication and access control across multiple data sources.This setup supports single sign-on (SSO) through IAM Identity Center, allowing centralized user management.
Returns union: either
IResolvableorCfnApplication.IamIdentityCenterOptionsProperty- Specified by:
getIamIdentityCenterOptionsin interfaceCfnApplicationProps- See Also:
-
getTags
Description copied from interface:CfnApplicationPropsAn arbitrary set of tags (key-value pairs) for this application.- Specified by:
getTagsin interfaceCfnApplicationProps- See Also:
-
$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()
-