Struct cfn::aws::ecs::TaskDefinition [] [src]

pub struct TaskDefinition { /* fields omitted */ }

The AWS::ECS::TaskDefinition resource type.

Trait Implementations

impl Debug for TaskDefinition
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TaskDefinition
[src]

[src]

Returns the "default value" for a type. Read more

impl Resource for TaskDefinition
[src]

Type that represents the set of properties the resource can be configured with.

TYPE: &'static str = "AWS::ECS::TaskDefinition"

Uniquely identifies the resource type.

[src]

Get a reference to the properties on the resource.

[src]

Get a mutable reference to the properties on the resource.

impl From<TaskDefinitionProperties> for TaskDefinition
[src]

[src]

Performs the conversion.

Auto Trait Implementations