Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-ecs

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-ecs - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

key.snk

228

lib/ecs.generated.d.ts

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
clusterName?: string | cdk.Token;
clusterName?: string | cdk.CloudFormationToken;
}

@@ -26,2 +26,3 @@ /**

readonly clusterArn: ClusterArn;
readonly ref: ClusterName;
/**

@@ -41,3 +42,7 @@ * Creates a new ``AWS::ECS::Cluster``.

export declare class ClusterArn extends cdk.Arn {
private readonly thisIsAClusterArn;
}
export declare class ClusterName extends cdk.CloudFormationToken {
private readonly thisIsAClusterName;
}
export declare namespace cloudformation {

@@ -52,3 +57,3 @@ /**

*/
taskDefinition: string | cdk.Token;
taskDefinition: string | cdk.CloudFormationToken;
/**

@@ -58,3 +63,3 @@ * ``AWS::ECS::Service.Cluster``

*/
cluster?: string | cdk.Token;
cluster?: string | cdk.CloudFormationToken;
/**

@@ -64,3 +69,3 @@ * ``AWS::ECS::Service.DeploymentConfiguration``

*/
deploymentConfiguration?: ServiceResource.DeploymentConfigurationProperty | cdk.Token;
deploymentConfiguration?: ServiceResource.DeploymentConfigurationProperty | cdk.CloudFormationToken;
/**

@@ -70,3 +75,3 @@ * ``AWS::ECS::Service.DesiredCount``

*/
desiredCount?: number | cdk.Token;
desiredCount?: number | cdk.CloudFormationToken;
/**

@@ -76,3 +81,3 @@ * ``AWS::ECS::Service.HealthCheckGracePeriodSeconds``

*/
healthCheckGracePeriodSeconds?: number | cdk.Token;
healthCheckGracePeriodSeconds?: number | cdk.CloudFormationToken;
/**

@@ -82,3 +87,3 @@ * ``AWS::ECS::Service.LaunchType``

*/
launchType?: string | cdk.Token;
launchType?: string | cdk.CloudFormationToken;
/**

@@ -88,3 +93,3 @@ * ``AWS::ECS::Service.LoadBalancers``

*/
loadBalancers?: Array<ServiceResource.LoadBalancerProperty | cdk.Token> | cdk.Token;
loadBalancers?: Array<ServiceResource.LoadBalancerProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -94,3 +99,3 @@ * ``AWS::ECS::Service.NetworkConfiguration``

*/
networkConfiguration?: ServiceResource.NetworkConfigurationProperty | cdk.Token;
networkConfiguration?: ServiceResource.NetworkConfigurationProperty | cdk.CloudFormationToken;
/**

@@ -100,3 +105,3 @@ * ``AWS::ECS::Service.PlacementConstraints``

*/
placementConstraints?: Array<ServiceResource.PlacementConstraintProperty | cdk.Token> | cdk.Token;
placementConstraints?: Array<ServiceResource.PlacementConstraintProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -106,3 +111,3 @@ * ``AWS::ECS::Service.PlacementStrategies``

*/
placementStrategies?: Array<ServiceResource.PlacementStrategyProperty | cdk.Token> | cdk.Token;
placementStrategies?: Array<ServiceResource.PlacementStrategyProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -112,3 +117,3 @@ * ``AWS::ECS::Service.PlatformVersion``

*/
platformVersion?: string | cdk.Token;
platformVersion?: string | cdk.CloudFormationToken;
/**

@@ -118,3 +123,3 @@ * ``AWS::ECS::Service.Role``

*/
role?: string | cdk.Token;
role?: string | cdk.CloudFormationToken;
/**

@@ -124,3 +129,3 @@ * ``AWS::ECS::Service.ServiceName``

*/
serviceName?: string | cdk.Token;
serviceName?: string | cdk.CloudFormationToken;
/**

@@ -130,3 +135,3 @@ * ``AWS::ECS::Service.ServiceRegistries``

*/
serviceRegistries?: Array<ServiceResource.ServiceRegistryProperty | cdk.Token> | cdk.Token;
serviceRegistries?: Array<ServiceResource.ServiceRegistryProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
}

