Class CfnProject.CloudWatchLogsConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.CloudWatchLogsConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.CloudWatchLogsConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProject.CloudWatchLogsConfigProperty
@Stability(Stable)
@Internal
public static final class CfnProject.CloudWatchLogsConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.CloudWatchLogsConfigProperty
An implementation for
CfnProject.CloudWatchLogsConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.CloudWatchLogsConfigProperty
CfnProject.CloudWatchLogsConfigProperty.Builder, CfnProject.CloudWatchLogsConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProject.CloudWatchLogsConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The group name of the logs in CloudWatch Logs.final String
The current status of the logs in CloudWatch Logs for a build project.final String
The prefix of the stream name of the CloudWatch Logs.final int
hashCode()
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 theCfnProject.CloudWatchLogsConfigProperty.Builder
.
-
-
Method Details
-
getStatus
Description copied from interface:CfnProject.CloudWatchLogsConfigProperty
The current status of the logs in CloudWatch Logs for a build project. Valid values are:.ENABLED
: CloudWatch Logs are enabled for this build project.DISABLED
: CloudWatch Logs are not enabled for this build project.
- Specified by:
getStatus
in interfaceCfnProject.CloudWatchLogsConfigProperty
-
getGroupName
Description copied from interface:CfnProject.CloudWatchLogsConfigProperty
The group name of the logs in CloudWatch Logs.For more information, see Working with Log Groups and Log Streams .
- Specified by:
getGroupName
in interfaceCfnProject.CloudWatchLogsConfigProperty
-
getStreamName
Description copied from interface:CfnProject.CloudWatchLogsConfigProperty
The prefix of the stream name of the CloudWatch Logs.For more information, see Working with Log Groups and Log Streams .
- Specified by:
getStreamName
in interfaceCfnProject.CloudWatchLogsConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-