blob: b7630c08a0b8106e4dde52c0e048497a713440e5 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-aws2-ecs"]
= AWS 2 Elastic Container Service (ECS)
:page-aliases: extensions/aws2-ecs.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-aws2-ecs
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Manage AWS ECS cluster instances.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##
endif::[]
Manage AWS ECS cluster instances.
[id="extensions-aws2-ecs-whats-inside"]
== What's inside
* xref:{cq-camel-components}::aws2-ecs-component.adoc[AWS Elastic Container Service (ECS) component], URI syntax: `aws2-ecs:label`
Please refer to the above link for usage and configuration details.
[id="extensions-aws2-ecs-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-aws2-ecs[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-aws2-ecs</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-aws2-ecs-ssl-in-native-mode"]
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].