Class CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty
An implementation for
CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty-
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.cfnpropertymixins.services.logs.CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty
CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.Builder, CfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.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 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 instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS 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.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 theCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty.Builder.
-
-
Method Details
-
getApplicationArn
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty- See Also:
-
getDashboardViewerPrincipals
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty- See Also:
-
getDataSourceRoleArn
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty- See Also:
-
getKmsKeyArn
Description copied from interface:CfnIntegrationPropsMixin.OpenSearchResourceConfigPropertyTo have the vended dashboard data encrypted with AWS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS key that you want to use.- Specified by:
getKmsKeyArnin interfaceCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty- See Also:
-
getRetentionDays
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.OpenSearchResourceConfigProperty- 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()
-