@@ -145,2 +150,3 @@ /**

readonly serviceName: ServiceName;
readonly ref: ServiceArn;
/**

@@ -167,3 +173,3 @@ * Creates a new ``AWS::ECS::Service``.

*/
assignPublicIp?: string | cdk.Token;
assignPublicIp?: string | cdk.CloudFormationToken;
/**

@@ -173,3 +179,3 @@ * ``ServiceResource.AwsVpcConfigurationProperty.SecurityGroups``

*/
securityGroups?: Array<string | cdk.Token> | cdk.Token;
securityGroups?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -179,3 +185,3 @@ * ``ServiceResource.AwsVpcConfigurationProperty.Subnets``

*/
subnets: Array<string | cdk.Token> | cdk.Token;
subnets: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
}

@@ -192,3 +198,3 @@ }

*/
maximumPercent?: number | cdk.Token;
maximumPercent?: number | cdk.CloudFormationToken;
/**

@@ -198,3 +204,3 @@ * ``ServiceResource.DeploymentConfigurationProperty.MinimumHealthyPercent``

*/
minimumHealthyPercent?: number | cdk.Token;
minimumHealthyPercent?: number | cdk.CloudFormationToken;
}

@@ -211,3 +217,3 @@ }

*/
containerName?: string | cdk.Token;
containerName?: string | cdk.CloudFormationToken;
/**

@@ -217,3 +223,3 @@ * ``ServiceResource.LoadBalancerProperty.ContainerPort``

*/
containerPort: number | cdk.Token;
containerPort: number | cdk.CloudFormationToken;
/**

@@ -223,3 +229,3 @@ * ``ServiceResource.LoadBalancerProperty.LoadBalancerName``

*/
loadBalancerName?: string | cdk.Token;
loadBalancerName?: string | cdk.CloudFormationToken;
/**

@@ -229,3 +235,3 @@ * ``ServiceResource.LoadBalancerProperty.TargetGroupArn``

*/
targetGroupArn?: string | cdk.Token;
targetGroupArn?: string | cdk.CloudFormationToken;
}

@@ -242,3 +248,3 @@ }

*/
awsvpcConfiguration?: AwsVpcConfigurationProperty | cdk.Token;
awsvpcConfiguration?: AwsVpcConfigurationProperty | cdk.CloudFormationToken;
}

@@ -255,3 +261,3 @@ }

