toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.appplatform.kotlin.outputs
/
SpringCloudBuilderBuildPackGroup
Spring
Cloud
Builder
Build
Pack
Group
data
class
SpringCloudBuilderBuildPackGroup
(
val
buildPackIds
:
List
<
String
>
?
=
null
,
val
name
:
String
)
Members
Constructors
Spring
Cloud
Builder
Build
Pack
Group
Link copied to clipboard
constructor
(
buildPackIds
:
List
<
String
>
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
build
Pack
Ids
Link copied to clipboard
val
buildPackIds
:
List
<
String
>
?
=
null
Specifies a list of the build pack's ID.
name
Link copied to clipboard
val
name
:
String
The name which should be used for this build pack group.