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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.CloudWatchLogsConfigProperty
CfnProject.CloudWatchLogsConfigProperty.Builder, CfnProject.CloudWatchLogsConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.CloudWatchLogsConfigProperty.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 StringThe group name of the logs in CloudWatch Logs.final StringThe current status of the logs in CloudWatch Logs for a build project.final StringThe prefix of the stream name of the CloudWatch Logs.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 theCfnProject.CloudWatchLogsConfigProperty.Builder.
-
-
Method Details
-
getStatus
Description copied from interface:CfnProject.CloudWatchLogsConfigPropertyThe 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:
getStatusin interfaceCfnProject.CloudWatchLogsConfigProperty- See Also:
-
getGroupName
Description copied from interface:CfnProject.CloudWatchLogsConfigPropertyThe group name of the logs in CloudWatch Logs.For more information, see Working with Log Groups and Log Streams .
- Specified by:
getGroupNamein interfaceCfnProject.CloudWatchLogsConfigProperty- See Also:
-
getStreamName
Description copied from interface:CfnProject.CloudWatchLogsConfigPropertyThe prefix of the stream name of the CloudWatch Logs.For more information, see Working with Log Groups and Log Streams .
- Specified by:
getStreamNamein interfaceCfnProject.CloudWatchLogsConfigProperty- 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()
-