*/
expression?: string | cdk.Token;
expression?: string | cdk.CloudFormationToken;
/**

@@ -261,3 +267,3 @@ * ``ServiceResource.PlacementConstraintProperty.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
}

@@ -274,3 +280,3 @@ }

*/
field?: string | cdk.Token;
field?: string | cdk.CloudFormationToken;
/**

@@ -280,3 +286,3 @@ * ``ServiceResource.PlacementStrategyProperty.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
}

@@ -293,3 +299,3 @@ }

*/
port?: number | cdk.Token;
port?: number | cdk.CloudFormationToken;
/**

@@ -299,8 +305,12 @@ * ``ServiceResource.ServiceRegistryProperty.RegistryArn``

*/
registryArn?: string | cdk.Token;
registryArn?: string | cdk.CloudFormationToken;
}
}
}
export declare class ServiceName extends cdk.Token {
export declare class ServiceName extends cdk.CloudFormationToken {
private readonly thisIsAServiceName;
}
export declare class ServiceArn extends cdk.Arn {
private readonly thisIsAServiceArn;
}
export declare namespace cloudformation {

@@ -315,3 +325,3 @@ /**

*/
containerDefinitions?: Array<TaskDefinitionResource.ContainerDefinitionProperty | cdk.Token> | cdk.Token;
containerDefinitions?: Array<TaskDefinitionResource.ContainerDefinitionProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -321,3 +331,3 @@ * ``AWS::ECS::TaskDefinition.Cpu``

*/
cpu?: string | cdk.Token;
cpu?: string | cdk.CloudFormationToken;
/**

@@ -327,3 +337,3 @@ * ``AWS::ECS::TaskDefinition.ExecutionRoleArn``

*/
executionRoleArn?: string | cdk.Token;
executionRoleArn?: string | cdk.CloudFormationToken;
/**

@@ -333,3 +343,3 @@ * ``AWS::ECS::TaskDefinition.Family``

*/
family?: string | cdk.Token;
family?: string | cdk.CloudFormationToken;
/**

@@ -339,3 +349,3 @@ * ``AWS::ECS::TaskDefinition.Memory``

*/
memory?: string | cdk.Token;
memory?: string | cdk.CloudFormationToken;
/**

@@ -345,3 +355,3 @@ * ``AWS::ECS::TaskDefinition.NetworkMode``

*/
networkMode?: string | cdk.Token;
networkMode?: string | cdk.CloudFormationToken;
/**

@@ -351,3 +361,3 @@ * ``AWS::ECS::TaskDefinition.PlacementConstraints``

*/
placementConstraints?: Array<TaskDefinitionResource.TaskDefinitionPlacementConstraintProperty | cdk.Token> | cdk.Token;
placementConstraints?: Array<TaskDefinitionResource.TaskDefinitionPlacementConstraintProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -357,3 +367,3 @@ * ``AWS::ECS::TaskDefinition.RequiresCompatibilities``

*/
requiresCompatibilities?: Array<string | cdk.Token> | cdk.Token;
requiresCompatibilities?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -363,3 +373,3 @@ * ``AWS::ECS::TaskDefinition.TaskRoleArn``

*/
taskRoleArn?: string | cdk.Token;
taskRoleArn?: string | cdk.CloudFormationToken;
/**

@@ -369,3 +379,3 @@ * ``AWS::ECS::TaskDefinition.Volumes``

*/
volumes?: Array<TaskDefinitionResource.VolumeProperty | cdk.Token> | cdk.Token;
volumes?: Array<TaskDefinitionResource.VolumeProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
}

@@ -380,2 +390,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: TaskDefinitionArn;
/**

@@ -402,3 +413,3 @@ * Creates a new ``AWS::ECS::TaskDefinition``.

*/
command?: Array<string | cdk.Token> | cdk.Token;
command?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -408,3 +419,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Cpu``

*/
cpu?: number | cdk.Token;
cpu?: number | cdk.CloudFormationToken;
/**

@@ -414,3 +425,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.DisableNetworking``

*/
disableNetworking?: boolean | cdk.Token;
disableNetworking?: boolean | cdk.CloudFormationToken;
/**

@@ -420,3 +431,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.DnsSearchDomains``

*/
dnsSearchDomains?: Array<string | cdk.Token> | cdk.Token;
dnsSearchDomains?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -426,3 +437,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.DnsServers``

*/
dnsServers?: Array<string | cdk.Token> | cdk.Token;
dnsServers?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -433,4 +444,4 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.DockerLabels``

dockerLabels?: {
[key: string]: (string | cdk.Token);
} | cdk.Token;
[key: string]: (string | cdk.CloudFormationToken);
} | cdk.CloudFormationToken;
/**

@@ -440,3 +451,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.DockerSecurityOptions``

*/
dockerSecurityOptions?: Array<string | cdk.Token> | cdk.Token;
dockerSecurityOptions?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -446,3 +457,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.EntryPoint``

*/
entryPoint?: Array<string | cdk.Token> | cdk.Token;
entryPoint?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -452,3 +463,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Environment``

*/
environment?: Array<KeyValuePairProperty | cdk.Token> | cdk.Token;
environment?: Array<KeyValuePairProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -458,3 +469,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Essential``

*/
essential?: boolean | cdk.Token;
essential?: boolean | cdk.CloudFormationToken;
/**

@@ -464,3 +475,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.ExtraHosts``

*/
extraHosts?: Array<HostEntryProperty | cdk.Token> | cdk.Token;
extraHosts?: Array<HostEntryProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -470,3 +481,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.HealthCheck``

*/
healthCheck?: HealthCheckProperty | cdk.Token;
healthCheck?: HealthCheckProperty | cdk.CloudFormationToken;
/**

@@ -476,3 +487,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Hostname``

*/
hostname?: string | cdk.Token;
hostname?: string | cdk.CloudFormationToken;
/**

@@ -482,3 +493,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Image``

*/
image?: string | cdk.Token;
image?: string | cdk.CloudFormationToken;
/**

@@ -488,3 +499,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Links``

*/
links?: Array<string | cdk.Token> | cdk.Token;
links?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -494,3 +505,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.LinuxParameters``

