Package-level declarations
Types
Link copied to clipboard
data class ComputeEnvironmentComputeResourcesArgs(val allocationStrategy: Output<String>? = null, val bidPercentage: Output<Int>? = null, val desiredvCpus: Output<Int>? = null, val ec2Configuration: Output<List<ComputeEnvironmentEc2ConfigurationObjectArgs>>? = null, val ec2KeyPair: Output<String>? = null, val imageId: Output<String>? = null, val instanceRole: Output<String>? = null, val instanceTypes: Output<List<String>>? = null, val launchTemplate: Output<ComputeEnvironmentLaunchTemplateSpecificationArgs>? = null, val maxvCpus: Output<Int>, val minvCpus: Output<Int>? = null, val placementGroup: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val spotIamFleetRole: Output<String>? = null, val subnets: Output<List<String>>, val tags: Output<Any>? = null, val type: Output<String>, val updateToLatestImageVersion: Output<Boolean>? = null) : ConvertibleToJava<ComputeEnvironmentComputeResourcesArgs>
Link copied to clipboard
Link copied to clipboard
data class ComputeEnvironmentEc2ConfigurationObjectArgs(val imageIdOverride: Output<String>? = null, val imageKubernetesVersion: Output<String>? = null, val imageType: Output<String>) : ConvertibleToJava<ComputeEnvironmentEc2ConfigurationObjectArgs>
Link copied to clipboard
Link copied to clipboard
data class ComputeEnvironmentEksConfigurationArgs(val eksClusterArn: Output<String>, val kubernetesNamespace: Output<String>) : ConvertibleToJava<ComputeEnvironmentEksConfigurationArgs>
Link copied to clipboard
Link copied to clipboard
data class ComputeEnvironmentLaunchTemplateSpecificationArgs(val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ComputeEnvironmentLaunchTemplateSpecificationArgs>
Link copied to clipboard
Link copied to clipboard
data class ComputeEnvironmentUpdatePolicyArgs(val jobExecutionTimeoutMinutes: Output<Int>? = null, val terminateJobsOnUpdate: Output<Boolean>? = null) : ConvertibleToJava<ComputeEnvironmentUpdatePolicyArgs>
Link copied to clipboard
Builder for ComputeEnvironmentUpdatePolicyArgs.
Link copied to clipboard
data class GetComputeEnvironmentPlainArgs(val computeEnvironmentArn: String) : ConvertibleToJava<GetComputeEnvironmentPlainArgs>
Link copied to clipboard
Builder for GetComputeEnvironmentPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetJobQueuePlainArgs.
Link copied to clipboard
data class GetSchedulingPolicyPlainArgs(val arn: String) : ConvertibleToJava<GetSchedulingPolicyPlainArgs>
Link copied to clipboard
Builder for GetSchedulingPolicyPlainArgs.
Link copied to clipboard
data class JobQueueComputeEnvironmentOrderArgs(val computeEnvironment: Output<String>, val order: Output<Int>) : ConvertibleToJava<JobQueueComputeEnvironmentOrderArgs>
Link copied to clipboard
Link copied to clipboard
data class SchedulingPolicyFairsharePolicyArgs(val computeReservation: Output<Double>? = null, val shareDecaySeconds: Output<Double>? = null, val shareDistribution: Output<List<SchedulingPolicyShareAttributesArgs>>? = null) : ConvertibleToJava<SchedulingPolicyFairsharePolicyArgs>
Fair Share Policy for the Job Queue.
Link copied to clipboard
Link copied to clipboard
data class SchedulingPolicyShareAttributesArgs(val shareIdentifier: Output<String>? = null, val weightFactor: Output<Double>? = null) : ConvertibleToJava<SchedulingPolicyShareAttributesArgs>
Link copied to clipboard