toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cloudformation.kotlin
/
stack
stack
suspend
fun
stack
(
name
:
String
,
block
:
suspend
StackResourceBuilder
.
(
)
->
Unit
)
:
Stack
Parameters
name
The
unique
name of the resulting resource.
block
Builder for
Stack
.
See also
Stack
.
fun
stack
(
name
:
String
)
:
Stack
Parameters
name
The
unique
name of the resulting resource.
See also
Stack
.