< Back

Add-CfnECS_ServiceResource

Sat Jan 11, 2020 6:46 am

NAME Add-CfnECS_ServiceResource



SYNOPSIS

The AWS::ECS::Service resource creates an Amazon EC2 Container Service (Amazon ECS) service that runs and

maintains the desired number of tasks and associated load balancers.





SYNTAX

Add-CfnECS_ServiceResource [-ResourceName] <String> [-Cluster <String>] [-DesiredCount <Int32>] [-LoadBalancers

<IDictionary[]>] [-Role <String>] [-TaskDefinition <String>] [-DeletionPolicy <String>] [-Metadata <Hashtable>]

[-DependsOn <Array>] [[-PropertiesBlock] <ScriptBlock>] [-Condition <Object>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ResourceName <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Cluster <String>

The name or Amazon Resource Name (ARN) of the cluster that you want to run your service on. If you do not

specify a cluster, Amazon ECS uses the default cluster.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DesiredCount <Int32>

The number of simultaneous tasks, which you specify by using the TaskDefinition property, that you want to run

on the cluster.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-LoadBalancers <IDictionary[]>

A list of load balancer objects to associate with the cluster.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Role <String>

The name or ARN of an AWS Identity and Access Management (IAM) role that allows your Amazon ECS container

agent to make calls to your load balancer.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TaskDefinition <String>

The ARN of the task definition that you want to run on the cluster.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DeletionPolicy <String>

With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is

deleted. You specify a DeletionPolicy attribute for each resource that you want to control. If a resource has

no DeletionPolicy attribute, AWS CloudFormation deletes the resource by default.



To keep a resource when its stack is deleted, specify Retain for that resource. You can use retain for any

resource. For example, you can retain a nested stack, S3 bucket, or EC2 instance so that you can continue to

use or modify those resources after you delete their stacks.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Metadata <Hashtable>

The Metadata attribute enables you to associate structured data with a resource. By adding a Metadata

attribute to a resource, you can add data in JSON format to the resource declaration. In addition, you can use

intrinsic functions (such as GetAtt and Ref), parameters, and pseudo parameters within the Metadata attribute

to add those interpreted values.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DependsOn <Array>

With the DependsOn attribute you can specify that the creation of a specific resource follows another. When

you add a DependsOn attribute to a resource, that resource is created only after the creation of the resource

specified in the DependsOn attribute. You can use the DependsOn attribute with any resource.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PropertiesBlock <ScriptBlock>

Allows you to declare a block of one or more Property statements.



A Properties block allows you to side-step the rigid, type-enforced literal properties of a typed resource,

and specify Property assignments that may include CloudFormation function calls or references, or computed

values.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Condition <Object>



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS

http://docs.aws.amazon.com/AWSCloudForm ... olicy.html

http://docs.aws.amazon.com/AWSCloudForm ... adata.html

http://docs.aws.amazon.com/AWSCloudForm ... ndson.html

http://docs.aws.amazon.com/AWSCloudForm ... e-ref.html

http://docs.aws.amazon.com/search/doc-s ... S::Service