Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ECSService Source #
Contains the service and cluster names used to identify an Amazon ECS deployment's target.
See: newECSService
smart constructor.
ECSService' | |
|
Instances
newECSService :: ECSService Source #
Create a value of ECSService
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceName:ECSService'
, eCSService_serviceName
- The name of the target Amazon ECS service.
$sel:clusterName:ECSService'
, eCSService_clusterName
- The name of the cluster that the Amazon ECS service is associated with.
eCSService_serviceName :: Lens' ECSService (Maybe Text) Source #
The name of the target Amazon ECS service.
eCSService_clusterName :: Lens' ECSService (Maybe Text) Source #
The name of the cluster that the Amazon ECS service is associated with.