Package com.pulumi.aws.opsworks.outputs
Class PhpAppLayerCloudwatchConfiguration
- java.lang.Object
-
- com.pulumi.aws.opsworks.outputs.PhpAppLayerCloudwatchConfiguration
-
public final class PhpAppLayerCloudwatchConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PhpAppLayerCloudwatchConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhpAppLayerCloudwatchConfiguration.Builder
builder()
static PhpAppLayerCloudwatchConfiguration.Builder
builder(PhpAppLayerCloudwatchConfiguration defaults)
java.util.Optional<java.lang.Boolean>
enabled()
java.util.List<PhpAppLayerCloudwatchConfigurationLogStream>
logStreams()
-
-
-
Method Detail
-
enabled
public java.util.Optional<java.lang.Boolean> enabled()
-
logStreams
public java.util.List<PhpAppLayerCloudwatchConfigurationLogStream> logStreams()
-
builder
public static PhpAppLayerCloudwatchConfiguration.Builder builder()
-
builder
public static PhpAppLayerCloudwatchConfiguration.Builder builder(PhpAppLayerCloudwatchConfiguration defaults)
-
-