IpamPoolArgs

constructor(addressFamily: Output<String>? = null, allocationDefaultNetmaskLength: Output<Int>? = null, allocationMaxNetmaskLength: Output<Int>? = null, allocationMinNetmaskLength: Output<Int>? = null, allocationResourceTags: Output<List<IpamPoolTagArgs>>? = null, autoImport: Output<Boolean>? = null, awsService: Output<IpamPoolAwsService>? = null, description: Output<String>? = null, ipamScopeId: Output<String>? = null, locale: Output<String>? = null, provisionedCidrs: Output<List<IpamPoolProvisionedCidrArgs>>? = null, publicIpSource: Output<IpamPoolPublicIpSource>? = null, publiclyAdvertisable: Output<Boolean>? = null, sourceIpamPoolId: Output<String>? = null, sourceResource: Output<IpamPoolSourceResourceArgs>? = null, tags: Output<List<TagArgs>>? = null)