*/
linuxParameters?: LinuxParametersProperty | cdk.Token;
linuxParameters?: LinuxParametersProperty | cdk.CloudFormationToken;
/**

@@ -500,3 +511,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.LogConfiguration``

*/
logConfiguration?: LogConfigurationProperty | cdk.Token;
logConfiguration?: LogConfigurationProperty | cdk.CloudFormationToken;
/**

@@ -506,3 +517,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Memory``

*/
memory?: number | cdk.Token;
memory?: number | cdk.CloudFormationToken;
/**

@@ -512,3 +523,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.MemoryReservation``

*/
memoryReservation?: number | cdk.Token;
memoryReservation?: number | cdk.CloudFormationToken;
/**

@@ -518,3 +529,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.MountPoints``

*/
mountPoints?: Array<MountPointProperty | cdk.Token> | cdk.Token;
mountPoints?: Array<MountPointProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -524,3 +535,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Name``

*/
name?: string | cdk.Token;
name?: string | cdk.CloudFormationToken;
/**

@@ -530,3 +541,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.PortMappings``

*/
portMappings?: Array<PortMappingProperty | cdk.Token> | cdk.Token;
portMappings?: Array<PortMappingProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -536,3 +547,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Privileged``

*/
privileged?: boolean | cdk.Token;
privileged?: boolean | cdk.CloudFormationToken;
/**

@@ -542,3 +553,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.ReadonlyRootFilesystem``

*/
readonlyRootFilesystem?: boolean | cdk.Token;
readonlyRootFilesystem?: boolean | cdk.CloudFormationToken;
/**

@@ -548,3 +559,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.Ulimits``

*/
ulimits?: Array<UlimitProperty | cdk.Token> | cdk.Token;
ulimits?: Array<UlimitProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -554,3 +565,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.User``

*/
user?: string | cdk.Token;
user?: string | cdk.CloudFormationToken;
/**

@@ -560,3 +571,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.VolumesFrom``

*/
volumesFrom?: Array<VolumeFromProperty | cdk.Token> | cdk.Token;
volumesFrom?: Array<VolumeFromProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -566,3 +577,3 @@ * ``TaskDefinitionResource.ContainerDefinitionProperty.WorkingDirectory``

*/
workingDirectory?: string | cdk.Token;
workingDirectory?: string | cdk.CloudFormationToken;
}

@@ -579,3 +590,3 @@ }

*/
containerPath?: string | cdk.Token;
containerPath?: string | cdk.CloudFormationToken;
/**

@@ -585,3 +596,3 @@ * ``TaskDefinitionResource.DeviceProperty.HostPath``

*/
hostPath: string | cdk.Token;
hostPath: string | cdk.CloudFormationToken;
/**

@@ -591,3 +602,3 @@ * ``TaskDefinitionResource.DeviceProperty.Permissions``

*/
permissions?: Array<string | cdk.Token> | cdk.Token;
permissions?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
}

@@ -604,3 +615,3 @@ }

*/
command: Array<string | cdk.Token> | cdk.Token;
command: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -610,3 +621,3 @@ * ``TaskDefinitionResource.HealthCheckProperty.Interval``

*/
interval?: number | cdk.Token;
interval?: number | cdk.CloudFormationToken;
/**

@@ -616,3 +627,3 @@ * ``TaskDefinitionResource.HealthCheckProperty.Retries``

*/
retries?: number | cdk.Token;
retries?: number | cdk.CloudFormationToken;
/**

@@ -622,3 +633,3 @@ * ``TaskDefinitionResource.HealthCheckProperty.StartPeriod``

*/
startPeriod?: number | cdk.Token;
startPeriod?: number | cdk.CloudFormationToken;
/**

@@ -628,3 +639,3 @@ * ``TaskDefinitionResource.HealthCheckProperty.Timeout``

*/
timeout?: number | cdk.Token;
timeout?: number | cdk.CloudFormationToken;
}

@@ -641,3 +652,3 @@ }

*/
hostname: string | cdk.Token;
hostname: string | cdk.CloudFormationToken;
/**

@@ -647,3 +658,3 @@ * ``TaskDefinitionResource.HostEntryProperty.IpAddress``

*/
ipAddress: string | cdk.Token;
ipAddress: string | cdk.CloudFormationToken;
}

