AppProtocol
- class aws_cdk.aws_ecs.AppProtocol(value)
Bases:
object
Service connect app protocol.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_ecs as ecs app_protocol = ecs.AppProtocol.grpc
- Parameters:
value (
str
) –
Attributes
- grpc = <aws_cdk.aws_ecs.AppProtocol object>
- http = <aws_cdk.aws_ecs.AppProtocol object>
- http2 = <aws_cdk.aws_ecs.AppProtocol object>
- value
Custom value.