All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.io.cloudshiftdev.awscdklib.network.securenetwork.SubnetGroupProps.kt Maven / Gradle / Ivy

There is a newer version: 10.1.0
Show newest version
package io.cloudshiftdev.awscdklib.network.securenetwork

import io.cloudshiftdev.awscdk.services.ec2.SubnetType

internal data class SubnetGroupProps(
    val name: String,
    val subnetType: SubnetType,
    val cidrMask: Int?,
    val reserved: Boolean,
    val allowCrossAzNaclFlows: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy