Package com.pulumi.aws.fis.outputs
Class ExperimentTemplateLogConfiguration
- java.lang.Object
-
- com.pulumi.aws.fis.outputs.ExperimentTemplateLogConfiguration
-
public final class ExperimentTemplateLogConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExperimentTemplateLogConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExperimentTemplateLogConfiguration.Builder
builder()
static ExperimentTemplateLogConfiguration.Builder
builder(ExperimentTemplateLogConfiguration defaults)
java.util.Optional<ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration>
cloudwatchLogsConfiguration()
java.lang.Integer
logSchemaVersion()
java.util.Optional<ExperimentTemplateLogConfigurationS3Configuration>
s3Configuration()
-
-
-
Method Detail
-
cloudwatchLogsConfiguration
public java.util.Optional<ExperimentTemplateLogConfigurationCloudwatchLogsConfiguration> cloudwatchLogsConfiguration()
- Returns:
- The configuration for experiment logging to Amazon CloudWatch Logs. See below.
-
logSchemaVersion
public java.lang.Integer logSchemaVersion()
- Returns:
- The schema version. See [documentation](https://docs.aws.amazon.com/fis/latest/userguide/monitoring-logging.html#experiment-log-schema) for the list of schema versions.
-
s3Configuration
public java.util.Optional<ExperimentTemplateLogConfigurationS3Configuration> s3Configuration()
- Returns:
- The configuration for experiment logging to Amazon S3. See below.
-
builder
public static ExperimentTemplateLogConfiguration.Builder builder()
-
builder
public static ExperimentTemplateLogConfiguration.Builder builder(ExperimentTemplateLogConfiguration defaults)
-
-