CloudMapNamespaceOptionsBase

class aws_cdk.aws_ecs.CloudMapNamespaceOptionsBase(*, use_for_service_connect=None)

Bases: object

Options shared by all ways of setting the default AWS Cloud Map namespace of a cluster.

Parameters:

use_for_service_connect (Optional[bool]) – This property specifies whether to set the provided namespace as the service connect default in the cluster properties. Default: false

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

cloud_map_namespace_options_base = ecs.CloudMapNamespaceOptionsBase(
    use_for_service_connect=False
)

Attributes

use_for_service_connect

This property specifies whether to set the provided namespace as the service connect default in the cluster properties.

Default:

false