@@ -660,3 +671,3 @@ }

*/
sourcePath?: string | cdk.Token;
sourcePath?: string | cdk.CloudFormationToken;
}

@@ -673,3 +684,3 @@ }

*/
add?: Array<string | cdk.Token> | cdk.Token;
add?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -679,3 +690,3 @@ * ``TaskDefinitionResource.KernelCapabilitiesProperty.Drop``

*/
drop?: Array<string | cdk.Token> | cdk.Token;
drop?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
}

@@ -692,3 +703,3 @@ }

*/
name?: string | cdk.Token;
name?: string | cdk.CloudFormationToken;
/**

@@ -698,3 +709,3 @@ * ``TaskDefinitionResource.KeyValuePairProperty.Value``

*/
value?: string | cdk.Token;
value?: string | cdk.CloudFormationToken;
}

@@ -711,3 +722,3 @@ }

*/
capabilities?: KernelCapabilitiesProperty | cdk.Token;
capabilities?: KernelCapabilitiesProperty | cdk.CloudFormationToken;
/**

@@ -717,3 +728,3 @@ * ``TaskDefinitionResource.LinuxParametersProperty.Devices``

*/
devices?: Array<DeviceProperty | cdk.Token> | cdk.Token;
devices?: Array<DeviceProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -723,3 +734,3 @@ * ``TaskDefinitionResource.LinuxParametersProperty.InitProcessEnabled``

*/
initProcessEnabled?: boolean | cdk.Token;
initProcessEnabled?: boolean | cdk.CloudFormationToken;
}

@@ -736,3 +747,3 @@ }

*/
logDriver: string | cdk.Token;
logDriver: string | cdk.CloudFormationToken;
/**

@@ -743,4 +754,4 @@ * ``TaskDefinitionResource.LogConfigurationProperty.Options``

options?: {
[key: string]: (string | cdk.Token);
} | cdk.Token;
[key: string]: (string | cdk.CloudFormationToken);
} | cdk.CloudFormationToken;
}

@@ -757,3 +768,3 @@ }

*/
containerPath?: string | cdk.Token;
containerPath?: string | cdk.CloudFormationToken;
/**

@@ -763,3 +774,3 @@ * ``TaskDefinitionResource.MountPointProperty.ReadOnly``

*/
readOnly?: boolean | cdk.Token;
readOnly?: boolean | cdk.CloudFormationToken;
/**

@@ -769,3 +780,3 @@ * ``TaskDefinitionResource.MountPointProperty.SourceVolume``

*/
sourceVolume?: string | cdk.Token;
sourceVolume?: string | cdk.CloudFormationToken;
}

@@ -782,3 +793,3 @@ }

*/
containerPort?: number | cdk.Token;
containerPort?: number | cdk.CloudFormationToken;
/**

@@ -788,3 +799,3 @@ * ``TaskDefinitionResource.PortMappingProperty.HostPort``

*/
hostPort?: number | cdk.Token;
hostPort?: number | cdk.CloudFormationToken;
/**

@@ -794,3 +805,3 @@ * ``TaskDefinitionResource.PortMappingProperty.Protocol``

*/
protocol?: string | cdk.Token;
protocol?: string | cdk.CloudFormationToken;
}

@@ -807,3 +818,3 @@ }

*/
expression?: string | cdk.Token;
expression?: string | cdk.CloudFormationToken;
/**

@@ -813,3 +824,3 @@ * ``TaskDefinitionResource.TaskDefinitionPlacementConstraintProperty.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
}

@@ -826,3 +837,3 @@ }

*/
hardLimit: number | cdk.Token;
hardLimit: number | cdk.CloudFormationToken;
/**

@@ -832,3 +843,3 @@ * ``TaskDefinitionResource.UlimitProperty.Name``

*/
name: string | cdk.Token;
name: string | cdk.CloudFormationToken;
/**

@@ -838,3 +849,3 @@ * ``TaskDefinitionResource.UlimitProperty.SoftLimit``

*/
softLimit: number | cdk.Token;
softLimit: number | cdk.CloudFormationToken;
}

@@ -851,3 +862,3 @@ }

