ServiceAttachmentArgs

fun ServiceAttachmentArgs(connectionPreference: Output<ServiceAttachmentConnectionPreference>? = null, consumerAcceptLists: Output<List<ServiceAttachmentConsumerProjectLimitArgs>>? = null, consumerRejectLists: Output<List<String>>? = null, description: Output<String>? = null, domainNames: Output<List<String>>? = null, enableProxyProtocol: Output<Boolean>? = null, name: Output<String>? = null, natSubnets: Output<List<String>>? = null, producerForwardingRule: Output<String>? = null, project: Output<String>? = null, reconcileConnections: Output<Boolean>? = null, region: Output<String>? = null, requestId: Output<String>? = null, targetService: Output<String>? = null)