interface ContainerDependencyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.CfnDaemonTaskDefinition.ContainerDependencyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnDaemonTaskDefinition_ContainerDependencyProperty |
Java | software.amazon.awscdk.services.ecs.CfnDaemonTaskDefinition.ContainerDependencyProperty |
Python | aws_cdk.aws_ecs.CfnDaemonTaskDefinition.ContainerDependencyProperty |
TypeScript | aws-cdk-lib » aws_ecs » CfnDaemonTaskDefinition » ContainerDependencyProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as ecs } from 'aws-cdk-lib';
const containerDependencyProperty: ecs.CfnDaemonTaskDefinition.ContainerDependencyProperty = {
condition: 'condition',
containerName: 'containerName',
};
Properties
| Name | Type | Description |
|---|---|---|
| condition? | string | |
| container | string |
condition?
Type:
string
(optional)
containerName?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript