AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
CreateVpcResponse
/
Builder
Builder
class
Builder
Members
Properties
vpc
Link copied to clipboard
var
vpc
:
Vpc
?
Information about the VPC.
Functions
vpc
Link copied to clipboard
fun
vpc
(
block
:
Vpc.Builder
.
(
)
->
Unit
)
construct an
aws.sdk.kotlin.services.ec2.model.Vpc
inside the given
block