Interface LogGroupReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LogGroupReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:01.913Z")
@Stability(Stable)
public interface LogGroupReference
extends software.amazon.jsii.JsiiSerializable
A reference to a LogGroup resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.logs.*; LogGroupReference logGroupReference = LogGroupReference.builder() .logGroupArn("logGroupArn") .logGroupName("logGroupName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forLogGroupReference
static final class
An implementation forLogGroupReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogGroupReference.Builder
builder()
The ARN of the LogGroup resource.The LogGroupName of the LogGroup resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupArn
The ARN of the LogGroup resource. -
getLogGroupName
The LogGroupName of the LogGroup resource. -
builder
- Returns:
- a
LogGroupReference.Builder
ofLogGroupReference
-