Class CfnIntegration.OpenSearchResourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnIntegration.OpenSearchResourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnIntegration.OpenSearchResourceConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIntegration.OpenSearchResourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnIntegration.OpenSearchResourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.OpenSearchResourceConfigProperty
An implementation for 
CfnIntegration.OpenSearchResourceConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.CfnIntegration.OpenSearchResourceConfigPropertyCfnIntegration.OpenSearchResourceConfigProperty.Builder, CfnIntegration.OpenSearchResourceConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.OpenSearchResourceConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringIf you want to use an existing OpenSearch Service application for your integration with OpenSearch Service, specify it here.Specify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.final StringSpecify the ARN of an IAM role that CloudWatch Logs will use to create the integration.final StringTo have the vended dashboard data encrypted with AWS KMS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS KMS key that you want to use.final NumberSpecify how many days that you want the data derived by OpenSearch Service to be retained in the index that the dashboard refers to.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnIntegration.OpenSearchResourceConfigProperty.Builder.
 
- 
- 
Method Details- 
getDashboardViewerPrincipalsDescription copied from interface:CfnIntegration.OpenSearchResourceConfigPropertySpecify the ARNs of IAM roles and IAM users who you want to grant permission to for viewing the dashboards.In addition to specifying these users here, you must also grant them the CloudWatchOpenSearchDashboardAccess IAM policy. For more information, see IAM policies for users . - Specified by:
- getDashboardViewerPrincipalsin interface- CfnIntegration.OpenSearchResourceConfigProperty
- See Also:
 
- 
getDataSourceRoleArnDescription copied from interface:CfnIntegration.OpenSearchResourceConfigPropertySpecify the ARN of an IAM role that CloudWatch Logs will use to create the integration.This role must have the permissions necessary to access the OpenSearch Service collection to be able to create the dashboards. For more information about the permissions needed, see Permissions that the integration needs in the CloudWatch Logs User Guide. - Specified by:
- getDataSourceRoleArnin interface- CfnIntegration.OpenSearchResourceConfigProperty
- See Also:
 
- 
getApplicationArnDescription copied from interface:CfnIntegration.OpenSearchResourceConfigPropertyIf you want to use an existing OpenSearch Service application for your integration with OpenSearch Service, specify it here.If you omit this, a new application will be created. - Specified by:
- getApplicationArnin interface- CfnIntegration.OpenSearchResourceConfigProperty
- See Also:
 
- 
getKmsKeyArnDescription copied from interface:CfnIntegration.OpenSearchResourceConfigPropertyTo have the vended dashboard data encrypted with AWS KMS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS KMS key that you want to use.- Specified by:
- getKmsKeyArnin interface- CfnIntegration.OpenSearchResourceConfigProperty
- See Also:
 
- 
getRetentionDaysDescription copied from interface:CfnIntegration.OpenSearchResourceConfigPropertySpecify how many days that you want the data derived by OpenSearch Service to be retained in the index that the dashboard refers to.This also sets the maximum time period that you can choose when viewing data in the dashboard. Choosing a longer time frame will incur additional costs. - Specified by:
- getRetentionDaysin interface- CfnIntegration.OpenSearchResourceConfigProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-