@Stability(value=Stable) @Internal public static final class CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty
CfnExperimentTemplate.ExperimentTemplateLogConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty.Builder, CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCloudWatchLogsConfiguration()
The configuration for experiment logging to Amazon CloudWatch Logs.
|
Number |
getLogSchemaVersion()
The schema version.
|
Object |
getS3Configuration()
The configuration for experiment logging to Amazon S3.
|
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(CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty.Builder builder)
CfnExperimentTemplate.ExperimentTemplateActionProperty.Builder.public final Number getLogSchemaVersion()
CfnExperimentTemplate.ExperimentTemplateLogConfigurationPropertyThe supported value is 1.
getLogSchemaVersion in interface CfnExperimentTemplate.ExperimentTemplateLogConfigurationPropertypublic final Object getCloudWatchLogsConfiguration()
CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty
{"LogGroupArn": "aws:arn:logs: *region_name* : *account_id* :log-group: *log_group_name* "}
getCloudWatchLogsConfiguration in interface CfnExperimentTemplate.ExperimentTemplateLogConfigurationPropertypublic final Object getS3Configuration()
CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty
bucketName - The name of the destination bucket.prefix - An optional bucket prefix.For example:
{"BucketName": " *my-s3-bucket* ", "Prefix": " *log-folder* "}
getS3Configuration in interface CfnExperimentTemplate.ExperimentTemplateLogConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.