pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
LaunchTemplateIpv4PrefixSpecification
Launch
Template
Ipv4Prefix
Specification
data
class
LaunchTemplateIpv4PrefixSpecification
(
val
ipv4Prefix
:
String
?
=
null
)
Specifies an IPv4 prefix for a network interface.
Types
Constructors
Properties
Constructors
Launch
Template
Ipv4Prefix
Specification
Link copied to clipboard
fun
LaunchTemplateIpv4PrefixSpecification
(
ipv4Prefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ipv4Prefix
Link copied to clipboard
val
ipv4Prefix
:
String
?
=
null
The IPv4 prefix.