Cluster

class Cluster : KotlinCustomResource

AWS::PCS::Cluster resource creates an AWS PCS cluster.

Properties

Link copied to clipboard
val arn: Output<String>

The unique Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard
val awsId: Output<String>

The generated unique ID of the cluster.

Link copied to clipboard

The list of endpoints available for interaction with the scheduler.

Link copied to clipboard

The list of errors that occurred during cluster provisioning.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name that identifies the cluster.

Link copied to clipboard

The networking configuration for the cluster's control plane.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The cluster management and job scheduling software associated with the cluster.

Link copied to clipboard
val size: Output<ClusterSize>

The size of the cluster.

Link copied to clipboard

Additional options related to the Slurm scheduler.

Link copied to clipboard
val status: Output<ClusterStatus>

The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.

Link copied to clipboard
val tags: Output<Map<String, String>>?

1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.

Link copied to clipboard
val urn: Output<String>