Interface CfnExpressGatewayService.ExpressGatewayServiceAwsLogsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExpressGatewayService.ExpressGatewayServiceAwsLogsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnExpressGatewayService

@Stability(Stable) public static interface CfnExpressGatewayService.ExpressGatewayServiceAwsLogsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the Amazon CloudWatch Logs configuration for the Express service container.

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.ecs.*;
 ExpressGatewayServiceAwsLogsConfigurationProperty expressGatewayServiceAwsLogsConfigurationProperty = ExpressGatewayServiceAwsLogsConfigurationProperty.builder()
         .logGroup("logGroup")
         .logStreamPrefix("logStreamPrefix")
         .build();
 

See Also: