Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { pulumi.ResourceState components.Component ClusterName pulumi.StringOutput `pulumi:"clusterName"` ClusterArn pulumi.StringOutput `pulumi:"clusterArn"` }
Cluster represents a ECS cluster
type ClusterOutput ¶
type ClusterOutput struct { components.JSONImporter ClusterName string `json:"clusterName"` ClusterArn string `json:"clusterArn"` }
The type that is used to import the ECS Cluster component
type Workload ¶
type Workload struct { pulumi.ResourceState components.Component }
Click to show internal directories.
Click to hide internal directories.