| Constructor and Description |
|---|
LogGroupLogDestination(ILogGroup logGroup) |
| Modifier and Type | Method and Description |
|---|---|
default ILogGroup |
TrailProps.getCloudWatchLogGroup()
Log Group to which CloudTrail to push logs to.
|
ILogGroup |
TrailProps.Jsii$Proxy.getCloudWatchLogGroup() |
ILogGroup |
Trail.getLogGroup()
The CloudWatch log group to which CloudTrail events are sent.
|
| Modifier and Type | Method and Description |
|---|---|
TrailProps.Builder |
TrailProps.Builder.cloudWatchLogGroup(ILogGroup cloudWatchLogGroup)
Sets the value of
TrailProps.getCloudWatchLogGroup() |
Trail.Builder |
Trail.Builder.cloudWatchLogGroup(ILogGroup cloudWatchLogGroup)
Log Group to which CloudTrail to push logs to.
|
| Modifier and Type | Method and Description |
|---|---|
default ILogGroup |
CloudWatchLoggingOptions.getLogGroup()
The Log Group to send logs to.
|
ILogGroup |
CloudWatchLoggingOptions.Jsii$Proxy.getLogGroup() |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLoggingOptions.Builder |
CloudWatchLoggingOptions.Builder.logGroup(ILogGroup logGroup)
Sets the value of
CloudWatchLoggingOptions.getLogGroup() |
| Modifier and Type | Method and Description |
|---|---|
ILogGroup |
ClientVpnEndpointProps.Jsii$Proxy.getLogGroup() |
default ILogGroup |
ClientVpnEndpointOptions.getLogGroup()
A CloudWatch Logs log group for connection logging.
|
ILogGroup |
ClientVpnEndpointOptions.Jsii$Proxy.getLogGroup() |
default ILogGroup |
FlowLogDestinationConfig.getLogGroup()
The CloudWatch Logs Log Group to publish the flow logs to.
|
ILogGroup |
FlowLogDestinationConfig.Jsii$Proxy.getLogGroup() |
ILogGroup |
FlowLog.getLogGroup()
The CloudWatch Logs LogGroup to publish flow logs to.
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.logGroup(ILogGroup logGroup)
Sets the value of
ClientVpnEndpointOptions.getLogGroup() |
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.logGroup(ILogGroup logGroup)
Sets the value of
ClientVpnEndpointOptions.getLogGroup() |
FlowLogDestinationConfig.Builder |
FlowLogDestinationConfig.Builder.logGroup(ILogGroup logGroup)
Sets the value of
FlowLogDestinationConfig.getLogGroup() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.logGroup(ILogGroup logGroup)
A CloudWatch Logs log group for connection logging.
|
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs(ILogGroup logGroup)
Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs(ILogGroup logGroup,
IRole iamRole)
Use CloudWatch logs as the destination.
|
| Modifier and Type | Method and Description |
|---|---|
default ILogGroup |
ExecuteCommandLogConfiguration.getCloudWatchLogGroup()
The name of the CloudWatch log group to send logs to.
|
ILogGroup |
ExecuteCommandLogConfiguration.Jsii$Proxy.getCloudWatchLogGroup() |
default ILogGroup |
AwsLogDriverProps.getLogGroup()
The log group to log to.
|
ILogGroup |
AwsLogDriverProps.Jsii$Proxy.getLogGroup() |
ILogGroup |
AwsLogDriver.getLogGroup()
The log group to send log streams to.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.Builder.cloudWatchLogGroup(ILogGroup cloudWatchLogGroup)
Sets the value of
ExecuteCommandLogConfiguration.getCloudWatchLogGroup() |
AwsLogDriverProps.Builder |
AwsLogDriverProps.Builder.logGroup(ILogGroup logGroup)
Sets the value of
AwsLogDriverProps.getLogGroup() |
AwsLogDriver.Builder |
AwsLogDriver.Builder.logGroup(ILogGroup logGroup)
The log group to log to.
|
void |
AwsLogDriver.setLogGroup(ILogGroup value)
The log group to send log streams to.
|
| Modifier and Type | Method and Description |
|---|---|
default ILogGroup |
LoggingOptions.getAppLogGroup()
Deprecated.
use opensearchservice module instead
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getAppLogGroup()
Deprecated.
|
ILogGroup |
Domain.getAppLogGroup()
Deprecated.
use opensearchservice module instead
|
default ILogGroup |
LoggingOptions.getAuditLogGroup()
Deprecated.
use opensearchservice module instead
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getAuditLogGroup()
Deprecated.
|
ILogGroup |
Domain.getAuditLogGroup()
Deprecated.
use opensearchservice module instead
|
default ILogGroup |
LoggingOptions.getSlowIndexLogGroup()
Deprecated.
use opensearchservice module instead
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getSlowIndexLogGroup()
Deprecated.
|
ILogGroup |
Domain.getSlowIndexLogGroup()
Deprecated.
use opensearchservice module instead
|
default ILogGroup |
LoggingOptions.getSlowSearchLogGroup()
Deprecated.
use opensearchservice module instead
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getSlowSearchLogGroup()
Deprecated.
|
ILogGroup |
Domain.getSlowSearchLogGroup()
Deprecated.
use opensearchservice module instead
|
| Modifier and Type | Method and Description |
|---|---|
LoggingOptions.Builder |
LoggingOptions.Builder.appLogGroup(ILogGroup appLogGroup)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
LoggingOptions.Builder.auditLogGroup(ILogGroup auditLogGroup)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
LoggingOptions.Builder.slowIndexLogGroup(ILogGroup slowIndexLogGroup)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
LoggingOptions.Builder.slowSearchLogGroup(ILogGroup slowSearchLogGroup)
Deprecated.
use opensearchservice module instead
|
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogGroup.Builder |
CloudWatchLogGroup.Builder.create(ILogGroup logGroup) |
| Constructor and Description |
|---|
CloudWatchLogGroup(ILogGroup logGroup) |
CloudWatchLogGroup(ILogGroup logGroup,
LogGroupProps props) |
| Modifier and Type | Method and Description |
|---|---|
ILogGroup |
Function.getLogGroup()
The LogGroup where the Lambda function's logs are made available.
|
ILogGroup |
SingletonFunction.getLogGroup()
The LogGroup where the Lambda function's logs are made available.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILogGroup.Jsii$Default
Internal default implementation for
ILogGroup. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILogGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LogGroup
Define a CloudWatch Log Group.
|
| Modifier and Type | Method and Description |
|---|---|
static ILogGroup |
LogGroup.fromLogGroupArn(software.constructs.Construct scope,
String id,
String logGroupArn)
Import an existing LogGroup given its ARN.
|
static ILogGroup |
LogGroup.fromLogGroupName(software.constructs.Construct scope,
String id,
String logGroupName)
Import an existing LogGroup given its name.
|
ILogGroup |
MetricFilterProps.getLogGroup()
The log group to create the filter on.
|
ILogGroup |
MetricFilterProps.Jsii$Proxy.getLogGroup() |
ILogGroup |
LogStreamProps.getLogGroup()
The log group to create a log stream for.
|
ILogGroup |
LogStreamProps.Jsii$Proxy.getLogGroup() |
ILogGroup |
SubscriptionFilterProps.getLogGroup()
The log group to create the subscription on.
|
ILogGroup |
SubscriptionFilterProps.Jsii$Proxy.getLogGroup() |
| Modifier and Type | Method and Description |
|---|---|
default List<ILogGroup> |
QueryDefinitionProps.getLogGroups()
Specify certain log groups for the query definition.
|
List<ILogGroup> |
QueryDefinitionProps.Jsii$Proxy.getLogGroups() |
| Modifier and Type | Method and Description |
|---|---|
LogSubscriptionDestinationConfig |
ILogSubscriptionDestination.bind(software.constructs.Construct scope,
ILogGroup sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
LogSubscriptionDestinationConfig |
ILogSubscriptionDestination.Jsii$Proxy.bind(software.constructs.Construct scope,
ILogGroup sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
default LogSubscriptionDestinationConfig |
ILogSubscriptionDestination.Jsii$Default.bind(software.constructs.Construct scope,
ILogGroup sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
LogSubscriptionDestinationConfig |
CrossAccountDestination.bind(software.constructs.Construct _scope,
ILogGroup _sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
MetricFilterProps.Builder |
MetricFilterProps.Builder.logGroup(ILogGroup logGroup)
Sets the value of
MetricFilterProps.getLogGroup() |
MetricFilter.Builder |
MetricFilter.Builder.logGroup(ILogGroup logGroup)
The log group to create the filter on.
|
LogStreamProps.Builder |
LogStreamProps.Builder.logGroup(ILogGroup logGroup)
Sets the value of
LogStreamProps.getLogGroup() |
LogStream.Builder |
LogStream.Builder.logGroup(ILogGroup logGroup)
The log group to create a log stream for.
|
SubscriptionFilterProps.Builder |
SubscriptionFilterProps.Builder.logGroup(ILogGroup logGroup)
Sets the value of
SubscriptionFilterProps.getLogGroup() |
SubscriptionFilter.Builder |
SubscriptionFilter.Builder.logGroup(ILogGroup logGroup)
The log group to create the subscription on.
|
| Modifier and Type | Method and Description |
|---|---|
QueryDefinition.Builder |
QueryDefinition.Builder.logGroups(List<? extends ILogGroup> logGroups)
Specify certain log groups for the query definition.
|
QueryDefinitionProps.Builder |
QueryDefinitionProps.Builder.logGroups(List<? extends ILogGroup> logGroups)
Sets the value of
QueryDefinitionProps.getLogGroups() |
| Modifier and Type | Method and Description |
|---|---|
LogSubscriptionDestinationConfig |
KinesisDestination.bind(software.constructs.Construct scope,
ILogGroup _sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
LogSubscriptionDestinationConfig |
LambdaDestination.bind(software.constructs.Construct scope,
ILogGroup logGroup)
Return the properties required to send subscription events to this destination.
|
| Modifier and Type | Method and Description |
|---|---|
default ILogGroup |
LoggingOptions.getAppLogGroup()
Log Amazon OpenSearch Service application logs to this log group.
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getAppLogGroup() |
ILogGroup |
Domain.getAppLogGroup()
Log group that application logs are logged to.
|
default ILogGroup |
LoggingOptions.getAuditLogGroup()
Log Amazon OpenSearch Service audit logs to this log group.
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getAuditLogGroup() |
ILogGroup |
Domain.getAuditLogGroup()
Log group that audit logs are logged to.
|
default ILogGroup |
LoggingOptions.getSlowIndexLogGroup()
Log slow indices to this log group.
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getSlowIndexLogGroup() |
ILogGroup |
Domain.getSlowIndexLogGroup()
Log group that slow indices are logged to.
|
default ILogGroup |
LoggingOptions.getSlowSearchLogGroup()
Log slow searches to this log group.
|
ILogGroup |
LoggingOptions.Jsii$Proxy.getSlowSearchLogGroup() |
ILogGroup |
Domain.getSlowSearchLogGroup()
Log group that slow searches are logged to.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingOptions.Builder |
LoggingOptions.Builder.appLogGroup(ILogGroup appLogGroup)
Sets the value of
LoggingOptions.getAppLogGroup() |
LoggingOptions.Builder |
LoggingOptions.Builder.auditLogGroup(ILogGroup auditLogGroup)
Sets the value of
LoggingOptions.getAuditLogGroup() |
LoggingOptions.Builder |
LoggingOptions.Builder.slowIndexLogGroup(ILogGroup slowIndexLogGroup)
Sets the value of
LoggingOptions.getSlowIndexLogGroup() |
LoggingOptions.Builder |
LoggingOptions.Builder.slowSearchLogGroup(ILogGroup slowSearchLogGroup)
Sets the value of
LoggingOptions.getSlowSearchLogGroup() |
| Modifier and Type | Method and Description |
|---|---|
ILogGroup |
LogOptions.getDestination()
The log group where the execution history events will be logged.
|
ILogGroup |
LogOptions.Jsii$Proxy.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
LogOptions.Builder |
LogOptions.Builder.destination(ILogGroup destination)
Sets the value of
LogOptions.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
default ILogGroup |
Monitoring.getLogGroup()
A log group for CloudWatch monitoring.
|
ILogGroup |
Monitoring.Jsii$Proxy.getLogGroup() |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Builder |
Monitoring.Builder.logGroup(ILogGroup logGroup)
Sets the value of
Monitoring.getLogGroup() |
Copyright © 2022. All rights reserved.