Package-level declarations
Types
Link copied to clipboard
object CodebuildFunctions
Link copied to clipboard
data class FleetArgs(val baseCapacity: Output<Int>? = null, val computeType: Output<FleetComputeType>? = null, val environmentType: Output<FleetEnvironmentType>? = null, val fleetServiceRole: Output<String>? = null, val fleetVpcConfig: Output<FleetVpcConfigArgs>? = null, val imageId: Output<String>? = null, val name: Output<String>? = null, val overflowBehavior: Output<FleetOverflowBehavior>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FleetArgs>
Resource Type definition for AWS::CodeBuild::Fleet
Link copied to clipboard
class FleetArgsBuilder
Builder for FleetArgs.
Link copied to clipboard
Link copied to clipboard
class FleetResourceBuilder
Builder for Fleet.