*/
host?: HostVolumePropertiesProperty | cdk.Token;
host?: HostVolumePropertiesProperty | cdk.CloudFormationToken;
/**

@@ -857,3 +868,3 @@ * ``TaskDefinitionResource.VolumeProperty.Name``

*/
name?: string | cdk.Token;
name?: string | cdk.CloudFormationToken;
}

@@ -870,3 +881,3 @@ }

*/
readOnly?: boolean | cdk.Token;
readOnly?: boolean | cdk.CloudFormationToken;
/**

@@ -876,5 +887,8 @@ * ``TaskDefinitionResource.VolumeFromProperty.SourceContainer``

*/
sourceContainer?: string | cdk.Token;
sourceContainer?: string | cdk.CloudFormationToken;
}
}
}
export declare class TaskDefinitionArn extends cdk.Arn {
private readonly thisIsATaskDefinitionArn;
}

@@ -8,2 +8,2 @@ "use strict";

__export(require("./ecs.generated"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHFDQUFxQztBQUNyQyxxQ0FBZ0MifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHFDQUFxQztBQUNyQyxxQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBV1M6OkVDUyBDbG91ZEZvcm1hdGlvbiBSZXNvdXJjZXM6XG5leHBvcnQgKiBmcm9tICcuL2Vjcy5nZW5lcmF0ZWQnO1xuIl19
{
"name": "@aws-cdk/aws-ecs",
"version": "0.8.2",
"version": "0.9.0",
"description": "The CDK Construct Library for AWS::ECS",

@@ -17,2 +17,8 @@ "main": "lib/index.js",

},
"dotnet": {
"namespace": "Amazon.CDK.AWS.ECS",
"packageId": "Amazon.CDK.AWS.ECS",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}

@@ -50,11 +56,11 @@ }

"devDependencies": {
"@aws-cdk/assert": "^0.8.2",
"cdk-build-tools": "^0.8.2",
"cfn2ts": "^0.8.2",
"pkglint": "^0.8.2"
"@aws-cdk/assert": "^0.9.0",
"cdk-build-tools": "^0.9.0",
"cfn2ts": "^0.9.0",
"pkglint": "^0.9.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.8.2"
"@aws-cdk/cdk": "^0.9.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

@@ -10,2 +10,2 @@ "use strict";

});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5lY3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ0ZXN0LmVjcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLHVDQUEwQztBQUUxQyxPQUFPLEdBQUcsbUJBQVEsQ0FBQztJQUNmLFNBQVMsQ0FBQyxJQUFVO1FBQ2hCLElBQUksQ0FBQyxFQUFFLENBQUMsSUFBSSxFQUFFLDBDQUEwQyxDQUFDLENBQUM7UUFDMUQsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2hCLENBQUM7Q0FDSixDQUFDLENBQUMifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5lY3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ0ZXN0LmVjcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLHVDQUEwQztBQUUxQyxPQUFPLEdBQUcsbUJBQVEsQ0FBQztJQUNmLFNBQVMsQ0FBQyxJQUFVO1FBQ2hCLElBQUksQ0FBQyxFQUFFLENBQUMsSUFBSSxFQUFFLDBDQUEwQyxDQUFDLENBQUM7UUFDMUQsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2hCLENBQUM7Q0FDSixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBUZXN0LCB0ZXN0Q2FzZSB9IGZyb20gJ25vZGV1bml0JztcblxuZXhwb3J0cyA9IHRlc3RDYXNlKHtcbiAgICBub3RUZXN0ZWQodGVzdDogVGVzdCkge1xuICAgICAgICB0ZXN0Lm9rKHRydWUsICdObyB0ZXN0cyBhcmUgc3BlY2lmaWVkIGZvciB0aGlzIHBhY2thZ2UuJyk7XG4gICAgICAgIHRlc3QuZG9uZSgpO1xuICAgIH1cbn0pO1xuIl19
{
"compilerOptions": {
"target": "es2018",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "commonjs",
"declaration": true,
"strict": true,
"strictPropertyInitialization": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "jsx.create"
},
"_generated_by_jsii_": "generated by jsii - you can delete, and ideally add to your .gitignore"
"compilerOptions": {
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "CommonJS",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"target": "ES2018"
},
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc