Interface CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceAwsLogsConfigurationProperty

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

@Stability(Stable) public static interface CfnExpressGatewayServicePropsMixin.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.mixins.preview.services.ecs.mixins.*;
 ExpressGatewayServiceAwsLogsConfigurationProperty expressGatewayServiceAwsLogsConfigurationProperty = ExpressGatewayServiceAwsLogsConfigurationProperty.builder()
         .logGroup("logGroup")
         .logStreamPrefix("logStreamPrefix")
         .build();
 

See Also: